messagelist
themeeditor.h
Go to the documentation of this file.
62 explicit ThemeColumnPropertiesDialog( QWidget * parent, Core::Theme::Column * column, const QString &title );
161 bool computeContentItemInsertPosition( const QPoint &pos, Core::Theme::ContentItem::Type type );
The ContentItem class defines a content item inside a Row.
Definition: theme.h:73
QCheckBox * mVisibleByDefaultCheck
Definition: themeeditor.h:67
void slotNameEditTextEdited(const QString &newName)
Definition: themeeditor.cpp:1602
ThemeEditor(QWidget *parent)
Definition: themeeditor.cpp:1353
Core::Theme * editedTheme() const
Definition: themeeditor.cpp:1619
void slotFontMenuTriggered(QAction *act)
Definition: themeeditor.cpp:1092
void slotGroupHeaderBackgroundStyleMenuTriggered(QAction *act)
Definition: themeeditor.cpp:1150
ThemePreviewDelegate(QAbstractItemView *parent)
Definition: themeeditor.cpp:188
void slotHeaderContextMenuRequested(const QPoint &pos)
Definition: themeeditor.cpp:1189
void mousePressEvent(QMouseEvent *e)
Definition: themeeditor.cpp:154
This class is an optimizing helper for dealing with large flat QAbstractItemModel objects...
Definition: modelinvariantrowmapper.h:93
QCheckBox * mIsSenderOrReceiverCheck
Definition: themeeditor.h:68
~ThemePreviewDelegate()
Definition: themeeditor.cpp:234
The Column class defines a view column available inside this theme.
Definition: theme.h:564
void slotForegroundColorMenuTriggered(QAction *act)
Definition: themeeditor.cpp:1055
virtual void mouseMoveEvent(QMouseEvent *e)
Definition: themeeditor.cpp:785
Core::Theme::Column * mColumn
Definition: themeeditor.h:65
ThemeColumnPropertiesDialog(QWidget *parent, Core::Theme::Column *column, const QString &title)
Definition: themeeditor.cpp:69
void slotDisabledFlagsMenuTriggered(QAction *act)
Definition: themeeditor.cpp:1039
ThemePreviewWidget(QWidget *parent)
Definition: themeeditor.cpp:253
void themeNameChanged()
void slotAddColumn()
Definition: themeeditor.cpp:1267
The base class for the OptionSet editors.
Definition: optionseteditor.h:45
Core::Theme::ContentItem::Type type() const
Definition: themeeditor.cpp:148
virtual void dragEnterEvent(QDragEnterEvent *e)
Definition: themeeditor.cpp:468
virtual void mousePressEvent(QMouseEvent *e)
Definition: themeeditor.cpp:852
void slotSoftenActionTriggered(bool)
Definition: themeeditor.cpp:1083
void slotIconSizeSpinBoxValueChanged(int val)
Definition: themeeditor.cpp:1610
virtual void dropEvent(QDropEvent *e)
Definition: themeeditor.cpp:515
void mouseMoveEvent(QMouseEvent *e)
Definition: themeeditor.cpp:160
void startDrag()
Definition: themeeditor.cpp:170
A single item of the MessageList tree managed by MessageList::Model.
Definition: item.h:52
A message item that can have a fake tag list and a fake annotation.
Definition: messageitem.h:218
void slotColumnProperties()
Definition: themeeditor.cpp:1309
void slotMoveColumnToRight()
Definition: themeeditor.cpp:1256
void slotOkButtonClicked()
Definition: themeeditor.cpp:121
ThemeContentItemSourceLabel(QWidget *parent, Core::Theme::ContentItem::Type type)
Definition: themeeditor.cpp:138
void setTheme(Core::Theme *theme)
Definition: themeeditor.cpp:405
void setReadOnly(bool readOnly)
Definition: themeeditor.cpp:291
virtual void showEvent(QShowEvent *e)
Definition: themeeditor.cpp:454
QSize sizeHint() const
Definition: themeeditor.cpp:286
~ThemePreviewWidget()
Definition: themeeditor.cpp:282
void slotMoveColumnToLeft()
Definition: themeeditor.cpp:1246
The Theme class defines the visual appearance of the MessageList.
Definition: theme.h:65
The ThemeDelegate paints the message list view message and group items by using the supplied Theme...
Definition: themedelegate.h:45
KComboBox * mMessageSortingCombo
Definition: themeeditor.h:69
~ThemeContentItemSourceLabel()
Definition: themeeditor.cpp:144
Definition: themeeditor.h:202
KLineEdit * mNameEdit
Definition: themeeditor.h:66
virtual void dragMoveEvent(QDragMoveEvent *e)
Definition: themeeditor.cpp:502
virtual void paintEvent(QPaintEvent *e)
Definition: themeeditor.cpp:1163
void slotDeleteColumn()
Definition: themeeditor.cpp:1329
void slotGroupHeaderBackgroundModeMenuTriggered(QAction *act)
Definition: themeeditor.cpp:1119
virtual Core::Item * itemFromIndex(const QModelIndex &index) const
Returns the Item for the specified model index.
Definition: themeeditor.cpp:241
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:32 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:55:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.