#include <snippetconfig.h>
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.
Definition at line 26 of file snippetconfig.h.
Constructor & Destructor Documentation
◆ SnippetConfig()
| SnippetConfig::SnippetConfig | ( | ) |
Definition at line 16 of file snippetconfig.cpp.
◆ ~SnippetConfig()
| SnippetConfig::~SnippetConfig | ( | ) |
Definition at line 21 of file snippetconfig.cpp.
Member Function Documentation
◆ getAutoOpenGroups()
|
inline |
Definition at line 37 of file snippetconfig.h.
◆ getDelimiter()
|
inline |
Definition at line 34 of file snippetconfig.h.
◆ getInputMethod()
|
inline |
Definition at line 33 of file snippetconfig.h.
◆ getMultiRect()
|
inline |
Definition at line 36 of file snippetconfig.h.
◆ getSingleRect()
|
inline |
Definition at line 35 of file snippetconfig.h.
◆ setAutoOpenGroups()
|
inline |
Definition at line 48 of file snippetconfig.h.
◆ setDelimiter()
|
inline |
Definition at line 41 of file snippetconfig.h.
◆ setInputMethod()
|
inline |
Definition at line 40 of file snippetconfig.h.
◆ setMultiRect()
|
inline |
Definition at line 45 of file snippetconfig.h.
◆ setSingleRect()
|
inline |
Definition at line 42 of file snippetconfig.h.
◆ setToolTips()
|
inline |
Definition at line 39 of file snippetconfig.h.
◆ useToolTips()
|
inline |
Definition at line 32 of file snippetconfig.h.
Member Data Documentation
◆ bToolTip
|
protected |
Definition at line 51 of file snippetconfig.h.
◆ iAutoOpenGroups
|
protected |
Definition at line 58 of file snippetconfig.h.
◆ iInputMethod
|
protected |
Definition at line 52 of file snippetconfig.h.
◆ iMultiBasicHeight
|
protected |
Definition at line 56 of file snippetconfig.h.
◆ iMultiCount
|
protected |
Definition at line 57 of file snippetconfig.h.
◆ rMulti
|
protected |
Definition at line 55 of file snippetconfig.h.
◆ rSingle
|
protected |
Definition at line 54 of file snippetconfig.h.
◆ strDelimiter
|
protected |
Definition at line 53 of file snippetconfig.h.
The documentation for this class was generated from the following files:
