AutoBracePlugin Class Reference
This file is part of the KDE libraries Copyright (C) 2008 Jakob Petsovits <jpetso@gmx.at> More...
#include <autobrace.h>

Public Member Functions | |
| AutoBracePlugin (QObject *parent=0, const QVariantList &args=QVariantList()) | |
| virtual | ~AutoBracePlugin () |
| void | addView (KTextEditor::View *view) |
| bool | autoBrackets () const |
| bool | autoQuotations () const |
| void | readConfig () |
| virtual void | readConfig (KConfig *) |
| void | removeView (KTextEditor::View *view) |
| void | setAutoBrackets (bool y) |
| void | setAutoQuotations (bool y) |
| void | writeConfig () |
| virtual void | writeConfig (KConfig *) |
Static Public Member Functions | |
| static AutoBracePlugin * | self () |
Detailed Description
This file is part of the KDE libraries Copyright (C) 2008 Jakob Petsovits <jpetso@gmx.at>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition at line 33 of file autobrace.h.
Constructor & Destructor Documentation
| AutoBracePlugin::AutoBracePlugin | ( | QObject * | parent = 0, |
| const QVariantList & | args = QVariantList() |
||
| ) | [explicit] |
| AutoBracePlugin::~AutoBracePlugin | ( | ) | [virtual] |
Definition at line 49 of file autobrace.cpp.
Member Function Documentation
| void AutoBracePlugin::addView | ( | KTextEditor::View * | view | ) | [virtual] |
Reimplemented from KTextEditor::Plugin.
Definition at line 54 of file autobrace.cpp.
| bool AutoBracePlugin::autoBrackets | ( | ) | const [inline] |
Inline Option Get/Setters.
Definition at line 54 of file autobrace.h.
| bool AutoBracePlugin::autoQuotations | ( | ) | const [inline] |
Definition at line 56 of file autobrace.h.
| void AutoBracePlugin::readConfig | ( | ) |
Definition at line 101 of file autobrace.cpp.
| virtual void AutoBracePlugin::readConfig | ( | KConfig * | ) | [inline, virtual] |
Definition at line 50 of file autobrace.h.
| void AutoBracePlugin::removeView | ( | KTextEditor::View * | view | ) | [virtual] |
Reimplemented from KTextEditor::Plugin.
Definition at line 85 of file autobrace.cpp.
| static AutoBracePlugin* AutoBracePlugin::self | ( | ) | [inline, static] |
Definition at line 42 of file autobrace.h.
| void AutoBracePlugin::setAutoBrackets | ( | bool | y | ) | [inline] |
Definition at line 55 of file autobrace.h.
| void AutoBracePlugin::setAutoQuotations | ( | bool | y | ) | [inline] |
Definition at line 57 of file autobrace.h.
| virtual void AutoBracePlugin::writeConfig | ( | KConfig * | ) | [inline, virtual] |
Definition at line 51 of file autobrace.h.
| void AutoBracePlugin::writeConfig | ( | ) |
Definition at line 110 of file autobrace.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference