#include </home/HPL/dstoeckel/source/BALL/source/APPLICATIONS/BALLVIEW/mainframe.h>
Public Slots | |
void | show () |
bool | eventFilter (QObject *, QEvent *e) |
Catch key events. | |
void | reset () |
remove all loaded Molecules and Representations, reset Coloring options | |
void | about () |
void | howToCite () |
Public Member Functions | |
Mainframe (QWidget *parent=0, const char *name=0) | |
virtual | ~Mainframe () |
Protected Member Functions | |
void | changeEvent (QEvent *evt) |
Protected Attributes | |
Scene * | scene_ |
Definition at line 22 of file mainframe.h.
BALL::Mainframe::Mainframe | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 57 of file mainframe.C.
BALL::Mainframe::~Mainframe | ( | ) | [virtual] |
Definition at line 222 of file mainframe.C.
void BALL::Mainframe::about | ( | ) | [slot] |
Definition at line 359 of file mainframe.C.
void BALL::Mainframe::changeEvent | ( | QEvent * | evt | ) | [protected] |
Definition at line 386 of file mainframe.C.
Catch key events.
Definition at line 227 of file mainframe.C.
void BALL::Mainframe::howToCite | ( | ) | [slot] |
Definition at line 301 of file mainframe.C.
void BALL::Mainframe::reset | ( | ) | [slot] |
remove all loaded Molecules and Representations, reset Coloring options
Definition at line 285 of file mainframe.C.
void BALL::Mainframe::show | ( | ) | [virtual, slot] |
Initialize all registered ModularWidget objects. It initializes the menu structure, the preferences dialogs and connects every ModularWidget with the MainControl. This method also creates the first menu entry FILE with its subentry EXIT to exit the application. See ModularWidget for further information concerning menu structure creation and preferences handling.
Reimplemented from BALL::VIEW::MainControl.
Definition at line 306 of file mainframe.C.
Scene* BALL::Mainframe::scene_ [protected] |
Definition at line 58 of file mainframe.h.