This abstract class is the base class for all layout descriptors. More...
Public Member Functions | |
VgLayoutDescriptor () | |
Default constructor, you can not call it directly (this class is abstract). | |
virtual | ~VgLayoutDescriptor ()=0 |
Pure virtual destructor called by subclass destructors. | |
Protected Attributes | |
Private * | mPrivate |
Private. | |
Friends | |
class | VgObjectBridge |
This abstract class is the base class for all layout descriptors.
It can not be instantiated as is, you need to instantiate it's sub classes.
VgEngine::VgLayoutDescriptor::VgLayoutDescriptor | ( | ) |
Default constructor, you can not call it directly (this class is abstract).
virtual VgEngine::VgLayoutDescriptor::~VgLayoutDescriptor | ( | ) | [pure virtual] |
Pure virtual destructor called by subclass destructors.
friend class VgObjectBridge [friend] |
Reimplemented in VgEngine::VgQuadtreeLayoutDescriptor.
Private* VgEngine::VgLayoutDescriptor::mPrivate [protected] |
Private.