#include <Libs/Visualization/VTK/Widgets/ctkVTKTextPropertyWidget.h>
|
QScopedPointer< ctkVTKTextPropertyWidgetPrivate > | d_ptr |
|
Definition at line 36 of file ctkVTKTextPropertyWidget.h.
◆ ctkVTKTextPropertyWidget() [1/2]
ctkVTKTextPropertyWidget::ctkVTKTextPropertyWidget |
( |
QWidget * |
parentWidget | ) |
|
◆ ctkVTKTextPropertyWidget() [2/2]
ctkVTKTextPropertyWidget::ctkVTKTextPropertyWidget |
( |
vtkTextProperty * |
textProperty, |
|
|
QWidget * |
parentWidget |
|
) |
| |
◆ ~ctkVTKTextPropertyWidget()
virtual ctkVTKTextPropertyWidget::~ctkVTKTextPropertyWidget |
( |
| ) |
|
|
virtual |
◆ boldChanged
void ctkVTKTextPropertyWidget::boldChanged |
( |
bool |
enable | ) |
|
|
signal |
◆ color()
QColor ctkVTKTextPropertyWidget::color |
( |
| ) |
const |
Color of vtkTextProperty.
◆ colorChanged
void ctkVTKTextPropertyWidget::colorChanged |
( |
const QColor & |
color | ) |
|
|
signal |
◆ font()
QString ctkVTKTextPropertyWidget::font |
( |
| ) |
const |
◆ fontFamilyChanged
void ctkVTKTextPropertyWidget::fontFamilyChanged |
( |
const QString & |
font | ) |
|
|
signal |
◆ hasShadow()
bool ctkVTKTextPropertyWidget::hasShadow |
( |
| ) |
const |
◆ isBold()
bool ctkVTKTextPropertyWidget::isBold |
( |
| ) |
const |
◆ isItalic()
bool ctkVTKTextPropertyWidget::isItalic |
( |
| ) |
const |
◆ isSizeVisible()
bool ctkVTKTextPropertyWidget::isSizeVisible |
( |
| ) |
const |
◆ isTextVisible()
bool ctkVTKTextPropertyWidget::isTextVisible |
( |
| ) |
const |
◆ italicChanged
void ctkVTKTextPropertyWidget::italicChanged |
( |
bool |
enable | ) |
|
|
signal |
◆ opacity()
double ctkVTKTextPropertyWidget::opacity |
( |
| ) |
const |
Opacity of vtkTextProperty.
◆ opacityChanged
void ctkVTKTextPropertyWidget::opacityChanged |
( |
double |
opacity | ) |
|
|
signal |
◆ setBold
void ctkVTKTextPropertyWidget::setBold |
( |
bool |
enable | ) |
|
|
slot |
◆ setColor
void ctkVTKTextPropertyWidget::setColor |
( |
const QColor & |
color | ) |
|
|
slot |
◆ setFont
void ctkVTKTextPropertyWidget::setFont |
( |
const QString & |
font | ) |
|
|
slot |
◆ setItalic
void ctkVTKTextPropertyWidget::setItalic |
( |
bool |
enable | ) |
|
|
slot |
◆ setOpacity
void ctkVTKTextPropertyWidget::setOpacity |
( |
double |
opacity | ) |
|
|
slot |
◆ setShadow
void ctkVTKTextPropertyWidget::setShadow |
( |
bool |
enable | ) |
|
|
slot |
◆ setSize
void ctkVTKTextPropertyWidget::setSize |
( |
double |
size | ) |
|
|
slot |
◆ setSizeVisible()
void ctkVTKTextPropertyWidget::setSizeVisible |
( |
bool |
visible | ) |
|
◆ setText
void ctkVTKTextPropertyWidget::setText |
( |
const QString & |
text | ) |
|
|
slot |
◆ setTextLabel
void ctkVTKTextPropertyWidget::setTextLabel |
( |
const QString & |
label | ) |
|
|
slot |
◆ setTextProperty
void ctkVTKTextPropertyWidget::setTextProperty |
( |
vtkTextProperty * |
textProperty | ) |
|
|
slot |
◆ setTextVisible()
void ctkVTKTextPropertyWidget::setTextVisible |
( |
bool |
visible | ) |
|
◆ shadowChanged
void ctkVTKTextPropertyWidget::shadowChanged |
( |
bool |
enable | ) |
|
|
signal |
◆ size()
double ctkVTKTextPropertyWidget::size |
( |
| ) |
const |
◆ sizeChanged
void ctkVTKTextPropertyWidget::sizeChanged |
( |
double |
size | ) |
|
|
signal |
◆ text()
QString ctkVTKTextPropertyWidget::text |
( |
| ) |
const |
◆ textChanged
void ctkVTKTextPropertyWidget::textChanged |
( |
const QString & |
text | ) |
|
|
signal |
◆ textLabel()
QString ctkVTKTextPropertyWidget::textLabel |
( |
| ) |
const |
◆ textProperty()
vtkTextProperty* ctkVTKTextPropertyWidget::textProperty |
( |
| ) |
const |
◆ updateFromTextProperty
void ctkVTKTextPropertyWidget::updateFromTextProperty |
( |
| ) |
|
|
protectedslot |
◆ d_ptr
QScopedPointer<ctkVTKTextPropertyWidgetPrivate> ctkVTKTextPropertyWidget::d_ptr |
|
protected |
◆ showSize
bool ctkVTKTextPropertyWidget::showSize |
|
readwrite |
◆ showText
bool ctkVTKTextPropertyWidget::showText |
|
readwrite |
◆ text
QString ctkVTKTextPropertyWidget::text |
|
readwrite |
◆ textLabel
QString ctkVTKTextPropertyWidget::textLabel |
|
readwrite |
The documentation for this class was generated from the following file: