#include <Atom.h>
Inheritance diagram for CAtomsList:
Public Methods | |
__fastcall | CAtomsList (CMolecule *own) |
bool __fastcall | Center (void) |
CAtom *__fastcall | CreateAtom (const CAtomData &atomdata) |
CAtom *__fastcall | SearchByName (const CSmallString &name) |
CAtom *__fastcall | SearchByDescription (const CSmallString &descrip) |
CAtom *__fastcall | AddAtom (int z, const CPoint &pos, CElementsRecord *history=NULL) |
CAtom *__fastcall | AddAtom (const CAtomData &sa, CElementsRecord *history=NULL) |
void __fastcall | SetCenter (const CPoint ¢er) |
bool __fastcall | Load (CXMLElement *p_el) |
bool __fastcall | Save (CXMLElement *p_el) |
Public Attributes | |
__property CMolecule * | Molecule = {read = FMolecule} |