|
QString | getName () |
|
void | setName (QString name) |
|
int | getID () |
|
int | getLevel () |
|
void | setLevel (int level) |
|
bool | isPrintable () |
|
void | setPrintable (bool value) |
|
bool | isViewable () |
|
void | setViewable (bool value) |
|
bool | isEditable () |
|
void | setEditable (bool value) |
|
bool | getFlowControl () |
|
void | setFlowControl (bool value) |
|
bool | getOutlineMode () |
|
void | setOutlineMode (bool value) |
|
double | getTransparency () |
|
void | setTransparency (double value) |
|
int | getBlendMode () |
|
void | setBlendMode (int value) |
|
bool | isActive () |
|
void | setActive (bool value) |
|
|
| LayerAPI (ScLayer *l) |
|
QList< QVariant > | items () |
|
|
QString | name |
|
int | id |
|
int | level |
|
bool | printable |
|
bool | viewable |
|
bool | editable |
|
bool | flowControl |
|
bool | outlineMode |
|
double | transparency |
|
int | blendMode |
|
bool | active |
|
QList< QVariant > | items |
|
QList< QVariant > LayerAPI::items |
|
read |
Will return a list of containing all items on current layer.
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/plugins/scripter/api_layer.h
- /Users/ale/src/Scribus/scribus/plugins/scripter/api_layer.cpp