Scribus
Open source desktop publishing at your fingertips
LayerAPI Class Reference
Inheritance diagram for LayerAPI:
Collaboration diagram for LayerAPI:

Public Slots

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)
 

Public Member Functions

 LayerAPI (ScLayer *l)
 
QList< QVariant > items ()
 

Properties

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
 

Property Documentation

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: