The Gnome Chemistry Utils  0.14.0
Public Member Functions | List of all members
gcp::ReactionPropDlg Class Reference

reaction properties dialog box class. More...

#include <gcp/reaction-prop-dlg.h>

Inheritance diagram for gcp::ReactionPropDlg:
gcugtk::Dialog gcugtk::UIBuilder gcu::Dialog

Public Member Functions

 ReactionPropDlg (ReactionArrow *arrow, ReactionProp *prop)
virtual ~ReactionPropDlg ()
- Public Member Functions inherited from gcugtk::Dialog
 Dialog (Application *App, char const *filename, const char *windowname, char const *domainname, gcu::DialogOwner *owner=NULL, void(*extra_destroy)(gpointer)=NULL, gpointer data=NULL) throw (std::runtime_error)
virtual ~Dialog ()
virtual void Destroy ()
virtual bool Apply ()
virtual void Closed ()
GtkWindow * GetWindow ()
void Present ()
void SetTransientFor (GtkWindow *window)
- Public Member Functions inherited from gcugtk::UIBuilder
 UIBuilder (char const *filename, char const *domain) throw (std::runtime_error)
virtual ~UIBuilder ()
GtkWidget * GetWidget (char const *wname)
GtkWidget * GetRefdWidget (char const *wname)
GObject * GetObject (char const *name)
GtkBuilder * GetBuilder (void) const
- Public Member Functions inherited from gcu::Dialog
 Dialog (Application *App, const char *windowname, DialogOwner *owner=NULL) throw (std::runtime_error)
void SetRealName (char const *name, DialogOwner *owner) throw (std::runtime_error)
std::string & GetWindowName ()
ApplicationGetApp (void)

Additional Inherited Members

- Protected Member Functions inherited from gcugtk::Dialog
bool GetNumber (GtkEntry *Entry, double *x, CheckType c=NoCheck, double min=0, double max=0)
- Protected Attributes inherited from gcugtk::Dialog
GtkWindow * dialog

Detailed Description

reaction properties dialog box class.

The class for the dialog used to set the properties of objects attached to reaction arrows.

Definition at line 45 of file reaction-prop-dlg.h.

Constructor & Destructor Documentation

gcp::ReactionPropDlg::ReactionPropDlg ( ReactionArrow arrow,
ReactionProp prop 
)
Parameters
arrowthe reaction arrow to which the object is attached.
propthe associated reaction property.

Builds and shows the reaction properties dialog box for arrow and prop.

virtual gcp::ReactionPropDlg::~ReactionPropDlg ( )
virtual

The destructor.


The documentation for this class was generated from the following file: