#include <RGraphicsSceneDrawable.h>
|
enum | Mode { NoMode = 0x0000
, NoPlot = 0x0001
, PixelUnit = 0x0002
, WorkingSet = 0x0004
} |
|
enum | Type {
Invalid
, PainterPath
, PainterPathRay
, PainterPathXLine
,
Image
, Text
, Transform
, EndTransform
} |
|
- Scriptable:\nThis class is available in script environments.\n
- Copyable:\nObjects are cleaned up automatically by the garbage collector of the script engine.\n
◆ Mode
Enumerator |
---|
NoMode | |
NoPlot | not plotted (from not plottable layers)
|
PixelUnit | unit interpreted as pixels
|
WorkingSet | in current working set
|
◆ Type
Enumerator |
---|
Invalid | |
PainterPath | |
PainterPathRay | |
PainterPathXLine | |
Image | |
Text | |
Transform | |
EndTransform | |
◆ RGraphicsSceneDrawable() [1/7]
RGraphicsSceneDrawable::RGraphicsSceneDrawable |
( |
| ) |
|
|
inline |
◆ RGraphicsSceneDrawable() [2/7]
◆ RGraphicsSceneDrawable() [3/7]
- Non-Scriptable:\nThis function is not available in script environments.\n
◆ RGraphicsSceneDrawable() [4/7]
- Non-Scriptable:\nThis function is not available in script environments.\n
◆ RGraphicsSceneDrawable() [5/7]
- Non-Scriptable:\nThis function is not available in script environments.\n
◆ RGraphicsSceneDrawable() [6/7]
- Non-Scriptable:\nThis function is not available in script environments.\n
◆ RGraphicsSceneDrawable() [7/7]
- Non-Scriptable:\nThis function is not available in script environments.\n
◆ ~RGraphicsSceneDrawable()
RGraphicsSceneDrawable::~RGraphicsSceneDrawable |
( |
| ) |
|
◆ createEndTransform()
◆ createFromImage()
◆ createFromPainterPath()
◆ createFromText()
◆ createFromTransform()
◆ getDocument()
RDocument * RGraphicsSceneDrawable::getDocument |
( |
| ) |
const |
◆ getImage()
RImageData & RGraphicsSceneDrawable::getImage |
( |
| ) |
const |
|
inline |
◆ getMode()
◆ getNoPlot()
bool RGraphicsSceneDrawable::getNoPlot |
( |
| ) |
const |
|
inline |
◆ getOffset()
RVector RGraphicsSceneDrawable::getOffset |
( |
| ) |
const |
|
inline |
◆ getPainterPath()
RPainterPath & RGraphicsSceneDrawable::getPainterPath |
( |
| ) |
const |
|
inline |
◆ getPixelUnit()
bool RGraphicsSceneDrawable::getPixelUnit |
( |
| ) |
const |
|
inline |
◆ getText()
◆ getTransform()
RTransform & RGraphicsSceneDrawable::getTransform |
( |
| ) |
const |
|
inline |
◆ getType()
◆ isImage()
bool RGraphicsSceneDrawable::isImage |
( |
| ) |
|
|
inline |
◆ isPainterPath()
bool RGraphicsSceneDrawable::isPainterPath |
( |
| ) |
|
|
inline |
◆ isText()
bool RGraphicsSceneDrawable::isText |
( |
| ) |
|
|
inline |
◆ isWorkingSet()
bool RGraphicsSceneDrawable::isWorkingSet |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setHighlighted()
void RGraphicsSceneDrawable::setHighlighted |
( |
bool | on | ) |
|
◆ setMode()
◆ setNoPlot()
void RGraphicsSceneDrawable::setNoPlot |
( |
bool | on | ) |
|
|
inline |
◆ setOffset()
◆ setPixelUnit()
void RGraphicsSceneDrawable::setPixelUnit |
( |
bool | on | ) |
|
|
inline |
◆ setSelected()
void RGraphicsSceneDrawable::setSelected |
( |
bool | on | ) |
|
◆ setWorkingSet()
void RGraphicsSceneDrawable::setWorkingSet |
( |
bool | on | ) |
|
|
inline |
◆ uninit()
void RGraphicsSceneDrawable::uninit |
( |
| ) |
|
◆ image
◆ modes
Modes RGraphicsSceneDrawable::modes |
|
protected |
◆ offset
RVector RGraphicsSceneDrawable::offset |
|
protected |
◆ painterPath
◆ text
◆ transform
◆ type
Type RGraphicsSceneDrawable::type |
|
protected |
The documentation for this class was generated from the following files: