#include <gcugtk/chem3dwindow.h>
Inherits gcugtk::Window.
Detailed Description
Window class for a molecule.
Definition at line 43 of file chem3dwindow.h.
Constructor & Destructor Documentation
gcugtk::Chem3dWindow::Chem3dWindow |
( |
Application * |
app, |
|
|
Chem3dDoc * |
doc, |
|
|
char const * |
extra_ui = NULL |
|
) |
| |
- Parameters
-
app | the application owning the window. |
doc | the document for the window. |
extra_ui | an xml string representing menus and tool buttons to add to the window. |
The constructor.
virtual gcugtk::Chem3dWindow::~Chem3dWindow |
( |
| ) |
|
|
virtual |
Member Function Documentation
void gcugtk::Chem3dWindow::AddMoleculeMenus |
( |
Molecule * |
mol | ) |
|
- Parameters
-
mol | the displayed molecule. |
Adds menus relative to the displayed molecule, such as database access, InChI generation and so on.
gcugtk::Chem3dWindow::GetApplication |
( |
void |
| ) |
|
|
inline |
gcugtk::Chem3dWindow::GetDocument |
( |
void |
| ) |
|
|
inline |
- Returns
- the document displayed in the window.
Definition at line 90 of file chem3dwindow.h.
gcugtk::Chem3dWindow::GetView |
( |
void |
| ) |
|
|
inline |
- Returns
- view associated with the window.
Definition at line 97 of file chem3dwindow.h.
Member Data Documentation
gcugtk::Chem3dWindow::m_Application |
|
protected |
gcugtk::Chem3dWindow::m_Document |
|
protected |
The document displayed in the window.
Definition at line 90 of file chem3dwindow.h.
gcugtk::Chem3dWindow::m_View |
|
protected |
The view associated with the window.
Definition at line 97 of file chem3dwindow.h.
The documentation for this class was generated from the following file: