|
The Gnome Chemistry Utils
0.12.11
|
#include <gcp/Hposdlg.h>
Public Member Functions | |
| HPosDlg (Document *pDoc, Atom *pAtom) | |
| virtual | ~HPosDlg () |
| void | OnPosChanged () |
Public Member Functions inherited from gcu::Dialog | |
| Dialog (Application *App, char const *filename, const char *windowname, char const *domainname, DialogOwner *owner=NULL, void(*extra_destroy)(gpointer)=NULL, gpointer data=NULL) throw (std::runtime_error) | |
| virtual void | Destroy () |
| virtual bool | Apply () |
| void | Help () |
| GtkWindow * | GetWindow () |
| void | Present () |
| void | SetTransientFor (GtkWindow *window) |
| void | SetRealName (char const *name, DialogOwner *owner) throw (std::runtime_error) |
Public Member Functions inherited from gcu::UIBuilder | |
| UIBuilder (char const *filename, char const *domain) throw (std::runtime_error) | |
| virtual | ~UIBuilder () |
| GtkWidget * | GetWidget (char const *wname) |
| GtkWidget * | GetRefdWidget (char const *wname) |
| GtkComboBox * | GetComboBox (char const *cbname) |
| GtkBuilder * | GetBuilder (void) const |
Additional Inherited Members | |
Protected Member Functions inherited from gcu::Dialog | |
| bool | GetNumber (GtkEntry *Entry, double *x, CheckType c=NoCheck, double min=0, double max=0) |
Protected Attributes inherited from gcu::Dialog | |
| GtkWindow * | dialog |
| Application * | m_App |
The dialog used to set the position of the symbols of hydrogen atoms attached to heteroatoms or explicit carbon atoms.
| pDoc | the document containing the atom. |
| pAtom | the atom with attached hydrogens |
Creates and open a dialog used to set the position of the symbols of hydrogen atoms attached to the specified atom.
|
virtual |
The destructor.
| void gcp::HPosDlg::OnPosChanged | ( | ) |
Called by the framework when the selected position has changed.
1.8.1.1