#include <TGo4CommandLine.h>
Public Slots | |
virtual void | FileSearchDialog () |
virtual void | enterPressedSlot () |
virtual void | ExecuteSlot () |
virtual void | LoadHistory () |
virtual void | PredefinedDialog () |
virtual void | PrintHelp () |
Public Member Functions | |
TGo4CommandLine (QWidget *parent=0, const char *name=0) |
Definition at line 23 of file TGo4CommandLine.h.
TGo4CommandLine::TGo4CommandLine | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 25 of file TGo4CommandLine.cpp.
References LoadHistory().
void TGo4CommandLine::enterPressedSlot | ( | ) | [virtual, slot] |
Definition at line 59 of file TGo4CommandLine.cpp.
References go4sett, PrintHelp(), TGo4QSettings::setCommandsHistoryGUI(), QGo4Widget::StartHotstart(), and QGo4Widget::StatusMessage().
Referenced by ExecuteSlot().
void TGo4CommandLine::ExecuteSlot | ( | ) | [virtual, slot] |
Definition at line 53 of file TGo4CommandLine.cpp.
References enterPressedSlot().
void TGo4CommandLine::FileSearchDialog | ( | ) | [virtual, slot] |
Definition at line 33 of file TGo4CommandLine.cpp.
void TGo4CommandLine::LoadHistory | ( | ) | [virtual, slot] |
Definition at line 78 of file TGo4CommandLine.cpp.
References TGo4QSettings::getCommandsHistoryGUI(), go4sett, and TGo4Log::subGO4SYS().
Referenced by TGo4CommandLine().
void TGo4CommandLine::PredefinedDialog | ( | ) | [virtual, slot] |
Definition at line 99 of file TGo4CommandLine.cpp.
References TGo4MacroDialog::getCommand().
void TGo4CommandLine::PrintHelp | ( | ) | [virtual, slot] |
Definition at line 108 of file TGo4CommandLine.cpp.
References QGo4Widget::HelpWindow().
Referenced by enterPressedSlot().