IndenterConfigPage Class Reference
#include <kateautoindent.h>
Inheritance diagram for IndenterConfigPage:

Detailed Description
This widget will be embedded into a modal dialog when clicking the "Configure..." button in the indentation config page. To add a config page for an indenter there are several todos:
- Derive a class from this class. This widget will be embedded into the config dialog.
- Override the slot
apply(), which is called when the configuration needs to be saved. - Override
KateAutoIndent::configPage()to return an instance of this dialog. - Return
trueinKateAutoIndent::hasConfigPage()for the corresponding indenter id.
Definition at line 44 of file kateautoindent.h.
Public Slots | |
| virtual void | apply ()=0 |
Public Member Functions | |
| IndenterConfigPage (QWidget *parent=0, const char *name=0) | |
Constructor & Destructor Documentation
|
||||||||||||
|
Standard constructor.
Definition at line 54 of file kateautoindent.h. |
Member Function Documentation
|
|
Apply the changes.
Save options here, use |
The documentation for this class was generated from the following file:

