|
Canorus
0.0
|
Dummy example user interface objects creation. More...
#include <dummyui.h>

Public Member Functions | |
| CADummyUI (CAMainWin *poMainWin) | |
| ~CADummyUI () | |
Protected Member Functions | |
| updateDummyUIObjs () | |
Protected Attributes | |
| CAMainWin * | _poMainWin |
| CADummyCtl * | _poDummyCtl |
| CADummyUIObj * | _poDummyUIObj |
Dummy example user interface objects creation.
Copyright (c) 2006-2010, Reinhard Katzmann, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
Use this dummy class for creating your own user interface object creation classes
| CADummyUI::CADummyUI | ( | CAMainWin * | poMainWin | ) |
Default Construktor Besides standard initialization it creates a dummy ui object.
References _poDummyCtl, _poDummyUIObj, and _poMainWin.
| CADummyUI::~CADummyUI | ( | ) |
References _poDummyUIObj.
|
protected |
References _poDummyUIObj.
|
protected |
Referenced by CADummyUI().
|
protected |
Referenced by CADummyUI(), updateDummyUIObjs(), and ~CADummyUI().
|
protected |
Referenced by CADummyUI().