31 #include <tdeapplication.h>
32 #include <tdemainwindow.h>
34 #include "kandyprefs.h"
36 class CommandScheduler;
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);
110 #endif // MOBILEMAIN_H
virtual void dragEnterEvent(TQDragEnterEvent *event)
Overridden virtuals for TQt drag 'n drop (XDND)
virtual ~MobileMain()
Default Destructor.
This class serves as the main window for MobileMain.
void saveProperties(TDEConfig *)
This function is called when it is time for the app to save its properties for session management pur...
MobileMain(CommandScheduler *, KandyPrefs *prefs)
Default Constructor.
void readProperties(TDEConfig *)
This function is called when this app is restored.