The DlgSettingsImageImp class implements a preference page to change settings for the Inventor viewer.
More...
#include <DlgSettingsImageImp.h>
The DlgSettingsImageImp class implements a preference page to change settings for the Inventor viewer.
- Author
- Werner Mayer
◆ DlgSettingsImageImp()
DlgSettingsImageImp::DlgSettingsImageImp |
( |
QWidget * |
parent = nullptr | ) |
|
Constructs a DlgSettingsImageImp as a child of 'parent', with the name 'name' and widget flags set to 'f'.
◆ ~DlgSettingsImageImp()
DlgSettingsImageImp::~DlgSettingsImageImp |
( |
| ) |
|
Destroys the object and frees any allocated resources.
◆ addWatermark()
bool DlgSettingsImageImp::addWatermark |
( |
| ) |
const |
◆ adjustImageSize()
void DlgSettingsImageImp::adjustImageSize |
( |
float |
fRatio | ) |
|
|
protected |
◆ backgroundType()
int DlgSettingsImageImp::backgroundType |
( |
| ) |
const |
◆ changeEvent()
void DlgSettingsImageImp::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
◆ comment()
QString DlgSettingsImageImp::comment |
( |
| ) |
const |
◆ imageHeight()
int DlgSettingsImageImp::imageHeight |
( |
| ) |
const |
◆ imageSize()
QSize DlgSettingsImageImp::imageSize |
( |
| ) |
const |
Returns the currently set image size.
◆ imageWidth()
int DlgSettingsImageImp::imageWidth |
( |
| ) |
const |
◆ method()
QByteArray DlgSettingsImageImp::method |
( |
| ) |
const |
◆ on_buttonRatio16x9_clicked
void DlgSettingsImageImp::on_buttonRatio16x9_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_buttonRatio1x1_clicked
void DlgSettingsImageImp::on_buttonRatio1x1_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_buttonRatio4x3_clicked
void DlgSettingsImageImp::on_buttonRatio4x3_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_buttonRatioScreen_clicked
void DlgSettingsImageImp::on_buttonRatioScreen_clicked |
( |
| ) |
|
|
protectedslot |
◆ on_comboMethod_activated
void DlgSettingsImageImp::on_comboMethod_activated |
( |
int |
index | ) |
|
|
protectedslot |
◆ on_standardSizeBox_activated
void DlgSettingsImageImp::on_standardSizeBox_activated |
( |
int |
index | ) |
|
|
protectedslot |
◆ onSelectedFilter
void DlgSettingsImageImp::onSelectedFilter |
( |
const QString & |
filter | ) |
|
|
slot |
◆ setBackgroundType()
void DlgSettingsImageImp::setBackgroundType |
( |
int |
t | ) |
|
◆ setImageSize() [1/2]
void DlgSettingsImageImp::setImageSize |
( |
const QSize & |
s | ) |
|
Sets the image size to s.
◆ setImageSize() [2/2]
void DlgSettingsImageImp::setImageSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
◆ setMethod()
void DlgSettingsImageImp::setMethod |
( |
const QByteArray & |
m | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/DlgSettingsImageImp.h
- FreeCAD/src/Gui/DlgSettingsImageImp.cpp