Kate
#include <variablelistview.h>
Signals | |
void | aboutToHide () |
void | changed () |
Public Member Functions | |
VariableListView (const QString &variableLine, QWidget *parent=0) | |
virtual | ~VariableListView () |
void | addItem (VariableItem *item) |
QString | variableLine () |
Protected Member Functions | |
virtual void | hideEvent (QHideEvent *event) |
void | parseVariables (const QString &line) |
virtual void | resizeEvent (QResizeEvent *event) |
Protected Attributes | |
QVector< VariableEditor * > | m_editors |
QVector< VariableItem * > | m_items |
QMap< QString, QString > | m_variables |
Detailed Description
Definition at line 30 of file variablelistview.h.
Constructor & Destructor Documentation
Definition at line 27 of file variablelistview.cpp.
|
virtual |
Definition at line 37 of file variablelistview.cpp.
Member Function Documentation
|
signal |
void VariableListView::addItem | ( | VariableItem * | item | ) |
Definition at line 68 of file variablelistview.cpp.
|
signal |
|
protectedvirtual |
Definition at line 107 of file variablelistview.cpp.
|
protected |
Definition at line 41 of file variablelistview.cpp.
|
protectedvirtual |
Definition at line 85 of file variablelistview.cpp.
QString VariableListView::variableLine | ( | ) |
always returns the up-to-date variables line
Definition at line 115 of file variablelistview.cpp.
Member Data Documentation
|
protected |
Definition at line 54 of file variablelistview.h.
|
protected |
Definition at line 53 of file variablelistview.h.
Definition at line 56 of file variablelistview.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.