|
|
void | retranslate () |
| |
|
void | runScript () |
| |
|
void | loadScript () |
| |
|
void | saveScript () |
| |
|
void | clearButtonPressed () |
| |
|
void | preprocessScript () |
| |
|
void | scriptEnded () |
| |
|
void | appendLogLine (const QString &s) |
| |
|
void | appendOutputLine (const QString &s) |
| |
|
void | includeBrowse () |
| |
|
void | quickRun (int idx) |
| |
|
void | rowColumnChanged () |
| |
| 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...
|
| |
|
| void | styleChanged () |
| | Notify that the application style changed. More...
|
| |
|
| StelDialog (QObject *parent=NULL) |
| |
|
bool | visible () const |
| |
|
|
Ui_scriptConsoleForm * | ui |
| |
| QWidget * | dialog |
| | The main dialog. More...
|
| |
|
class CustomProxy * | proxy |
| |
|
|
void | visibleChanged (bool) |
| |
|
bool | visible |
| |
Definition at line 29 of file ScriptConsole.hpp.
| virtual void ScriptConsole::createDialogContent |
( |
| ) |
|
|
protectedvirtual |
Initialize the dialog widgets and connect the signals/slots.
Implements StelDialog.
| void ScriptConsole::styleChanged |
( |
| ) |
|
Notify that the application style changed.
The documentation for this class was generated from the following file: