kmail
SnippetConfig Class Reference
#include <snippetconfig.h>
Detailed Description
This class stores the values that can be configured via the KDevelop settings dialog.
Definition at line 26 of file snippetconfig.h.
Public Member Functions | |
| SnippetConfig () | |
| ~SnippetConfig () | |
| bool | useToolTips () |
| int | getInputMethod () |
| QString | getDelimiter () |
| QRect | getSingleRect () |
| QRect | getMultiRect () |
| int | getAutoOpenGroups () |
| void | setToolTips (bool b) |
| void | setInputMethod (int i) |
| void | setDelimiter (QString s) |
| void | setSingleRect (QRect r) |
| void | setMultiRect (QRect r) |
| void | setAutoOpenGroups (int autoopen) |
Protected Attributes | |
| bool | bToolTip |
| int | iInputMethod |
| QString | strDelimiter |
| QRect | rSingle |
| QRect | rMulti |
| int | iMultiBasicHeight |
| int | iMultiCount |
| int | iAutoOpenGroups |
The documentation for this class was generated from the following files:

