vdk 2.4.0
List of all members
VDKNotCopyAble Class Reference

Hierarchy root class. More...

#include <vdkutils.h>

Inheritance diagram for VDKNotCopyAble:
Inheritance graph
[legend]

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: