SnippetSettings Class Reference
This class is the widget that is showen in the KDevelop settings dialog. More...
#include <snippetsettings.h>
Inheritance diagram for SnippetSettings:


Public Slots | |
void | slotOKClicked () |
Public Member Functions | |
SnippetSettings (QWidget *parent=0, const char *name=0) | |
SnippetSettings (SnippetWidget *w, QWidget *parent=0, const char *name=0) | |
~SnippetSettings () | |
Private Attributes | |
SnippetConfig * | _cfg |
Detailed Description
This class is the widget that is showen in the KDevelop settings dialog.It inherits the class SnippetSettingsBase which is created by the same named .ui file
- Author:
- Robert Gruber
Definition at line 24 of file snippetsettings.h.
Constructor & Destructor Documentation
|
Definition at line 18 of file snippetsettings.cpp. |
|
Definition at line 23 of file snippetsettings.cpp. References _cfg, and SnippetWidget::getSnippetConfig(). |
|
Definition at line 30 of file snippetsettings.cpp. |
Member Function Documentation
|
Definition at line 38 of file snippetsettings.cpp. References _cfg, SnippetConfig::setDelimiter(), SnippetConfig::setInputMethod(), and SnippetConfig::setToolTips(). |
Member Data Documentation
|
Definition at line 37 of file snippetsettings.h. Referenced by slotOKClicked(), and SnippetSettings(). |
The documentation for this class was generated from the following files:
- parts/snippet/snippetsettings.h
- parts/snippet/snippetsettings.cpp