#include <VisuGUI_Prs3dDlg.h>

Public Member Functions | |
| VisuGUI_TextPrefDlg (QWidget *parent) | |
| ~VisuGUI_TextPrefDlg () | |
| QString | getTitleText () |
| void | setTitleText (const QString &theText) |
| void | setTitleVisible (bool isVisible) |
| void | storeBeginValues () |
Data Fields | |
| SVTK_FontWidget * | myTitleFont |
| SVTK_FontWidget * | myLabelFont |
Protected Slots | |
| void | accept () |
| void | reject () |
| void | onHelp () |
Private Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
| QLineEdit * | myTitleEdt |
| QString | myTitle |
| QColor | myColors [2] |
| int | myComboVals [2] |
| bool | myCheckVals [6] |
| VisuGUI_TextPrefDlg::VisuGUI_TextPrefDlg | ( | QWidget * | parent | ) |
Constructor
References accept(), myLabelFont, myTitleEdt, myTitleFont, onHelp(), and reject().
| VisuGUI_TextPrefDlg.~VisuGUI_TextPrefDlg | ( | ) |
| QString VisuGUI_TextPrefDlg::getTitleText | ( | ) |
References myTitleEdt.
| void VisuGUI_TextPrefDlg::setTitleText | ( | const QString & | theText | ) |
References myTitleEdt.
| void VisuGUI_TextPrefDlg::setTitleVisible | ( | bool | isVisible | ) |
References myTitleEdt.
| void VisuGUI_TextPrefDlg::storeBeginValues | ( | ) |
References myCheckVals, myColors, myComboVals, myLabelFont, myTitle, myTitleEdt, and myTitleFont.
| void VisuGUI_TextPrefDlg::keyPressEvent | ( | QKeyEvent * | e | ) | [private] |
Provides help on F1 button click
References onHelp().
| void VisuGUI_TextPrefDlg::accept | ( | ) | [protected, slot] |
Called when <Ok> button is clicked, store begin values
References storeBeginValues().
| void VisuGUI_TextPrefDlg::reject | ( | ) | [protected, slot] |
Called when <Cancel> button is clicked, restore begin values
References myCheckVals, myColors, myComboVals, myLabelFont, myTitle, myTitleEdt, and myTitleFont.
| void VisuGUI_TextPrefDlg::onHelp | ( | ) | [protected, slot] |
| SVTK_FontWidget* VisuGUI_TextPrefDlg.myTitleFont |
| SVTK_FontWidget* VisuGUI_TextPrefDlg.myLabelFont |
QLineEdit* VisuGUI_TextPrefDlg.myTitleEdt [private] |
QString VisuGUI_TextPrefDlg.myTitle [private] |
QColor VisuGUI_TextPrefDlg.myColors[2] [private] |
int VisuGUI_TextPrefDlg.myComboVals[2] [private] |
bool VisuGUI_TextPrefDlg.myCheckVals[6] [private] |