Stellarium 0.13.3
List of all members | Public Slots | Public Member Functions | Protected Member Functions
DateTimeDialog Class Reference

Public Slots

void retranslate ()
 
void setDateTime (double newJd)
 update the editing display with new JD. More...
 
void close ()
 
- Public Slots inherited from StelDialog
virtual void retranslate ()=0
 Retranslate the content of the dialog. More...
 
void setVisible (bool)
 On the first call with "true" populates the window contents. More...
 
void close ()
 Closes the window (the window widget is not deleted, just not visible). More...
 

Public Member Functions

 DateTimeDialog (QObject *parent)
 
double newJd ()
 
bool valid (int y, int m, int d, int h, int min, int s)
 
bool validJd (double jday)
 
void styleChanged ()
 Notify that the application style changed. More...
 
- Public Member Functions inherited from StelDialog
 StelDialog (QObject *parent=NULL)
 
bool visible () const
 

Protected Member Functions

virtual void createDialogContent ()
 Initialize the dialog widgets and connect the signals/slots. More...
 
void connectSpinnerEvents () const
 
void disconnectSpinnerEvents () const
 

Additional Inherited Members

- Signals inherited from StelDialog
void visibleChanged (bool)
 
- Protected Attributes inherited from StelDialog
QWidget * dialog
 The main dialog. More...
 
class CustomProxy * proxy
 
- Properties inherited from StelDialog
bool visible
 

Detailed Description

Definition at line 29 of file DateTimeDialog.hpp.

Member Function Documentation

virtual void DateTimeDialog::createDialogContent ( )
protectedvirtual

Initialize the dialog widgets and connect the signals/slots.

Implements StelDialog.

void DateTimeDialog::setDateTime ( double  newJd)
slot

update the editing display with new JD.

void DateTimeDialog::styleChanged ( )

Notify that the application style changed.


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