This class is intended for changing parameters of labeling values of 3D colored presentations.
#include <VisuGUI_ValuesLabelingDlg.h>

Public Member Functions | |
| VisuGUI_ValuesLabelingDlg (SalomeApp_Module *theModule) | |
| Constructor. | |
| ~VisuGUI_ValuesLabelingDlg () | |
| Destructor. | |
| virtual void | initFromPrsObject (VISU::ColoredPrs3d_i *thePrs, bool theInit) |
| Initializes dialog fields using specified presentation. | |
| virtual int | storeToPrsObject (VISU::ColoredPrs3d_i *thePrs) |
| Updates presentation in accordance with dialog input data. | |
Protected Slots | |
| void | onHelp () |
Protected Member Functions | |
| virtual QString | GetContextHelpFilePath () |
| Gets help file name. | |
Private Attributes | |
| QtxFontEdit * | myFont |
| QtxColorButton * | myColor |
| VisuGUI_ValuesLabelingDlg::VisuGUI_ValuesLabelingDlg | ( | SalomeApp_Module * | theModule | ) |
| theModule | module |
References batchmode_visu_view3d.aColor, myColor, myFont, and VisuGUI_Prs3dDlg.onHelp().
| VisuGUI_ValuesLabelingDlg::~VisuGUI_ValuesLabelingDlg | ( | ) |
| void VisuGUI_ValuesLabelingDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
| thePrs | presentation |
| theInit | not used |
Implements VisuGUI_Prs3dDlg.
References batchmode_visu_view3d.aColor, VISU.ColoredPrs3d_i.GetValLblFontColor(), VISU.ColoredPrs3d_i.GetValLblFontSize(), VISU.ColoredPrs3d_i.GetValLblFontType(), VISU.ColoredPrs3d_i.IsBoldValLbl(), VISU.ColoredPrs3d_i.IsItalicValLbl(), VISU.ColoredPrs3d_i.IsShadowValLbl(), myColor, and myFont.
| int VisuGUI_ValuesLabelingDlg::storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [virtual] |
| thePrs | to be updated |
Implements VisuGUI_Prs3dDlg.
References batchmode_visu_view3d.aColor, myColor, myFont, VISU.ColoredPrs3d_i.SetBoldValLbl(), VISU.ColoredPrs3d_i.SetItalicValLbl(), VISU.ColoredPrs3d_i.SetShadowValLbl(), VISU.ColoredPrs3d_i.SetValLblFontColor(), VISU.ColoredPrs3d_i.SetValLblFontSize(), and VISU.ColoredPrs3d_i.SetValLblFontType().
| QString VisuGUI_ValuesLabelingDlg::GetContextHelpFilePath | ( | ) | [protected, virtual] |
Implements VisuGUI_Prs3dDlg.
| void VisuGUI_Prs3dDlg::onHelp | ( | ) | [protected, slot, inherited] |
Called when <Help> button is clicked, shows the corresponding help page in defined browser
References VisuGUI_Prs3dDlg.GetContextHelpFilePath().
QtxFontEdit* VisuGUI_ValuesLabelingDlg.myFont [private] |
QtxColorButton* VisuGUI_ValuesLabelingDlg.myColor [private] |