omegalib
13.1
|
Interface for display configuration generators. More...
#include <DisplayConfig.h>
Public Member Functions | |
virtual bool | buildConfig (DisplayConfig &cfg, Setting &scfg)=0 |
virtual void | onCanvasChange (DisplayConfig &cfg) |
Called when the application active canvas changes. More... | |
Public Member Functions inherited from omicron::ReferenceType | |
ReferenceType () | |
virtual | ~ReferenceType () |
void | ref () |
void | unref () |
long | refCount () |
Additional Inherited Members | |
Static Public Member Functions inherited from omicron::ReferenceType | |
static void | printObjCounts () |
Static Protected Attributes inherited from omicron::ReferenceType | |
static List< ReferenceType * > | mysObjList |
Interface for display configuration generators.
|
pure virtual |
Implemented in omega::CylindricalDisplayConfig, and omega::PlanarDisplayConfig.
|
inlinevirtual |
Called when the application active canvas changes.
Reimplemented in omega::CylindricalDisplayConfig.