|
STYLE & | operator[] (int index) |
|
STYLE * | getDefault () |
|
const STYLE & | get (const QString &name) const |
|
const STYLE & | operator[] (int index) const |
|
bool | contains (const QString &name) const |
|
int | find (const QString &name) const |
|
const Style * | resolve (const QString &name) const |
|
int | count () const |
|
STYLE * | append (STYLE *style) |
|
void | remove (int index) |
|
void | redefine (const StyleSet< STYLE > &defs, bool removeUnused=false) |
|
void | rename (const QMap< QString, QString > &newNames) |
|
STYLE * | create (const STYLE &proto) |
|
void | makeDefault (STYLE *def) |
|
bool | isDefault (const STYLE &style) const |
|
void | clear (bool invalid=true) |
|
void | setContext (const StyleContext *context) |
|
const StyleContext * | context () const |
|
| StyleContext (const StyleContext &o) |
|
StyleContext & | operator= (const StyleContext &o) |
|
int | version () const |
|
virtual bool | contextContained (const StyleContext *context) const |
|
virtual bool | checkConsistency () const |
|
void | invalidate () |
|
bool | connect (QObject *receiver, const char *member) const |
|
bool | disconnect (QObject *receiver, const char *member=0) const |
|
| Observable (UpdateManager *um=NULL) |
|
virtual void | update () |
|
| MassObservable (UpdateManager *um=NULL) |
|
void | setUpdateManager (UpdateManager *um) |
|
virtual void | update (StyleContext *what) |
|
virtual void | updateLayout (StyleContext *what) |
|
void | connectObserver (Observer< StyleContext * > *o) |
|
bool | connectObserver (QObject *o, const char *slot) |
|
void | disconnectObserver (Observer< StyleContext * > *o) |
|
bool | disconnectObserver (QObject *o, const char *slot=0) |
|