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