#include <settingsdialog.h>
|
enum | PageType {
AutoLayoutPage,
ClassPage,
CodeImportPage,
CodeGenerationPage,
CodeViewerPage,
FontPage,
GeneralPage,
UserInterfacePage
} |
| Available page types. More...
|
|
void | okClicked () |
|
void | applyClicked () |
|
void | defaultClicked () |
|
void | slotEnableButtonOk (bool state) |
|
virtual void | keyPressEvent (QKeyEvent *event) |
|
QFrame * | createPage (const QString &name, const QString &header, Icon_Utils::IconType icon) |
|
KPageWidgetItem * | createPage (const QString &name, const QString &header, Icon_Utils::IconType icon, QWidget *widget) |
|
void | setupGeneralPage (AssociationWidget *widget) |
|
void | applyGeneralPage (AssociationWidget *widget) |
|
void | setupGeneralPage (NoteWidget *widget) |
|
KPageWidgetItem * | setupGeneralPage (MessageWidget *widget) |
|
void | applyGeneralPage (MessageWidget *widget) |
|
KPageWidgetItem * | setupFontPage (const QFont &font) |
|
KPageWidgetItem * | setupFontPage (UMLWidget *widget) |
|
KPageWidgetItem * | setupFontPage (AssociationWidget *widget) |
|
void | resetFontPage (QWidget *widget) |
|
void | applyFontPage (AssociationWidget *widget) |
|
void | applyFontPage (Settings::OptionState *state) |
|
void | applyFontPage (UMLScene *scene) |
|
void | applyFontPage (UMLWidget *widget) |
|
KPageWidgetItem * | setupStylePage (WidgetBase *widget) |
|
KPageWidgetItem * | setupStylePage (AssociationWidget *widget) |
|
void | applyStylePage () |
|
KPageWidgetItem * | setupAssociationRolePage (AssociationWidget *widget) |
|
void | applyAssociationRolePage () |
|
AssociationGeneralPage * | m_pAssocGeneralPage |
|
NotePage * | m_notePage |
|
SelectOperationPage * | m_operationGeneralPage |
|
AssociationRolePage * | m_pRolePage |
|
KFontChooser * | m_fontChooser |
|
UMLWidgetStylePage * | m_pStylePage |
|
KPageWidgetItem * | m_pageItem |
|
KPageDialog * | m_pageDialog |
|
KPageWidget * | m_pageWidget |
|
bool | m_useDialog |
|
bool | m_isModified |
|
- Author
- Paul Hensgen modified by brian thomas Aug-2003 Bugs and comments to umbre.nosp@m.llo-.nosp@m.devel.nosp@m.@kde.nosp@m..org or https://bugs.kde.org
SettingsDialog::~SettingsDialog |
( |
| ) |
|
void SettingsDialog::applyPage |
( |
KPageWidgetItem * |
item | ) |
|
|
private |
bool SettingsDialog::getChangesApplied |
( |
| ) |
const |
|
inline |
QString SettingsDialog::getCodeGenerationLanguage |
( |
| ) |
|
void SettingsDialog::setCurrentPage |
( |
PageType |
page | ) |
|
Set current page
- Parameters
-
void SettingsDialog::setupAutoLayoutPage |
( |
| ) |
|
|
private |
void SettingsDialog::setupClassPage |
( |
| ) |
|
|
private |
void SettingsDialog::setupCodeGenPage |
( |
| ) |
|
|
private |
void SettingsDialog::setupCodeImportPage |
( |
| ) |
|
|
private |
void SettingsDialog::setupGeneralPage |
( |
| ) |
|
|
private |
void SettingsDialog::setupUIPage |
( |
| ) |
|
|
private |
void SettingsDialog::slotApply |
( |
| ) |
|
|
privateslot |
void SettingsDialog::slotDefault |
( |
| ) |
|
|
privateslot |
void SettingsDialog::slotOk |
( |
| ) |
|
|
privateslot |
bool SettingsDialog::m_bChangesApplied |
|
private |
KPageWidgetItem * SettingsDialog::pageAutoLayout |
|
private |
KPageWidgetItem * SettingsDialog::pageClass |
|
private |
KPageWidgetItem * SettingsDialog::pageCodeGen |
|
private |
KPageWidgetItem * SettingsDialog::pageCodeImport |
|
private |
KPageWidgetItem* SettingsDialog::pageCodeViewer |
|
private |
KPageWidgetItem * SettingsDialog::pageFont |
|
private |
KPageWidgetItem * SettingsDialog::pageGeneral |
|
private |
KPageWidgetItem * SettingsDialog::pageUserInterface |
|
private |
The documentation for this class was generated from the following files: