Inheritance diagram for gcp::ReactionOperator:

Public Member Functions | |
| virtual void | Add (GtkWidget *w) |
| virtual void | Update (GtkWidget *w) |
| virtual void | Move (double x, double y, double z=0) |
| virtual void | SetSelected (GtkWidget *w, int state) |
| virtual double | GetYAlign () |
Definition at line 34 of file reaction-operator.h.
| virtual void gcp::ReactionOperator::Add | ( | GtkWidget * | w | ) | [virtual] |
| w,: | the GtkWidget inside which the Object will be displayed. |
Reimplemented from gcu::Object.
| virtual void gcp::ReactionOperator::Update | ( | GtkWidget * | w | ) | [virtual] |
| w,: | the GtkWidget inside which the Object is displayed. |
Reimplemented from gcu::Object.
| virtual void gcp::ReactionOperator::Move | ( | double | x, | |
| double | y, | |||
| double | z = 0 | |||
| ) | [virtual] |
| x,: | the x component of the transation vector. | |
| y,: | the y component of the transation vector. | |
| z,: | the z component of the transation vector. |
Reimplemented from gcu::Object.
| virtual void gcp::ReactionOperator::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 double gcp::ReactionOperator::GetYAlign | ( | ) | [virtual] |
Used to retreive the y coordinate for alignment. The default implementation returns 0.0 and every derived class for which alignment has a meaning should implement this method.
Reimplemented from gcu::Object.
1.5.2