Classes | |
class | Application |
class | Atom |
class | Bond |
class | Chem3dDoc |
class | CrystalAtom |
class | CrystalBond |
class | CrystalCleavage |
class | CrystalDoc |
class | CrystalLine |
class | CrystalView |
class | DialogOwner |
class | Dialog |
class | Document |
class | Element |
class | FileChooser |
class | parse_error |
class | Formula |
class | GLDocument |
class | GLView |
class | Isotope |
class | IsotopicPattern |
class | Matrix |
class | Matrix2D |
class | Object |
class | Value |
class | SimpleValue |
class | DimensionalValue |
class | StringValue |
class | LocalizedStringValue |
Typedefs | |
typedef std::list< CrystalAtom * > | CrystalAtomList |
typedef std::list < CrystalCleavage * > | CrystalCleavageList |
typedef std::list< CrystalLine * > | CrystalLineList |
typedef unsigned | TypeId |
typedef bool(* | BuildMenuCb )(Object *target, GtkUIManager *UIManager, Object *object, double x, double y) |
typedef unsigned | SignalId |
Enumerations | |
enum | Display3DMode |
enum | gcLattices |
enum | CrystalLineType |
enum | CheckType |
enum | MatrixType |
enum | GcuTypeId |
enum | RuleId |
typedef bool(* gcu::BuildMenuCb)(Object *target, GtkUIManager *UIManager, Object *object, double x, double y) |
The type of callbacks for adding new items to the contextual menu of an object.
typedef std::list<CrystalAtom*> gcu::CrystalAtomList |
a list of pointers to CrystalAtom instances derived from std::list.
Definition at line 227 of file crystalatom.h.
typedef std::list<CrystalCleavage*> gcu::CrystalCleavageList |
a list of pointers to CrystalCleavage instances derived from std::list.
Definition at line 121 of file crystalcleavage.h.
typedef std::list<CrystalLine*> gcu::CrystalLineList |
a list of pointers to CrystalLine instances derived from std::list.
Definition at line 347 of file crystalline.h.
typedef unsigned gcu::SignalId |
The types of the signals used in Object::EmitSignal() and Object::OnSignal(). Each signal must type be retrieved from a call to Object::CreateNewSignalId().
typedef unsigned gcu::TypeId |
The type of an object instance. Either predefined types are defined in the enum above or dynamically defined types by calls to Object::AddType.
enum gcu::CheckType |
CheckType CheckType describes how numbers entered in entries might be checked. Possible values are:
This enumeration is used in Dialog::GetNumber.
enum gcu::CrystalLineType |
crystalviewer/crystalline.h The type of a CrystalLine instance. Possible values are:
Definition at line 42 of file crystalline.h.
enum gcu::Display3DMode |
3D display mode. Possible values are:
Definition at line 43 of file chem3ddoc.h.
enum gcu::gcLattices |
crystalviewer/crystaldoc.h This enumeration gives sympolic names to the fourteen Bravais lattices.
Possible values are:
Definition at line 67 of file crystaldoc.h.
enum gcu::GcuTypeId |
This enumeration is used to determine the type of an Object instance. Possible values are:
enum gcu::MatrixType |
This enumeration is used to determine the type a Matrix. Possible values are:
enum gcu::RuleId |
This enumeration is used to maintain a set of rules about the possible hierarchical of the document. They are used with two class names or ids. Possible values are: