The namespace used for the C++ classes used by GChemPaint.
file
anonymous enum |
This enumerates the known roles of objects attached to a reaction arrow
REACTION_PROP_UNKNOWN | Unkonw role. |
REACTION_PROP_CATALYST | Catalyst |
REACTION_PROP_REACTANT | Reactant |
REACTION_PROP_PRODUCT | Product |
REACTION_PROP_SOLVENT | Solvent |
REACTION_PROP_MAX_MOL | Values allowed for molecules are lower than this one |
REACTION_PROP_TEMPERATURE | Teperature |
REACTION_PROP_PRESSURE | Pressure |
REACTION_PROP_TIME | Reaction time. |
REACTION_PROP_ENTHALPY | Reaction enthalpy |
REACTION_PROP_MAX | The first value greater than all knwo values. |
Definition at line 41 of file reaction-prop.h.
enum gcp::ArrowTypes |
enum gcp::BondType |
gcp/bond.h The bond types recognized in GChemPaint. Possible values are:
Definition at line 42 of file gcp/bond.h.
enum gcp::HPos |
Represents the various possiblepositions for implicit hydrogen atoms bonded to non metals.
LEFT_HPOS | Hydrogen atoms at left. |
RIGHT_HPOS | Hydrogen atoms at right. |
TOP_HPOS | Hydrogen atoms at top. |
BOTTOM_HPOS | Hydrogen atoms at bottom. |
AUTO_HPOS | Automatic position. |
Definition at line 85 of file gcp/atom.h.
enum gcp::OperationType |
gcp/operation.h Enumeration of the different operation types See gcp::Document::GetNewOeration() for its use.
GCP_ADD_OPERATION | Object addition operation, see the AddOperation class. |
GCP_DELETE_OPERATION | Object deletion operation, see the DeleteOperation class. |
GCP_MODIFY_OPERATION | Object modification operation, see the ModifyOperation class. |
Definition at line 41 of file operation.h.
enum gcp::SelectionState |
Enumeration of the selection states used in GChemPaint in the gcu::Object::SetSelected method.
SelStateUnselected | Unselected object. |
SelStateSelected | Unselected object. |
SelStateUpdating | Edited or new object. |
SelStateErasing | The object is marked for deletion. |
Definition at line 48 of file widgetdata.h.
The dynamic TypeId for electrons.
Signal emitted when an object has been modified. See gcu::Object::EmitSignal for more information.
Signal emitted when an object has been deleted. See gcu::Object::EmitSignal for more information.
Signal emitted when the theme has changed. This signal is called by the theme for all its documents.
The set of registered plugins.
char const* gcp::ReactionPropRoles[] |
The names associated with the various roles knwon for objects attached to reaction arrows. These names are used for serialization.