The DlgSettings3DViewPartImp class implements a preference page to change settings for the Inventor viewer. More...
#include <DlgSettings3DViewPartImp.h>
Public Member Functions | |
DlgSettings3DViewPart (QWidget *parent=0) | |
Constructs a DlgSettings3DViewPart which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
~DlgSettings3DViewPart () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Sets the strings of the subwidgets using the current language. | |
void | loadSettings () |
void | saveSettings () |
The DlgSettings3DViewPartImp class implements a preference page to change settings for the Inventor viewer.
Definition at line 37 of file DlgSettings3DViewPartImp.h.
DlgSettings3DViewPart::DlgSettings3DViewPart | ( | QWidget * | parent = 0 |
) |
Constructs a DlgSettings3DViewPart which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 44 of file DlgSettings3DViewPartImp.cpp.
DlgSettings3DViewPart::~DlgSettings3DViewPart | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 53 of file DlgSettings3DViewPartImp.cpp.
void DlgSettings3DViewPart::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
Definition at line 97 of file DlgSettings3DViewPartImp.cpp.
void DlgSettings3DViewPart::loadSettings | ( | ) | [protected, virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 87 of file DlgSettings3DViewPartImp.cpp.
void DlgSettings3DViewPart::saveSettings | ( | ) | [protected, virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 70 of file DlgSettings3DViewPartImp.cpp.
References App::GetApplication(), PartGui::ViewProviderPart::getClassTypeId(), App::Application::getDocuments(), Gui::Document::getViewProvidersOfType(), and Gui::Application::Instance.