#include <SVTK_DialogBase.h>

Public Member Functions | |
| SVTK_DialogBase (QtxAction *theAction, QWidget *theParent, const char *theName="", bool theModal=FALSE, Qt::WindowFlags theWFalgs=0) | |
| ~SVTK_DialogBase () | |
Protected Slots | |
| void | onParentShow () |
| void | onParentHide () |
| virtual void | done (int) |
Protected Attributes | |
| QtxAction * | myAction |
| SVTK_DialogBase::SVTK_DialogBase | ( | QtxAction * | theAction, |
| QWidget * | theParent, | ||
| const char * | theName = "", |
||
| bool | theModal = FALSE, |
||
| Qt::WindowFlags | theWFalgs = 0 |
||
| ) |
Constructor
| SVTK_DialogBase::~SVTK_DialogBase | ( | ) |
| void SVTK_DialogBase::onParentShow | ( | ) | [protected, slot] |
| void SVTK_DialogBase::onParentHide | ( | ) | [protected, slot] |
| void SVTK_DialogBase::done | ( | int | r | ) | [protected, virtual, slot] |
QtxAction* SVTK_DialogBase.myAction [protected] |