

Definition at line 61 of file frmoa.h.
| OSB_GUI::FrmOa::FrmOa | ( | QWidget * | parent = 0, |
|
| const char * | name = "FrmOa", |
|||
| WFlags | fl = WType_TopLevel | |||
| ) | [explicit] |
Constructor with OSB user and Qt arguments.
| void OSB_GUI::FrmOa::buildMenu | ( | AdminWidget * | adm | ) | [private] |
Build the main menu.
| adm | Pointer to active admin widget, it may be 0. |
| void OSB_GUI::FrmOa::cfgWindowMenu | ( | ) | [private, slot] |
Configure the windows menu.
| void OSB_GUI::FrmOa::closeEvent | ( | QCloseEvent * | e | ) | [private] |
Handle close events.
The current implementation doesn't do anything.
Later we might consider to clean-up some global stuff.
| AdminWidget* OSB_GUI::FrmOa::find | ( | AdminType | type | ) | [private] |
Find an administration widget by its type.
| type | Type of administration widget to search. |
| void OSB_GUI::FrmOa::languageChange | ( | ) | [private, slot] |
Process a language change.
| bool OSB_GUI::FrmOa::showWindow | ( | AdminType | type | ) | [private] |
Show an existing configuration window.
| void OSB_GUI::FrmOa::showWindow | ( | int | type | ) | [private, slot] |
Show an existing configuration window.
This slot is connected to the signal(s) of menuWindow_.
| void OSB_GUI::FrmOa::showWindow | ( | QListBoxItem * | item | ) | [private, slot] |
Show or create a configuration window.
| void OSB_GUI::FrmOa::statusMessage | ( | const QString & | msg = "", |
|
| int | ms = -1 | |||
| ) | [slot] |
Display a status message.
| msg | Message to display: if empty statusMsg_ is cleared. | |
| ms | Time in milliseconds to display msg: if -1 the message is permanent, i.e., overwritten by the next call of the function. |
| void OSB_GUI::FrmOa::waitToggled | ( | bool | ) | [private, slot] |
Option wait for database locks toggled.
| void OSB_GUI::FrmOa::windowActivated | ( | QWidget * | w | ) | [private, slot] |
Active window was changed.
QDockWindow* OSB_GUI::FrmOa::admDock_ [private] |
QAction* OSB_GUI::FrmOa::adminExit_ [private] |
QListBox* OSB_GUI::FrmOa::admList_ [private] |
AdminWidget* OSB_GUI::FrmOa::curAdmin_ [private] |
QPopupMenu* OSB_GUI::FrmOa::menuAdmin_ [private] |
QPopupMenu* OSB_GUI::FrmOa::menuWindow_ [private] |
QAction* OSB_GUI::FrmOa::optWait_ [private] |
QLabel* OSB_GUI::FrmOa::statusMsg_ [private] |
QTimer* OSB_GUI::FrmOa::statusTimer_ [private] |
QWorkspace* OSB_GUI::FrmOa::workspace_ [private] |
1.4.7