#include "dbapi.h"
#include "interface.h"
#include "support.h"
Include dependency graph for gui.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | disconnect_first (void) |
| Checks whether currently connected. | |
| char * | get_rcname (void) |
| Get the name of the rc file to use. | |
| void | gui_get_workspace () |
| Retrieve the current workspace. | |
| void | populate_mainWindow () |
| Initialise the main window. | |
Variables | |
| DBConnection * | guiConnection |
| Currently active connection. | |
Definition in file gui.h.
|
|
Checks whether currently connected. If so, it displays a user a message asking them to disconnect first.
Definition at line 215 of file gui.c. References _a_buf::b_dat, _a_buf::b_len, buf_free(), buf_new(), db_conn::DBget_db_name, display_error(), and gui_get_connection(). |
|
|
Get the name of the rc file to use.
Definition at line 243 of file gui.c. References _a_buf::b_dat, and buf_strcat(). Referenced by gui_init(). |
|
|
Initialise the main window. The gui structure is: mainWindow (Glade) .mainvbox (Glade) ..menubar (Glade) ..toolbar (Manual) ..mainvpane (Glade) ...hpane (Glade) ....query (Manual) ....tables (Manual) ...result (Manual) ..statusbar (Glade) Definition at line 337 of file gui.c. References populate_mainvbox(). Referenced by gui_init(). |
1.2.18