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