#include <vdkutils.h>
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.