SnippetPart Class Reference
This plugin provides a tool view for CodeSnippets which can be easily inserted into any KDevelop sourcecode file. More...
#include <snippet_part.h>
Inheritance diagram for SnippetPart:


Public Slots | |
void | slotConfigWidget (KDialogBase *dlg) |
Public Member Functions | |
SnippetPart (QObject *parent, const char *name, const QStringList &) | |
~SnippetPart () | |
KAboutData * | aboutData () |
Reimplement this method if you want to add your credits to the KDevelop about dialog. | |
Private Attributes | |
QGuardedPtr< SnippetWidget > | m_widget |
Detailed Description
This plugin provides a tool view for CodeSnippets which can be easily inserted into any KDevelop sourcecode file.
- Feature(s):
- Provides a tooltree view for easy access to your CodeSnippets
You can use variables in Snippets
Tooltips show the content of the snippets
Snippets are saved based on the user who created them
- Requirement(s):
- KDE >= 3.1.3
- Todo:
- Add features
Definition at line 27 of file snippet_part.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 53 of file snippet_part.cpp. References m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
Reimplement this method if you want to add your credits to the KDevelop about dialog.
Reimplemented from KDevPlugin. Definition at line 66 of file snippet_part.cpp. References KAboutData::addAuthor(), and I18N_NOOP. |
|
Definition at line 82 of file snippet_part.cpp. References KDialogBase::addVBoxPage(), SnippetSettingsBase::btnGroup, SnippetSettingsBase::cbToolTip, KDevPlugin::icon(), SnippetSettingsBase::leDelimiter, m_widget, and KLineEdit::setText(). |
Member Data Documentation
|
Definition at line 38 of file snippet_part.h. Referenced by slotConfigWidget(), and ~SnippetPart(). |
The documentation for this class was generated from the following files:
- parts/snippet/snippet_part.h
- parts/snippet/snippet_part.cpp