31#include <tdeapplication.h> 
   32#include <tdemainwindow.h> 
   48class 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;  
Dialog to change the kandy configuration.  
This is the main view class for Kandy.  
This class serves as the main window for Kandy.  
virtual ~Kandy() Default Destructor.  
void saveProperties(TDEConfig *) This function is called when it is time for the app to save its properties for session management pur...  
void load(const TQString &url) Use this method to load whatever file/URL you have.  
Kandy(CommandScheduler *) Default Constructor.  
void readProperties(TDEConfig *) This function is called when this app is restored.  
virtual void dragEnterEvent(TQDragEnterEvent *event) Overridden virtuals for TQt drag 'n drop (XDND)  
  
           
        
        
          
         
        
      
      
    
    
    
  
 |