|
void | addLayer () |
|
void | dupLayer () |
|
void | removeLayer () |
|
void | upLayer () |
|
void | downLayer () |
|
void | changeName (int row, int col) |
|
void | visibleLayer () |
|
void | printLayer () |
|
void | lockLayer () |
|
void | flowToggleLayer () |
|
void | outlineToggleLayer () |
|
void | selectToggleLayer () |
|
void | toggleAllfromHeader (int index) |
|
void | markLayer () |
|
void | changeOpacity () |
|
void | changeBlendMode (int blend) |
|
void | setActiveLayer (int row, int col) |
|
void | ClearInhalt () |
|
void | markActiveLayer (int layerID=-1) |
|
void | languageChange () |
|
virtual void | setPaletteShown (bool) |
|
virtual void | setFontSize () |
|
|
void | LayerChanged () |
|
void | LayerActivated (int) |
|
void | paletteShown (bool) |
| Let the action for this palette know when something changes and it hasnt caused it.
|
|
|
| LayerPalette (QWidget *parent) |
|
virtual void | changeEvent (QEvent *e) |
|
void | setDoc (ScribusDoc *doc) |
|
void | rebuildList () |
|
| ScDockPalette (QWidget *parent=NULL, const QString &prefsContext=QString::null, Qt::WindowFlags f=0) |
|
virtual void | hide () |
| Sample way to grab keystrokes, simply calls superclass at this point.
|
|
void | startup () |
|
|
QWidget * | containerWidget |
|
ScribusDoc * | m_Doc |
|
QVBoxLayout * | LayerPaletteLayout |
|
QHBoxLayout * | Layout1 |
|
QHBoxLayout * | layout1 |
|
QLabel * | textLabel1 |
|
ScComboBox * | blendMode |
|
QLabel * | textLabel2 |
|
ScrSpinBox * | opacitySpinBox |
|
QHeaderView * | Header |
|
QPushButton * | newLayerButton |
|
QPushButton * | duplicateLayerButton |
|
QPushButton * | deleteLayerButton |
|
QPushButton * | raiseLayerButton |
|
QPushButton * | lowerLayerButton |
|
ScLayers * | layers |
|
PrefsContext * | palettePrefs |
|
QString | prefsContextName |
|
bool | visibleOnStartup |
|
QWidget * | originalParent |
|
QWidget * | tempParent |
|
|
virtual void | setPrefsContext (QString context) |
| Set the Preferences context to be used for storage of startup visibility and position and size.
|
|
void | storePosition () |
|
void | storePosition (int newX, int newY) |
|
void | storeSize () |
|
void | storeVisibility (bool) |
|
void | storeDockState () |
|
virtual void | showEvent (QShowEvent *showEvent) |
| Restore the geometry of the window when showing it.
|
|
virtual void | closeEvent (QCloseEvent *closeEvent) |
| Captures the close event and changes it to hide.
|
|
virtual void | hideEvent (QHideEvent *) |
| Stores the geometry of the window when hiding.
|
|
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/ui/layers.h
- /Users/ale/src/Scribus/scribus/ui/layers.cpp