|
The Gnome Chemistry Utils
0.13.7
|
GCrystal cleavages dialog class. More...
#include <gcr/cleavagesdlg.h>
Public Member Functions | |
| CleavagesDlg (gcr::Application *App, gcr::Document *pDoc) | |
| virtual | ~CleavagesDlg () |
| void | ReloadData () |
GCrystal cleavages dialog class.
This class wraps the dialog used to define cleavages inside a crystal model.
Definition at line 48 of file cleavagesdlg.h.
| gcr::CleavagesDlg::CleavagesDlg | ( | gcr::Application * | App, |
| gcr::Document * | pDoc | ||
| ) |
| App | the application running the dialog. |
| pDoc | the document. |
Creates the dialog.
| virtual gcr::CleavagesDlg::~CleavagesDlg | ( | ) | [virtual] |
The destructor.
| void gcr::CleavagesDlg::ReloadData | ( | ) |
Reloads the cleavages list from the document. The list might have changed after simplification following duplicates detection.
1.7.6.1