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