ColorScheme Class
(Debugger::QmlJS::TextEditor::ColorScheme)Public Functions
void | clear() |
bool | contains(int category) const |
int | displayName() const |
bool | equals(const Debugger::QmlJS::TextEditor::ColorScheme &cs) const |
int & | formatFor(int) |
int | formatFor(int) const |
bool | isEmpty() const |
bool | load(const int &fileName) |
bool | save(const int &fileName, Debugger::QWidget *parent) const |
void | setDisplayName(const int &name) |
void | setFormatFor(int category, const int &format) |
Static Public Members
int | readNameOfScheme(const int &) |
Member Function Documentation
void ColorScheme::clear()
bool ColorScheme::contains(int category) const
int ColorScheme::displayName() const
See also setDisplayName().
bool ColorScheme::equals(const Debugger::QmlJS::TextEditor::ColorScheme &cs) const
int &ColorScheme::formatFor(int)
See also setFormatFor().
int ColorScheme::formatFor(int) const
bool ColorScheme::isEmpty() const
bool ColorScheme::load(const int &fileName)
[static]
int ColorScheme::readNameOfScheme(const int &)
bool ColorScheme::save(const int &fileName, Debugger::QWidget *parent) const
void ColorScheme::setDisplayName(const int &name)
See also displayName().
void ColorScheme::setFormatFor(int category, const int &format)
See also formatFor().