KateIndentConfigTab Class Reference
Inheritance diagram for KateIndentConfigTab:

Detailed Description
Definition at line 113 of file katedialogs.h.
Public Slots | |
| void | configPage () |
| void | apply () |
| void | reload () |
| void | reset () |
| void | defaults () |
Public Member Functions | |
| KateIndentConfigTab (QWidget *parent) | |
Protected Types | |
| numFlags = 7 | |
| enum | { numFlags = 7 } |
Protected Slots | |
| void | somethingToggled () |
| void | indenterSelected (int) |
Protected Attributes | |
| QCheckBox * | opt [numFlags] |
| KIntNumInput * | indentationWidth |
| QButtonGroup * | m_tabs |
| KComboBox * | m_indentMode |
| QPushButton * | m_configPage |
Static Protected Attributes | |
| static const int | flags [numFlags] |
Member Data Documentation
const int KateIndentConfigTab::flags [static, protected] |
Initial value:
{
KateDocument::cfSpaceIndent,
KateDocument::cfKeepIndentProfile,
KateDocument::cfKeepExtraSpaces,
KateDocument::cfTabIndents,
KateDocument::cfBackspaceIndents,
KateDocumentConfig::cfDoxygenAutoTyping,
KateDocumentConfig::cfMixedIndent
}
Definition at line 126 of file katedialogs.h.
The documentation for this class was generated from the following files:

