Stellarium  0.16.1
List of all members | Public Slots | Signals | Public Member Functions | Protected Member Functions | Protected Attributes
StelDialogLogBook Class Referenceabstract
+ Inheritance diagram for StelDialogLogBook:
+ Collaboration diagram for StelDialogLogBook:

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 CustomProxyproxy
 

Detailed Description

Definition at line 28 of file StelDialogLogBook.hpp.

Member Function Documentation

virtual void StelDialogLogBook::createDialogContent ( )
protectedpure virtual

Initialize the dialog widgets and connect the signals/slots.

Implemented in LogBookConfigDialog, ObservationsDialog, TargetsDialog, and SessionsDialog.

virtual void StelDialogLogBook::languageChanged ( )
pure virtual

Retranslate the content of the dialog.

Implemented in LogBookConfigDialog, ObservationsDialog, SessionsDialog, and TargetsDialog.

Member Data Documentation

QWidget* StelDialogLogBook::dialog
protected

The main dialog.

Definition at line 49 of file StelDialogLogBook.hpp.


The documentation for this class was generated from the following file: