Kate
katestyletreewidget.h
Go to the documentation of this file.
51 void addItem( QTreeWidgetItem *parent, const QString& styleName, KTextEditor::Attribute::Ptr defaultstyle, KateExtendedAttribute::Ptr data = KateExtendedAttribute::Ptr() );
52 void addItem( const QString& styleName, KTextEditor::Attribute::Ptr defaultstyle, KateExtendedAttribute::Ptr data = KateExtendedAttribute::Ptr() );
void changed()
QTreeWidget that automatically adds columns for KateStyleListItems and provides a popup menu and a sl...
Definition: katestyletreewidget.h:36
virtual bool edit(const QModelIndex &index, EditTrigger trigger, QEvent *event)
Definition: katestyletreewidget.cpp:169
KateStyleTreeWidget(QWidget *parent=0, bool showUseDefaults=false)
Definition: katestyletreewidget.cpp:126
void addItem(QTreeWidgetItem *parent, const QString &styleName, KTextEditor::Attribute::Ptr defaultstyle, KateExtendedAttribute::Ptr data=KateExtendedAttribute::Ptr())
Definition: katestyletreewidget.cpp:325
virtual void showEvent(QShowEvent *event)
Definition: katestyletreewidget.cpp:197
void setNormalCol(const QColor &c)
Definition: katestyletreewidget.h:49
virtual void contextMenuEvent(QContextMenuEvent *event)
Definition: katestyletreewidget.cpp:204
friend class KateStyleListItem
Definition: katestyletreewidget.h:40
An extension of the KTextEditor::Attribute class, with convenience functions for access to extra kate...
Definition: kateextendedattribute.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.