#include "CoreMainHeader.h"
#include "ExtObject.h"
#include "ContainerEnumerator.h"
Include dependency graph for Bond.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | CBond |
bond implementation More... | |
class | CBondData |
compress description of bond More... | |
class | CBondDataHistory |
class | CBondEnumerator |
declare enumerator for bonds More... | |
class | CBondOrderHistory |
class | CBondsList |
declare bonds list More... | |
class | CBondsListCreateBondHistory |
class | CBreakBondHistory |
class | CDeleteBondHistory |
Enumerations | |
enum | EBondOrder { BO_NONE = -1, BO_WEAK = 0, BO_H = 1, BO_SINGLE = 2, BO_SINGLE_H = 3, BO_DOUBLE = 4, BO_DOUBLE_H = 5, BO_TRIPLE = 6 } |
EBondOrder - bond orders. | |
Functions | |
DECLARE_EVENT (Bond_SetOrder) | |
Variables | |
CPluginObjectInfo | BondObjectInfo |
CPluginObjectInfo | BondEnumObjectInfo |
CExtUUID | ID_BondEnum |