Stellarium 0.15.2
|
Public Slots | |
void | setVisible (bool) |
void | close () |
Signals | |
void | visibleChanged (bool) |
void | dialogClosed (StelDialogLogBook *) |
Public Member Functions | |
virtual void | languageChanged ()=0 |
Retranslate the content of the dialog. More... | |
Protected Member Functions | |
virtual void | createDialogContent ()=0 |
Initialize the dialog widgets and connect the signals/slots. More... | |
Protected Attributes | |
QWidget * | dialog |
The main dialog. More... | |
class CustomProxy * | proxy |
Definition at line 28 of file StelDialogLogBook.hpp.
|
protectedpure virtual |
Initialize the dialog widgets and connect the signals/slots.
Implemented in LogBookConfigDialog, ObservationsDialog, TargetsDialog, and SessionsDialog.
|
pure virtual |
Retranslate the content of the dialog.
Implemented in LogBookConfigDialog, ObservationsDialog, SessionsDialog, and TargetsDialog.
|
protected |
The main dialog.
Definition at line 49 of file StelDialogLogBook.hpp.