![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
#include <StelDialog.hpp>
Inherited by ConfigurationDialog, DateTimeDialog, HelpDialog, LocationDialog, ScriptConsole, SearchDialog, and ViewDialog.
Public Slots | |
| void | setVisible (bool) |
| void | close () |
Signals | |
| void | visibleChanged (bool) |
Public Member Functions | |
| virtual void | languageChanged ()=0 |
| bool | visible () const |
Protected Member Functions | |
| virtual void | createDialogContent ()=0 |
Protected Attributes | |
| QWidget * | dialog |
| class CustomProxy * | proxy |
| virtual void StelDialog::languageChanged | ( | ) | [pure virtual] |
| virtual void StelDialog::createDialogContent | ( | ) | [protected, pure virtual] |
QWidget* StelDialog::dialog [protected] |
The main dialog.
1.5.5