The Gnome Chemistry Utils  0.14.0
Public Member Functions | List of all members
gcugtk::Chem3dDoc Class Reference

#include <gcugtk/chem3ddoc.h>

Inheritance diagram for gcugtk::Chem3dDoc:
gcu::Chem3dDoc gcu::GLDocument gcu::Document gcu::Object gcu::DialogOwner

Public Member Functions

 Chem3dDoc ()
 Chem3dDoc (Application *App, GLView *View)
virtual ~Chem3dDoc ()
virtual gcu::GLViewCreateView ()
- Public Member Functions inherited from gcu::Chem3dDoc
 Chem3dDoc (Application *App, GLView *View)
void Draw (Matrix const &m) const
bool IsEmpty ()
void Load (char const *uri, char const *mime_type)
ContentType LoadData (char const *data, char const *mime_type, size_t size=0)
void OnExportVRML (std::string const &filename)
void Clear ()
bool SetProperty (unsigned property, char const *value)
void SetDisplay3D (Display3DMode val)
Display3DMode GetDisplay3D (void) const
MoleculeGetMol (void) const
- Public Member Functions inherited from gcu::GLDocument
 GLDocument (Application *App)
virtual ~GLDocument ()
double GetMaxDist (void)
GLViewGetView (void)
- Public Member Functions inherited from gcu::Document
 Document (Application *App=NULL)
virtual ~Document ()
std::string & GetTranslatedId (const char *id)
void EraseTranslationId (const char *Id)
void EmptyTranslationTable ()
virtual void SetTitle (std::string &title)
virtual void SetTitle (char const *title)
std::string & GetTitle ()
void NotifyDirty (Object *pObject)
virtual void Save () const
virtual ResidueCreateResidue (char const *name, char const *symbol, Molecule *molecule)
virtual Residue const * GetResidue (char const *symbol, bool *ambiguous=NULL)
virtual GtkWindow * GetGtkWindow ()
bool SetTarget (char const *id, Object **target, Object *parent, Object *owner=NULL, Action action=ActionException) throw (std::runtime_error)
virtual bool Loaded () throw (LoaderError)
std::string Name ()
void ObjectLoaded (Object *obj)
std::set< Object * > GetNewObjects ()
virtual WindowGetWindow ()
ApplicationGetApp (void)
bool GetEmpty (void)
void SetScale (double val)
double GetScale (void) const
double & GetRefScale (void)
- Public Member Functions inherited from gcu::Object
 Object (TypeId Id=OtherType)
virtual ~Object ()
TypeId GetType () const
void SetId (gchar const *Id)
char const * GetId () const
virtual void AddChild (Object *object)
ObjectGetMolecule () const
ObjectGetReaction () const
ObjectGetGroup () const
DocumentGetDocument () const
ApplicationGetApplication () const
ObjectGetParentOfType (TypeId Id) const
ObjectGetChild (const gchar *Id) const
ObjectGetFirstChild (std::map< std::string, Object * >::iterator &i)
ObjectGetNextChild (std::map< std::string, Object * >::iterator &i)
ObjectGetDescendant (const char *Id) const
ObjectGetParent () const
void SetParent (Object *Parent)
virtual xmlNodePtr Save (xmlDocPtr xml) const
virtual bool Load (xmlNodePtr node)
virtual bool GetCoords (double *x, double *y, double *z=NULL) const
virtual void Move (double x, double y, double z=0.)
virtual void Transform2D (Matrix2D &m, double x, double y)
bool SaveChildren (xmlDocPtr xml, xmlNodePtr node) const
void SaveId (xmlNodePtr node) const
xmlNodePtr GetNodeByProp (xmlNodePtr node, char const *Property, char const *Id)
xmlNodePtr GetNextNodeByProp (xmlNodePtr node, char const *Property, char const *Id)
xmlNodePtr GetNodeByName (xmlNodePtr node, char const *Name)
xmlNodePtr GetNextNodeByName (xmlNodePtr node, char const *Name)
bool HasChildren () const
unsigned GetChildrenNumber () const
virtual ObjectGetAtomAt (double x, double y, double z=0.)
virtual bool Build (std::set< Object * > const &Children) throw (std::invalid_argument)
virtual double GetYAlign ()
virtual bool BuildContextualMenu (UIManager *uim, Object *object, double x, double y)
void EmitSignal (SignalId Signal)
virtual bool OnSignal (SignalId Signal, Object *Child)
void Lock (bool state=true)
bool IsLocked ()
ObjectGetFirstLink (std::set< Object * >::iterator &i)
ObjectGetNextLink (std::set< Object * >::iterator &i)
void Link (Object *object)
void Unlink (Object *object)
virtual void OnUnlink (Object *object)
void GetPossibleAncestorTypes (std::set< TypeId > &types) const
virtual std::string GetProperty (unsigned property) const
virtual void OnLoaded ()
void SetDirty (bool dirty=true)
std::string Identity ()
virtual char const * HasPropertiesDialog () const
virtual bool CanSelect () const
virtual void NotifyEmpty ()
void ShowPropertiesDialog ()
bool GetDirty (void) const
- Public Member Functions inherited from gcu::DialogOwner
 DialogOwner ()
virtual ~DialogOwner ()
DialogGetDialog (std::string name) const
void ClearDialogs ()

Additional Inherited Members

- Static Public Member Functions inherited from gcu::Chem3dDoc
static Display3DMode Display3DModeFromString (char const *name)
static char const * Display3DModeAsString (Display3DMode mode)
- Protected Member Functions inherited from gcu::Object
virtual DialogBuildPropertiesDialog ()
- Protected Attributes inherited from gcu::GLDocument
double m_MaxDist
GLViewm_View

Detailed Description

Document class for a molecule.

Definition at line 44 of file tk/chem3ddoc.h.

Constructor & Destructor Documentation

gcugtk::Chem3dDoc::Chem3dDoc ( )

Default constructor

Reimplemented from gcu::Chem3dDoc.

gcugtk::Chem3dDoc::Chem3dDoc ( Application App,
GLView View 
)
Parameters
Appthe application.
View,:an optional already existing GLView instance.
virtual gcugtk::Chem3dDoc::~Chem3dDoc ( )
virtual

Default destructor

Reimplemented from gcu::Chem3dDoc.

Member Function Documentation

virtual gcu::GLView* gcugtk::Chem3dDoc::CreateView ( )
virtual

Creates a new view for the document.

Returns
the newly created view.

Implements gcu::Chem3dDoc.


The documentation for this class was generated from the following file: