|  | 
| void | retranslate () | 
|  | 
| void | setDateTime (double newJd) | 
|  | update the editing display with new JD.  More... 
 | 
|  | 
| void | close () | 
|  | 
| 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... 
 | 
|  | 
|  | 
| double | newJd () | 
|  | 
| bool | valid (int y, int m, int d, int h, int min, int s) | 
|  | 
| void | styleChanged () | 
|  | Notify that the application style changed.  More... 
 | 
|  | 
|  | StelDialog (QObject *parent=NULL) | 
|  | 
| bool | visible () const | 
|  | 
|  | 
| virtual void | createDialogContent () | 
|  | Initialize the dialog widgets and connect the signals/slots.  More... 
 | 
|  | 
| void | connectSpinnerEvents () const | 
|  | 
| void | disconnectSpinnerEvents () const | 
|  | 
|  | 
| void | visibleChanged (bool) | 
|  | 
| QWidget * | dialog | 
|  | The main dialog.  More... 
 | 
|  | 
| class CustomProxy * | proxy | 
|  | 
Definition at line 29 of file DateTimeDialog.hpp.
 
  
  | 
        
          | 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: