SnippetConfig Class Reference
This class stores the values that can be configured via the KDevelop settings dialog. More...
#include <snippetconfig.h>
Collaboration diagram for SnippetConfig:

Public Member Functions | |
SnippetConfig () | |
~SnippetConfig () | |
bool | useToolTips () |
int | getInputMethod () |
QString | getDelimiter () |
QRect | getSingleRect () |
QRect | getMultiRect () |
void | setToolTips (bool b) |
void | setInputMethod (int i) |
void | setDelimiter (QString s) |
void | setSingleRect (QRect r) |
void | setMultiRect (QRect r) |
Protected Attributes | |
bool | bToolTip |
int | iInputMethod |
QString | strDelimiter |
QRect | rSingle |
QRect | rMulti |
int | iMultiBasicHeight |
int | iMultiCount |
Detailed Description
This class stores the values that can be configured via the KDevelop settings dialog.
- Author:
- Robert Gruber
Definition at line 21 of file snippetconfig.h.
Constructor & Destructor Documentation
|
Definition at line 11 of file snippetconfig.cpp. |
|
Definition at line 16 of file snippetconfig.cpp. |
Member Function Documentation
|
Definition at line 29 of file snippetconfig.h. Referenced by SnippetWidget::showMultiVarDialog(), SnippetWidget::slotListDblClicked(), and SnippetWidget::writeConfig(). |
|
Definition at line 28 of file snippetconfig.h. Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig(). |
|
Definition at line 31 of file snippetconfig.h. Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig(). |
|
Definition at line 30 of file snippetconfig.h. Referenced by SnippetWidget::parseText(), and SnippetWidget::writeConfig(). |
|
Definition at line 35 of file snippetconfig.h. Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked(). |
|
Definition at line 34 of file snippetconfig.h. Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked(). |
|
Definition at line 39 of file snippetconfig.h. Referenced by SnippetWidget::initConfig(), and SnippetWidget::parseText(). |
|
Definition at line 36 of file snippetconfig.h. Referenced by SnippetWidget::initConfig(), and SnippetWidget::parseText(). |
|
Definition at line 33 of file snippetconfig.h. Referenced by SnippetWidget::initConfig(), and SnippetSettings::slotOKClicked(). |
|
Definition at line 27 of file snippetconfig.h. Referenced by SnippetWidget::maybeTip(), and SnippetWidget::writeConfig(). |
Member Data Documentation
|
Definition at line 44 of file snippetconfig.h. |
|
Definition at line 45 of file snippetconfig.h. |
|
Definition at line 49 of file snippetconfig.h. |
|
Definition at line 50 of file snippetconfig.h. |
|
Definition at line 48 of file snippetconfig.h. |
|
Definition at line 47 of file snippetconfig.h. |
|
Definition at line 46 of file snippetconfig.h. |
The documentation for this class was generated from the following files:
- parts/snippet/snippetconfig.h
- parts/snippet/snippetconfig.cpp