#include <openpalettemanager.h>
This manager maintains records of instanciated open palettesand is able to serialize the whole palettes collection for further reload. It is a singleton (hard one if I can say (no means to grab an instance of it))
unsigned int OpenPaletteManager::count |
( |
| ) |
|
|
static |
Return number of palettes
QStringList OpenPaletteManager::items |
( |
unsigned int |
idx | ) |
|
|
static |
Return the list of setters attached to the palette at index idx
void OpenPaletteManager::loadPaletteCollection |
( |
const QString & |
filepath | ) |
|
|
static |
Load palettes configuration from an XML file
void OpenPaletteManager::newPalette |
( |
QWidget * |
parent = 0 | ) |
|
|
static |
QVariant OpenPaletteManager::paletteProperty |
( |
unsigned int |
idx, |
|
|
const QString & |
prop |
|
) |
| |
|
static |
Return a property of a palette
bool OpenPaletteManager::paletteProperty |
( |
unsigned int |
idx, |
|
|
const QString & |
prop, |
|
|
const QVariant & |
val |
|
) |
| |
|
static |
Set A property of a palette
void OpenPaletteManager::savePaletteCollection |
( |
const QString & |
filepath | ) |
|
|
static |
Save the configuration of the palettes in an XML file
void OpenPaletteManager::setItems |
( |
unsigned int |
idx, |
|
|
const QStringList & |
ilist |
|
) |
| |
|
static |
Reset the list of setters attached to the palette at index idx
void OpenPaletteManager::subChanges |
( |
QObject * |
subscriber, |
|
|
const char * |
method |
|
) |
| |
|
static |
subscribe to changes notifications
QString OpenPaletteManager::title |
( |
unsigned int |
idx | ) |
|
|
static |
Return the name of the palette at index idx
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/openpalettemanager.h
- /Users/ale/src/Scribus/scribus/openpalettemanager.cpp