The Gnome Chemistry Utils
0.13.6
|
#include <gcugtk/chem3dview.h>
Public Member Functions | |
Chem3dView (Chem3dDoc *doc) | |
virtual | ~Chem3dView () |
void | SetWindow (Chem3dWindow *val) |
Chem3dWindow * | GetWindow (void) |
View class for a molecule.
Definition at line 41 of file chem3dview.h.
gcugtk::Chem3dView::Chem3dView | ( | Chem3dDoc * | doc | ) |
doc | the document for the view. |
Default constructor
virtual gcugtk::Chem3dView::~Chem3dView | ( | ) | [virtual] |
Default destructor
gcugtk::Chem3dView::GetWindow | ( | void | ) | [inline] |
Definition at line 65 of file chem3dview.h.
gcugtk::Chem3dView::SetWindow | ( | Chem3dWindow * | val | ) | [inline] |
val | the new window for the view. |
Sets the view window.
Definition at line 65 of file chem3dview.h.