#include "parentinfo.h"
#include "edge.h"
Go to the source code of this file.
Classes | |
class | CResizeControlGeneric |
class | CResizeControl |
Defines | |
#define | PROPERTY(type, Name) void Set##Name( type v) { m_##Name=v; } type Get##Name() const {return m_##Name; } |
#define | WRAP(returnType, method) returnType method() { if(m_pC) return m_pC->##method(); return (returnType)0; } |
|
|
|
|