31 #include <tdeapplication.h> 32 #include <tdemainwindow.h> 34 #include "kandyview.h" 48 class Kandy : public TDEMainWindow 56 Kandy(CommandScheduler *); 66 void load( const TQString& url); 67 void save( const TQString& url); 74 void showErrorMessage( const TQString & ); 78 void connectStateChanged( bool); 85 virtual void dropEvent(TQDropEvent *event); 109 void optionsConfigureKeys(); 110 void optionsConfigureToolbars(); 111 void optionsPreferences(); 112 void modemDisconnect(); 113 void showMobileGui(); 114 void newToolbarConfig(); 116 void changeStatusbar( const TQString& text); 117 void changeCaption( const TQString& text); 125 CommandScheduler *mScheduler; 131 TDEAction *mConnectAction; 132 TDEAction *mDisconnectAction; Kandy(CommandScheduler *) Default Constructor.
Dialog to change the kandy configuration.
virtual ~Kandy() Default Destructor.
This class serves as the main window for Kandy.
virtual void dragEnterEvent(TQDragEnterEvent *event) Overridden virtuals for TQt drag 'n drop (XDND)
void readProperties(TDEConfig *) This function is called when this app is restored.
void load(const TQString &url) Use this method to load whatever file/URL you have.
void saveProperties(TDEConfig *) This function is called when it is time for the app to save its properties for session management pur...
This is the main view class for Kandy.
|