Inheritance diagram for gcp::FragmentAtom:
Public Member Functions | |
virtual void | SetZ (int Z) |
virtual void | Add (GtkWidget *w) |
virtual void | Update (GtkWidget *w) |
virtual void | SetSelected (GtkWidget *w, int state) |
virtual xmlNodePtr | Save (xmlDocPtr xml) |
virtual bool | Load (xmlNodePtr node) |
virtual void | AddToMolecule (Molecule *Mol) |
Definition at line 34 of file fragment-atom.h.
virtual void gcp::FragmentAtom::SetZ | ( | int | Z | ) | [virtual] |
virtual void gcp::FragmentAtom::Add | ( | GtkWidget * | w | ) | [virtual] |
w,: | the GtkWidget inside which the Object will be displayed. |
Reimplemented from gcu::Object.
virtual void gcp::FragmentAtom::Update | ( | GtkWidget * | w | ) | [virtual] |
w,: | the GtkWidget inside which the Object is displayed. |
Reimplemented from gcu::Object.
virtual void gcp::FragmentAtom::SetSelected | ( | GtkWidget * | w, | |
int | state | |||
) | [virtual] |
w,: | the GtkWidget inside which the Object is displayed. | |
state,: | the selection state of the Object. |
Reimplemented from gcu::Object.
virtual xmlNodePtr gcp::FragmentAtom::Save | ( | xmlDocPtr | xml | ) | [virtual] |
virtual bool gcp::FragmentAtom::Load | ( | xmlNodePtr | node | ) | [virtual] |
virtual void gcp::FragmentAtom::AddToMolecule | ( | Molecule * | Mol | ) | [virtual] |
Mol,: | a pointer to a molecule |