54 MobileMain(CommandScheduler *, KandyPrefs *prefs);
61 MobileGui *view() {
return mView; };
64 void showTerminalWin();
65 void showPreferencesWin();
72 virtual void dropEvent(TQDropEvent *event);
93 void optionsConfigureKeys();
94 void optionsConfigureToolbars();
95 void optionsPreferences();
96 void newToolbarConfig();
98 void showStatusMessage(
const TQString& text);
99 void showTransienStatusMessage(
const TQString& text);
100 void changeCaption(
const TQString& text);
void saveProperties(TDEConfig *)
This function is called when it is time for the app to save its properties for session management pur...
void readProperties(TDEConfig *)
This function is called when this app is restored.
MobileMain(CommandScheduler *, KandyPrefs *prefs)
Default Constructor.
virtual void dragEnterEvent(TQDragEnterEvent *event)
Overridden virtuals for TQt drag 'n drop (XDND).