|
QCodeEdit
2.2
|

Public Member Functions | |
| QFormatFactory (QObject *p=0) | |
| QFormatFactory (const QString &f, QObject *p=0) | |
Public Member Functions inherited from QFormatScheme | |
| QFormatScheme (QObject *p=0) | |
| Constructor. | |
| QFormatScheme (const QString &f, QObject *p=0) | |
| Constructor. More... | |
| virtual | ~QFormatScheme () |
| Destructor. | |
| void | clear () |
| Re-initialize the format scheme. More... | |
| virtual void | load (const QString &filename) |
| Load format settings from a file. More... | |
| virtual void | save (const QString &filename=QString()) const |
| Save the format settings to a file. More... | |
| virtual void | load (const QDomElement &doc, bool ignoreNewIds=false) |
| virtual void | save (QDomElement &elem) const |
| virtual void | load (QSettings &s, bool ignoreNewIds=false) |
| Load format data from a QSettings object. More... | |
| virtual void | save (QSettings &s) const |
| int | formatCount () const |
| QStringList | formats () const |
| virtual QString | id (int ifid) const |
| virtual int | id (const QString &sfid) const |
| virtual QFormat & | formatRef (int ifid) |
| virtual QFormat & | formatRef (const QString &sfid) |
| virtual QFormat | format (int ifid) const |
| virtual QFormat | format (const QString &sfid) const |
Additional Inherited Members | |
Public Slots inherited from QFormatScheme | |
| virtual void | setFormat (const QString &fid, const QFormat &fmt) |
| Set text format for key. More... | |
Protected Attributes inherited from QFormatScheme | |
| QString | m_settings |
| QVector< QString > | m_formatKeys |
| QVector< QFormat > | m_formatValues |
1.8.11