vdk 2.4.0
VDKNotCopyAble Class Reference

Hierarchy root class. More...

#include <vdkutils.h>

Inheritance diagram for VDKNotCopyAble:
VDKDrawTool VDKObject VDKTextBuffer VDKTreeViewColumn VDKTreeViewModel VDKBrush VDKPen VDKAbstractButton VDKCanvas VDKCombo VDKComboEntry VDKCustom VDKCustomButton VDKDataBox VDKDrawingArea VDKEditor VDKEntry VDKForm VDKImage VDKInputChannel VDKLabel VDKMenuItem VDKObjectContainer VDKOptionMenu VDKPixmap VDKProgressBar VDKSeparator VDKSlider VDKSpinButton VDKStatusbar VDKTimer VDKTooltip VDKTreeView

List of all members.


Detailed Description

Hierarchy root class.

All vdk gui and gui related objects (with few exceptions) belong to this. This object can't be copied or assigned, any copy/assign operation is flagged as an error since copy-initializer and assignement operator are private methods. Most of them are constructed on the heap with new operator and a great part can be handled with garbage collection.


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