Scribus
Open source desktop publishing at your fingertips
|
Character Palette for batch glyphs inserting. Enhanced instance is created/destroyed on every call from CharSelect to improve internal performace. More...
#include <charselectenhanced.h>
Public Slots | |
void | newChar (uint i, QString) |
void | delChar () |
void | newFont (int font) |
void | newCharClass (int c) |
void | delEdit () |
void | insChar () |
Public Slots inherited from ScrPaletteBase | |
virtual void | setPaletteShown (bool) |
virtual void | setFontSize () |
virtual int | exec () |
int | exec (QWidget *newParent) |
Signals | |
void | insertSpecialChars (const QString &chars) |
A signall emitted when press the "Insert" button. Glyphs are handled in CharSelect parent. | |
Signals inherited from ScrPaletteBase | |
void | paletteShown (bool) |
Let the action for this palette know when something changes and it hasnt caused it. | |
Public Member Functions | |
CharSelectEnhanced (QWidget *parent) | |
void | setDoc (ScribusDoc *doc) |
QString | getUsedFont () |
Public Member Functions inherited from ScrPaletteBase | |
ScrPaletteBase (QWidget *parent=NULL, const QString &prefsContext=QString::null, bool modal=false, Qt::WindowFlags f=0) | |
virtual void | hide () |
Sample way to grab keystrokes, simply calls superclass at this point. | |
void | startup () |
Additional Inherited Members | |
Protected Slots inherited from ScrPaletteBase | |
virtual void | reject () |
Protected Member Functions inherited from ScrPaletteBase | |
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) |
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. | |
Protected Attributes inherited from ScrPaletteBase | |
PrefsContext * | palettePrefs |
QString | prefsContextName |
bool | visibleOnStartup |
QWidget * | originalParent |
QWidget * | tempParent |
Character Palette for batch glyphs inserting. Enhanced instance is created/destroyed on every call from CharSelect to improve internal performace.