#include <Bond.h>
Inheritance diagram for CBondsList:
Public Methods | |
__fastcall | CBondsList (CMolecule *own) |
CBond *__fastcall | CreateBond (const CBondData &bonddata) |
CBond *__fastcall | AddBond (CAtom *a1, CAtom *a2, EBondOrder order, CElementsRecord *history=NULL) |
CBond *__fastcall | AddBond (const CBondData &sb, CElementsRecord *history=NULL) |
CBond *__fastcall | SearchByName (const CSmallString &name) |
CBond *__fastcall | SearchByDescription (const CSmallString &descrip) |
bool __fastcall | Load (CXMLElement *p_el) |
bool __fastcall | Save (CXMLElement *p_el) |
Public Attributes | |
__property CMolecule * | Molecule = {read = FMolecule} |