|
Canorus 0.0
|
Dummy example ctl for user interface actions. More...
#include <dummyctl.h>

Public Slots | |
| void | on_uiDummy_triggered () |
Public Member Functions | |
| CADummyCtl (CAMainWin *poMainWin) | |
| ~CADummyCtl () | |
Protected Slots | |
| void | myToggle (int iOn) |
Protected Attributes | |
| CAMainWin * | _poMainWin |
| CADummy * | _poDummy |
Dummy example ctl for user interface actions.
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 interface action classes. This Ctl was based on CAPreviewCtl originally one of the two first control classes in Canorus.
| CADummyCtl::CADummyCtl | ( | CAMainWin * | poMainWin | ) |
Default Construktor Besides standard initialization it creates a dummy object. Though not implemented we assume that the dummy object has at least one signal called dummyToggle. We connect this signal manually to our slot myToggle.
References _poDummy, _poMainWin, CACanorus::connectSlotsByName(), and myToggle().

| CADummyCtl::~CADummyCtl | ( | ) |
References _poDummy.
|
protectedslot |
|
slot |
|
protected |
Referenced by CADummyCtl(), and ~CADummyCtl().
|
protected |
Referenced by CADummyCtl().