#include <crdview.h>
It is to be used solely for viewing and converting coordinates. It uses as much code from Xbrabo as possible.
Definition at line 42 of file crdview.h.
Public Member Functions | |
CrdView () | |
~CrdView () | |
void | readCoordinates (QString filename=QString::null) |
Private Slots | |
void | fileOpen () |
Opens an existing coordinate file. | |
void | fileSave () |
Saves the coordinates in another format. | |
void | fileExport () |
Exports the current view to an image. | |
void | filePreferences () |
Temporarily changes the viewing preferences. | |
void | viewToolBar (bool toggle) |
Toggles the visibility of the toolbar. | |
void | viewStatusBar (bool toggle) |
Toggles the visibility of the status bar. | |
void | helpHelp () |
Show some general information. | |
void | helpWhatsThis () |
Enters What's This mode. | |
void | helpAbout () |
Show some program information. | |
Private Member Functions | |
void | initActions () |
void | initMenuBar () |
void | initToolBar () |
void | readSettings () |
Reads the settings from the Brabosphere settings file. | |
void | saveSettings () |
Saves the CrdView view settings to the Brabosphere settings file. | |
QString | actionText (const QString title, const QString brief, const QString details=QString::null, const IconSets::IconSetID iconID=IconSets::LastIcon) |
Constructs a What's This text for actions with proper richtext formatting. | |
Private Attributes | |
QToolBar * | ToolBarFile |
QAction * | actionFileOpen |
QAction * | actionFileSave |
QAction * | actionFilePreferences |
QAction * | actionFileExport |
QAction * | actionFileQuit |
QAction * | actionViewToolBar |
QAction * | actionViewStatusBar |
QAction * | actionCenterView |
QAction * | actionResetOrientation |
QAction * | actionZoomFit |
QAction * | actionResetView |
QAction * | actionSelectAll |
QAction * | actionSelectNone |
QAction * | actionAnimate |
QAction * | actionHelp |
QAction * | actionWhatsThis |
QAction * | actionAbout |
AtomSet * | atoms |
GLSimpleMoleculeView * | glview |
|
Definition at line 64 of file crdview.cpp. |
|
Definition at line 82 of file crdview.cpp. |
|
Definition at line 89 of file crdview.cpp. |
|
Opens an existing coordinate file.
Definition at line 121 of file crdview.cpp. |
|
Saves the coordinates in another format.
Definition at line 132 of file crdview.cpp. |
|
Exports the current view to an image.
Definition at line 154 of file crdview.cpp. |
|
Temporarily changes the viewing preferences. Defaults have to be changed in the preferences of Brabosphere. Definition at line 165 of file crdview.cpp. |
|
Toggles the visibility of the toolbar.
Definition at line 191 of file crdview.cpp. |
|
Toggles the visibility of the status bar.
Definition at line 204 of file crdview.cpp. |
|
Show some general information.
Definition at line 217 of file crdview.cpp. |
|
Enters What's This mode.
Definition at line 258 of file crdview.cpp. |
|
Show some program information.
Definition at line 267 of file crdview.cpp. |
|
Definition at line 303 of file crdview.cpp. |
|
Definition at line 429 of file crdview.cpp. |
|
Definition at line 477 of file crdview.cpp. |
|
Reads the settings from the Brabosphere settings file.
Definition at line 495 of file crdview.cpp. |
|
Saves the CrdView view settings to the Brabosphere settings file.
Definition at line 644 of file crdview.cpp. |
|
Constructs a What's This text for actions with proper richtext formatting.
Definition at line 668 of file crdview.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|