|
void | setMainWindow (ScribusMainWindow *mw) |
|
void | setDoc (ScribusDoc *d) |
|
void | AppModeChanged () |
|
void | setCurrentItem (PageItem *i) |
|
void | unsetDoc () |
|
void | unsetItem () |
|
void | handleSelectionChanged () |
|
void | unitChange () |
|
void | languageChange () |
|
void | setLocked (bool) |
|
virtual void | setPaletteShown (bool) |
|
virtual void | setFontSize () |
|
|
| PropertiesPalette (QWidget *parent) |
|
virtual void | changeEvent (QEvent *e) |
|
virtual void | closeEvent (QCloseEvent *closeEvent) |
| Captures the close event and changes it to hide.
|
|
void | endPatchAdd () |
|
void | updateColorSpecialGradient () |
|
void | updateColorList () |
|
void | setGradientEditMode (bool) |
|
void | setTextFlowMode (PageItem::TextFlowMode mode) |
|
bool | userActionOn () |
| Returns true if there is a user action going on at the moment of call.
|
|
| 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 () |
|
|
ScribusMainWindow * | m_ScMW |
|
ScTreeWidget * | TabStack |
|
bool | m_haveDoc |
|
bool | m_haveItem |
|
double | m_unitRatio |
|
int | m_unitIndex |
|
PageItem * | m_item |
|
UndoManager * | undoManager |
|
ScGuardedPtr< ScribusDoc > | m_doc |
|
int | idXYZItem |
|
int | idShapeItem |
|
int | idTableItem |
|
int | idTextItem |
|
int | idImageItem |
|
int | idLineItem |
|
int | idColorsItem |
|
int | idTransparencyItem |
|
int | idGroupItem |
|
int | idShadowItem |
|
PrefsContext * | palettePrefs |
|
QString | prefsContextName |
|
bool | visibleOnStartup |
|
QWidget * | originalParent |
|
QWidget * | tempParent |
|
|
void | paletteShown (bool) |
| Let the action for this palette know when something changes and it hasnt caused it.
|
|
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 | 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/propertiespalette.h
- /Users/ale/src/Scribus/scribus/ui/propertiespalette.cpp