#include <schematux.h>
Public Member Functions | |
Schematux () | |
virtual | ~Schematux () |
void | load (const KURL &url) |
Protected Member Functions | |
virtual void | dragEnterEvent (QDragEnterEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
This class serves as the main window for Schematux. It handles the menus, toolbars, and status bars.
Schematux::Schematux | ( | ) |
Default Constructor
Schematux::~Schematux | ( | ) | [virtual] |
Default Destructor
void Schematux::dragEnterEvent | ( | QDragEnterEvent * | event | ) | [protected, virtual] |
Overridden virtuals for Qt drag 'n drop (XDND)
void Schematux::load | ( | const KURL & | url | ) |
Use this method to load whatever file/URL you have
void Schematux::readProperties | ( | KConfig * | config | ) | [protected] |
This function is called when this app is restored. The KConfig object points to the session management config file that was saved with saveProperties
void Schematux::saveProperties | ( | KConfig * | config | ) | [protected] |
This function is called when it is time for the app to save its properties for session management purposes.