HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HOM_ShelfElement Class Referenceabstract

#include <HOM_ShelfElement.h>

+ Inheritance diagram for HOM_ShelfElement:

Public Member Functions

 HOM_ShelfElement ()
 
 HOM_ShelfElement (const HOM_ShelfElement &element)
 
virtual ~HOM_ShelfElement ()
 
virtual std::string __repr__ ()=0
 
virtual bool operator== (HOM_PtrOrNull< HOM_ShelfElement > element)=0
 
virtual bool operator!= (HOM_PtrOrNull< HOM_ShelfElement > element)=0
 
virtual std::string filePath ()=0
 
virtual void setFilePath (const char *file_path)=0
 
virtual std::string name ()=0
 
virtual void setName (const char *name)=0
 
virtual std::string label ()=0
 
virtual void setLabel (const char *label)=0
 
virtual std::string fileLocation ()=0
 
virtual bool isReadOnly ()=0
 
virtual void setReadOnly (bool on)=0
 

Detailed Description

Definition at line 21 of file HOM_ShelfElement.h.

Constructor & Destructor Documentation

HOM_ShelfElement::HOM_ShelfElement ( )
inline

Definition at line 24 of file HOM_ShelfElement.h.

HOM_ShelfElement::HOM_ShelfElement ( const HOM_ShelfElement element)
inline

Definition at line 26 of file HOM_ShelfElement.h.

virtual HOM_ShelfElement::~HOM_ShelfElement ( )
inlinevirtual

Definition at line 28 of file HOM_ShelfElement.h.

Member Function Documentation

virtual std::string HOM_ShelfElement::__repr__ ( )
pure virtual
virtual std::string HOM_ShelfElement::fileLocation ( )
pure virtual
virtual std::string HOM_ShelfElement::filePath ( )
pure virtual
virtual bool HOM_ShelfElement::isReadOnly ( )
pure virtual
virtual std::string HOM_ShelfElement::label ( )
pure virtual
virtual std::string HOM_ShelfElement::name ( )
pure virtual
virtual bool HOM_ShelfElement::operator!= ( HOM_PtrOrNull< HOM_ShelfElement element)
pure virtual
virtual bool HOM_ShelfElement::operator== ( HOM_PtrOrNull< HOM_ShelfElement element)
pure virtual
virtual void HOM_ShelfElement::setFilePath ( const char *  file_path)
pure virtual
virtual void HOM_ShelfElement::setLabel ( const char *  label)
pure virtual
virtual void HOM_ShelfElement::setName ( const char *  name)
pure virtual
virtual void HOM_ShelfElement::setReadOnly ( bool  on)
pure virtual

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