Stellarium 0.12.3
|
Window for manual entry of Solar System object properties. More...
#include <ManualImportWindow.hpp>
Public Slots | |
void | retranslate () |
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... | |
Protected Member Functions | |
virtual void | createDialogContent () |
Initialize the dialog widgets and connect the signals/slots. More... | |
Protected Attributes | |
Ui_manualImportWindow * | ui |
Protected Attributes inherited from StelDialog | |
QWidget * | dialog |
The main dialog. More... | |
class CustomProxy * | proxy |
Additional Inherited Members | |
Signals inherited from StelDialog | |
void | visibleChanged (bool) |
Public Member Functions inherited from StelDialog | |
StelDialog (QObject *parent=NULL) | |
bool | visible () const |
Window for manual entry of Solar System object properties.
Definition at line 37 of file ManualImportWindow.hpp.
|
protectedvirtual |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.