#include <klflibview.h>
Public Types | |
enum | ViewType { CategoryTreeView, ListTreeView, IconView } |
Public Slots | |
virtual bool | selectEntries (const QList< KLFLib::entryId > &idList) |
virtual bool | searchFind (const QString &queryString, bool forward=true) |
virtual bool | searchFindNext (bool forward) |
virtual void | searchAbort () |
virtual void | restore (uint restoreflags=KLFLib::RestoreLatexAndStyle) |
virtual void | showColumns (int propIdColumn, bool show) |
virtual void | sortBy (int propIdColumn, Qt::SortOrder sortorder) |
virtual void | slotSelectAll (bool expandItems=false) |
virtual void | slotRefresh () |
virtual void | slotRelayoutIcons () |
void | setPreviewSize (const QSize &size) |
void | setAutoBackgroundItems (bool on) |
void | setAutoBackgroundColor (const QColor &c) |
void | setIconViewFlow (QListView::Flow flow) |
Sets the icon view flow, see QListView::Flow. More... | |
void | setGroupSubCategories (bool yesOrNo) |
void | updateDisplay () |
![]() | |
virtual void | updateResourceDefaultSubResourceChanged (const QString &newSubResource) |
virtual bool | selectEntries (const QList< KLFLib::entryId > &idList)=0 |
virtual void | restore (uint restoreFlags=KLFLib::RestoreLatexAndStyle)=0 |
virtual void | restoreWithStyle () |
virtual void | restoreLatexOnly () |
virtual void | wantMoreCategorySuggestions () |
Public Member Functions | |
KLFLibDefaultView (QWidget *parent, ViewType viewtype=CategoryTreeView) | |
virtual | ~KLFLibDefaultView () |
virtual QUrl | url () const |
virtual uint | compareUrlTo (const QUrl &other, uint interestFlags=0xFFFFFFFF) const |
QSize | previewSize () const |
bool | groupSubCategories () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *o, QEvent *e) |
virtual KLFLibEntryList | selectedEntries () const |
virtual QList< KLFLib::entryId > | selectedEntryIds () const |
ViewType | viewType () const |
virtual QList< QAction * > | addContextMenuActions (const QPoint &pos) |
virtual QVariantMap | saveGuiState () const |
virtual bool | restoreGuiState (const QVariantMap &state) |
virtual QModelIndex | currentVisibleIndex () const |
The first index that is currently visible in the current scrolling position. More... | |
virtual QModelIndex | currentVisibleIndex (bool forward) const |
The first (forward=TRUE) or last (forward=FALSE) currently visible index in scroll area. More... | |
bool | autoBackgroundItems () const |
QColor | autoBackgroundColor () const |
QListView::Flow | iconViewFlow () const |
virtual QStringList | getCategorySuggestions () |
virtual KLFSearchable * | searchable () |
![]() | |
KLFAbstractLibView (QWidget *parent) | |
virtual | ~KLFAbstractLibView () |
virtual KLFLibResourceEngine * | resourceEngine () const |
bool | validResourceEngine () const |
Returns TRUE if a non-NULL resource engine has been set. More... | |
virtual void | setResourceEngine (KLFLibResourceEngine *resource) |
![]() | |
ContextMenuPolicy | |
FocusPolicy | |
LayoutDirection | |
WindowFlags | |
WindowModality | |
QWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
actionEvent (QActionEvent *event) | |
actions () | |
activateWindow () | |
addAction (QAction *action) | |
addActions (QList< QAction * > actions) | |
adjustSize () | |
ColorRole QWidget::backgroundRole() | |
changeEvent (QEvent *event) | |
childAt (int x, int y) | |
childAt (const QPoint &p) | |
clearFocus () | |
clearMask () | |
close () | |
closeEvent (QCloseEvent *event) | |
contentsRect () | |
contextMenuEvent (QContextMenuEvent *event) | |
create (WId window=0, bool initializeWindow=true, bool destroyOldWindow=true) | |
customContextMenuRequested (const QPoint &pos) | |
destroy (bool destroyWindow=true, bool destroySubWindows=true) | |
dragEnterEvent (QDragEnterEvent *event) | |
dragLeaveEvent (QDragLeaveEvent *event) | |
dragMoveEvent (QDragMoveEvent *event) | |
dropEvent (QDropEvent *event) | |
ensurePolished () | |
enterEvent (QEvent *event) | |
event (QEvent *event) | |
find (WId id) | |
focusInEvent (QFocusEvent *event) | |
focusNextChild () | |
focusNextPrevChild (bool next) | |
focusOutEvent (QFocusEvent *event) | |
focusPreviousChild () | |
focusProxy () | |
focusWidget () | |
fontInfo () | |
fontMetrics () | |
ColorRole QWidget::foregroundRole() | |
getContentsMargins (int *left, int *top, int *right, int *bottom) | |
getDC () | |
grabKeyboard () | |
grabMouse () | |
grabMouse (const QCursor &cursor) | |
grabShortcut (const QKeySequence &key, Qt::ShortcutContext context=Qt::WindowShortcut) | |
hasEditFocus () | |
heightForWidth (int w) | |
hide () | |
hideEvent (QHideEvent *event) | |
inputContext () | |
inputMethodEvent (QInputMethodEvent *event) | |
inputMethodQuery (Qt::InputMethodQuery query) | |
insertAction (QAction *before, QAction *action) | |
insertActions (QAction *before, QList< QAction * > actions) | |
isAncestorOf (const QWidget *child) | |
isEnabledTo (QWidget *ancestor) | |
isHidden () | |
isVisibleTo (QWidget *ancestor) | |
isWindow () | |
keyPressEvent (QKeyEvent *event) | |
keyReleaseEvent (QKeyEvent *event) | |
keyboardGrabber () | |
layout () | |
leaveEvent (QEvent *event) | |
lower () | |
HANDLE QWidget::macCGHandle() | |
macEvent (EventHandlerCallRef caller, EventRef event) | |
HANDLE QWidget::macQDHandle() | |
mapFrom (QWidget *parent, const QPoint &pos) | |
mapFromGlobal (const QPoint &pos) | |
mapFromParent (const QPoint &pos) | |
mapTo (QWidget *parent, const QPoint &pos) | |
mapToGlobal (const QPoint &pos) | |
mapToParent (const QPoint &pos) | |
mask () | |
metric (PaintDeviceMetric m) | |
mouseDoubleClickEvent (QMouseEvent *event) | |
mouseGrabber () | |
mouseMoveEvent (QMouseEvent *event) | |
mousePressEvent (QMouseEvent *event) | |
mouseReleaseEvent (QMouseEvent *event) | |
moveEvent (QMoveEvent *event) | |
nextInFocusChain () | |
overrideWindowFlags (Qt::WindowFlags flags) | |
paintEngine () | |
paintEvent (QPaintEvent *event) | |
parentWidget () | |
qwsEvent (QWSEvent *event) | |
raise () | |
releaseDC (HDC hdc) | |
releaseKeyboard () | |
releaseMouse () | |
releaseShortcut (int id) | |
removeAction (QAction *action) | |
render (QPaintDevice *target, const QPoint &targetOffset=QPoint() | |
repaint () | |
repaint (int x, int y, int w, int h) | |
repaint (const QRect &r) | |
repaint (const QRegion &rgn) | |
resetInputContext () | |
resizeEvent (QResizeEvent *event) | |
restoreGeometry (const QByteArray &geometry) | |
saveGeometry () | |
scroll (int dx, int dy) | |
scroll (int dx, int dy, const QRect &r) | |
setAttribute (Qt::WidgetAttribute attribute, bool on=true) | |
setBackgroundRole (QPalette::ColorRole role) | |
setContentsMargins (int left, int top, int right, int bottom) | |
setDisabled (bool disable) | |
setEditFocus (bool enable) | |
setFixedHeight (int h) | |
setFixedSize (const QSize &s) | |
setFixedSize (int w, int h) | |
setFixedWidth (int w) | |
setFocus (Qt::FocusReason reason) | |
setFocus () | |
setFocusProxy (QWidget *w) | |
setForegroundRole (QPalette::ColorRole role) | |
setHidden (bool hidden) | |
setInputContext (QInputContext *context) | |
setLayout (QLayout *layout) | |
setMask (const QBitmap &bitmap) | |
setMask (const QRegion ®ion) | |
setParent (QWidget *parent) | |
setParent (QWidget *parent, Qt::WindowFlags f) | |
setShortcutAutoRepeat (int id, bool enable=true) | |
setShortcutEnabled (int id, bool enable=true) | |
setStyle (QStyle *style) | |
setTabOrder (QWidget *first, QWidget *second) | |
setWindowRole (const QString &role) | |
setWindowState (Qt::WindowStates windowState) | |
setWindowSurface (QWindowSurface *surface) | |
show () | |
showEvent (QShowEvent *event) | |
showFullScreen () | |
showMaximized () | |
showMinimized () | |
showNormal () | |
stackUnder (QWidget *w) | |
style () | |
tabletEvent (QTabletEvent *event) | |
testAttribute (Qt::WidgetAttribute attribute) | |
underMouse () | |
update () | |
update (int x, int y, int w, int h) | |
update (const QRect &r) | |
update (const QRegion &rgn) | |
updateGeometry () | |
updateMicroFocus () | |
visibleRegion () | |
wheelEvent (QWheelEvent *event) | |
winEvent (MSG *message, long *result) | |
winId () | |
window () | |
windowRole () | |
WindowStates QWidget::windowState() | |
windowSurface () | |
WindowType QWidget::windowType() | |
x11Event (XEvent *event) | |
x11Info () | |
HANDLE QWidget::x11PictureHandle() | |
QWidget (QWidget *parent, const char *name, Qt::WindowFlags f=0) | |
BackgroundMode QWidget::backgroundMode() | |
backgroundOffset () | |
backgroundOrigin () | |
caption () | |
childAt (int x, int y, bool includeThis) | |
childAt (const QPoint &p, bool includeThis) | |
close (bool alsoDelete) | |
colorGroup () | |
constPolish () | |
drawText (const QPoint &p, const QString &s) | |
drawText (int x, int y, const QString &s) | |
erase () | |
erase (int x, int y, int w, int h) | |
erase (const QRect &rect) | |
erase (const QRegion &rgn) | |
hasMouse () | |
icon () | |
iconText () | |
iconify () | |
isDesktop () | |
isDialog () | |
isInputMethodEnabled () | |
isPopup () | |
isShown () | |
isUpdatesEnabled () | |
isVisibleToTLW () | |
ownCursor () | |
ownFont () | |
ownPalette () | |
parentWidget (bool sameWindow) | |
polish () | |
recreate (QWidget *parent, Qt::WindowFlags f, const QPoint &p, bool showIt=false) | |
repaint (bool b) | |
repaint (int x, int y, int w, int h, bool b) | |
repaint (const QRect &r, bool b) | |
repaint (const QRegion &rgn, bool b) | |
reparent (QWidget *parent, Qt::WindowFlags f, const QPoint &p, bool showIt=false) | |
reparent (QWidget *parent, const QPoint &p, bool showIt=false) | |
setActiveWindow () | |
setBackgroundColor (const QColor &color) | |
setBackgroundMode (Qt::BackgroundMode widgetBackground, Qt::BackgroundMode paletteBackground=Qt::PaletteBackground) | |
setBackgroundOrigin (BackgroundOrigin background) | |
setBackgroundPixmap (const QPixmap &pixmap) | |
setCaption (const QString &c) | |
setEraseColor (const QColor &color) | |
setErasePixmap (const QPixmap &pixmap) | |
setFont (const QFont &f, bool b) | |
setIcon (const QPixmap &i) | |
setIconText (const QString &it) | |
setInputMethodEnabled (bool enabled) | |
setKeyCompression (bool b) | |
setPalette (const QPalette &p, bool b) | |
setPaletteBackgroundColor (const QColor &color) | |
setPaletteBackgroundPixmap (const QPixmap &pixmap) | |
setPaletteForegroundColor (const QColor &color) | |
setShown (bool shown) | |
setSizePolicy (QSizePolicy::Policy hor, QSizePolicy::Policy ver, bool hfw) | |
setStyle (const QString &style) | |
unsetFont () | |
unsetPalette () | |
visibleRect () | |
wmapper () | |
![]() | |
virtual bool | searchFind (const QString &queryString, bool forward)=0 |
virtual bool | searchFindNext (bool forward)=0 |
virtual void | searchAbort ()=0 |
Protected Types | |
enum | SelectAllFlags { ExpandItems = 0x01, NoSignals = 0x02 } |
Protected Slots | |
void | slotViewSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
virtual void | slotSelectAll (const QModelIndex &parent, uint selectFlags) |
void | slotViewItemClicked (const QModelIndex &index) |
void | slotEntryDoubleClicked (const QModelIndex &index) |
void | slotShowColumnSenderAction (bool showCol) |
void | slotResourceModelReset () |
void | slotResourceDataChanged (const QModelIndex &topLeft, const QModelIndex &botRight) |
void | slotPreviewSizeFromActionSender () |
void | slotPreviewSizeActionsRefreshChecked () |
Protected Member Functions | |
virtual void | updateResourceEngine () |
virtual void | updateResourceProp (int propId) |
virtual void | expandRootNice () |
virtual void | updateResourceData (const QString &subRes, int modifyType, const QList< KLFLib::entryId > &entryIdList) |
virtual void | updateResourceOwnData (const QList< KLFLib::entryId > &entryIdList) |
virtual void | showEvent (QShowEvent *event) |
KLF_DEBUG_DECLARE_REF_INSTANCE (QFileInfo(url().path()).fileName()+":"+(resourceEngine()?resourceEngine() ->defaultSubResource():"[NULL]")+"|viewtype="+QString::number(pViewType)) | |
Additional Inherited Members | |
![]() | |
void | requestRestore (const KLFLibEntry &entry, uint restoreflags=KLFLib::RestoreLatexAndStyle) |
void | requestRestoreStyle (const KLFStyle &style) |
void | resourceDataChanged (const QList< KLFLib::entryId > &entryIdList) |
void | entriesSelected (const KLFLibEntryList &entries) |
void | moreCategorySuggestions (const QStringList &categorylist) |
void | operationStartReportingProgress (KLFProgressReporter *progressReporter, const QString &descriptiveText) |
An implementation of the KLFAbstractLibView viwer to view library resource contents in so-called Category, List or Icon view modes.
Definition at line 753 of file klflibview.h.
|
protected |
Enumerator | |
---|---|
ExpandItems | |
NoSignals |
Definition at line 850 of file klflibview.h.
Enumerator | |
---|---|
CategoryTreeView | |
ListTreeView | |
IconView |
Definition at line 764 of file klflibview.h.
KLFLibDefaultView::KLFLibDefaultView | ( | QWidget * | parent, |
ViewType | viewtype = CategoryTreeView |
||
) |
Definition at line 2981 of file klflibview.cpp.
References CategoryTreeView, KLFConfig::iconPreviewSizePercent, IconView, KLF_DEBUG_TIME_BLOCK, KLF_FUNC_NAME, klfconfig, klfDbg, KLFConfig::labelOutputFixedSize, KLFConfig::LibraryBrowser, KLFConfig::listPreviewSizePercent, ListTreeView, QAbstractItemView::setItemDelegate(), KLFLibViewDelegate::setPreviewSize(), KLFLibViewDelegate::setTheTreeView(), slotEntryDoubleClicked(), slotViewItemClicked(), KLFConfig::treePreviewSizePercent, and KLFConfig::UI.
|
virtual |
Definition at line 3061 of file klflibview.cpp.
Reimplemented from KLFAbstractLibView.
Definition at line 3202 of file klflibview.cpp.
References CategoryTreeView, IconView, and ListTreeView.
|
inline |
Definition at line 794 of file klflibview.h.
|
inline |
Definition at line 793 of file klflibview.h.
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3073 of file klflibview.cpp.
References KLFLibResourceEngine::compareDefaultSubResourceEquals(), KLFLibResourceEngine::compareUrlTo(), KLFLibResourceEngine::FeatureSubResources, QUrl::hasQueryItem(), klfDbg, klfFmtCC, KlfUrlCompareBaseEqual, KlfUrlCompareEqual, KlfUrlCompareLessSpecific, KlfUrlCompareMoreSpecific, QUrl::queryItemValue(), KLFAbstractLibView::resourceEngine(), and KLFLibResourceEngine::supportedFeatureFlags().
|
inlinevirtual |
The first index that is currently visible in the current scrolling position.
Definition at line 789 of file klflibview.h.
References currentVisibleIndex().
Referenced by currentVisibleIndex(), and searchFind().
|
virtual |
The first (forward=TRUE) or last (forward=FALSE) currently visible index in scroll area.
Definition at line 3246 of file klflibview.cpp.
References CategoryTreeView, KLFLibDefViewCommon::curVisibleIndex(), IconView, KLF_ASSERT_NOT_NULL, and ListTreeView.
|
virtual |
Definition at line 3145 of file klflibview.cpp.
References QWidget::event().
Definition at line 3149 of file klflibview.cpp.
References QKeyEvent::key(), klfDbg, QList::size(), QAction::trigger(), and QEvent::type().
|
protectedvirtual |
Definition at line 3420 of file klflibview.cpp.
References CategoryTreeView, QTreeView::expand(), KLFLibModel::index(), KLF_DEBUG_TIME_BLOCK, KLF_FUNC_NAME, klfDbg, and KLFLibModel::rowCount().
Referenced by slotResourceModelReset(), and updateResourceEngine().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3496 of file klflibview.cpp.
References KLFLibModel::categoryList().
|
inline |
Definition at line 773 of file klflibview.h.
QListView::Flow KLFLibDefaultView::iconViewFlow | ( | ) | const |
|
protected |
|
inline |
Definition at line 771 of file klflibview.h.
Referenced by saveGuiState().
|
virtualslot |
Definition at line 3546 of file klflibview.cpp.
References KLFLibModel::FullEntryItemRole, and KLFAbstractLibView::requestRestore().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3230 of file klflibview.cpp.
References CategoryTreeView, QTreeView::header(), IconView, KLF_ASSERT_NOT_NULL, ListTreeView, and setPreviewSize().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3215 of file klflibview.cpp.
References CategoryTreeView, QTreeView::header(), IconView, KLF_ASSERT_NOT_NULL, ListTreeView, and previewSize().
|
inlinevirtual |
Reimplemented from KLFAbstractLibView.
Definition at line 800 of file klflibview.h.
|
virtualslot |
Definition at line 3756 of file klflibview.cpp.
References KLFLibModel::searchAbort(), KLFLibViewDelegate::setSearchIndex(), KLFLibViewDelegate::setSearchString(), and updateDisplay().
|
virtualslot |
Definition at line 3736 of file klflibview.cpp.
References currentVisibleIndex(), QModelIndex::isValid(), KLFLibModel::searchFind(), KLFLibViewDelegate::setSearchString(), and KLFLibModel::walkPrevIndex().
|
virtualslot |
Definition at line 3749 of file klflibview.cpp.
References QModelIndex::isValid(), and KLFLibModel::searchFindNext().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3186 of file klflibview.cpp.
References KLFLibModel::EntryKind, KLFLibModel::FullEntryItemRole, KLFLibModel::ItemKindItemRole, klfDbg, KLFLibEntry::latex(), and KLFLibEntry::tags().
Referenced by slotSelectAll(), and slotViewSelectionChanged().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3173 of file klflibview.cpp.
References QList::contains(), KLFLibModel::entryIdForIndexList(), QAbstractItemView::selectionModel(), and QList::size().
|
virtualslot |
Definition at line 3525 of file klflibview.cpp.
References CategoryTreeView, KLFLibDefTreeView::ensureExpandedTo(), KLFLibModel::findEntryIdList(), klfDbg, and QAbstractItemView::selectionModel().
|
inlineslot |
Definition at line 827 of file klflibview.h.
|
inlineslot |
Definition at line 826 of file klflibview.h.
|
inlineslot |
Definition at line 836 of file klflibview.h.
Referenced by KLFLibBrowserViewContainer::openView(), and updateResourceEngine().
|
slot |
Sets the icon view flow, see QListView::Flow.
Has no effect if our view type is not icon view.
Definition at line 3718 of file klflibview.cpp.
References IconView, and KLF_ASSERT_NOT_NULL.
|
inlineslot |
Definition at line 824 of file klflibview.h.
Referenced by restoreGuiState().
|
virtualslot |
Definition at line 3559 of file klflibview.cpp.
References KLFLibModel::columnForEntryPropertyId(), KLFAbstractLibView::resourceEngine(), and url().
|
protectedvirtual |
Definition at line 3473 of file klflibview.cpp.
References KLFLibModel::setFetchBatchCount(), and QWidget::showEvent().
|
protectedslot |
Definition at line 3886 of file klflibview.cpp.
References QModelIndex::data(), KLFLibModel::EntryKind, KLFLibModel::FullEntryItemRole, KLFLibModel::ItemKindItemRole, KLFAbstractLibView::requestRestore(), KLFLib::RestoreLatex, and KLFLib::RestoreStyle.
Referenced by KLFLibDefaultView().
|
protectedslot |
Definition at line 3681 of file klflibview.cpp.
References QList::begin(), QAction::data(), QList::end(), KLF_ASSERT_NOT_NULL, KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfconfig, klfDbg, KLFConfig::labelOutputFixedSize, QList::size(), KLFConfig::UI, and QSize::width().
Referenced by slotPreviewSizeFromActionSender(), and updateResourceEngine().
|
protectedslot |
Definition at line 3669 of file klflibview.cpp.
References QAction::data(), KLF_ASSERT_NOT_NULL, KLF_DEBUG_BLOCK, KLF_FUNC_NAME, klfconfig, KLFConfig::labelOutputFixedSize, QAbstractItemView::reset(), KLFLibViewDelegate::setPreviewSize(), slotPreviewSizeActionsRefreshChecked(), and KLFConfig::UI.
Referenced by updateResourceEngine().
|
virtualslot |
Definition at line 3663 of file klflibview.cpp.
References KLFLibModel::completeRefresh(), KLF_DEBUG_BLOCK, and KLF_FUNC_NAME.
Referenced by updateResourceEngine().
|
virtualslot |
Definition at line 3708 of file klflibview.cpp.
References KLFLibDefListView::forceRelayout(), and IconView.
Referenced by updateResourceEngine().
|
protectedslot |
Definition at line 3810 of file klflibview.cpp.
References KLFLibModel::entryIdForIndexList(), QItemSelectionRange::indexes(), and KLFAbstractLibView::resourceDataChanged().
Referenced by updateResourceEngine().
|
protectedslot |
Definition at line 3803 of file klflibview.cpp.
References CategoryTreeView, and expandRootNice().
Referenced by updateResourceEngine().
|
virtualslot |
Selects all items in the view, fetching all necessary items (this can be slow). If expandItems
is TRUE, then all items in this view (category labels) are expanded (no effect if this view is not a tree view).
Definition at line 3589 of file klflibview.cpp.
References ExpandItems, NoSignals, and updateDisplay().
Referenced by KLFLibDefTreeView::selectAll(), slotViewItemClicked(), and updateResourceEngine().
|
protectedvirtualslot |
Selects all children of parent
(by default a QModelIndex(), so this function selects all items).
selectFlags is an OR'ed combination of SelectAllFlags. If ExpandItems is set then all items in the view are expanded (no effect if the view is not a tree view).
Definition at line 3594 of file klflibview.cpp.
References KLFAbstractLibView::entriesSelected(), NoSignals, selectedEntries(), QAbstractItemView::selectionModel(), KLFDelayedPleaseWaitPopup::setDelay(), KLFDelayedPleaseWaitPopup::setDisableUi(), QTime::start(), and updateDisplay().
|
protectedslot |
Definition at line 3903 of file klflibview.cpp.
References QObject::property().
Referenced by updateResourceEngine().
|
protectedslot |
Definition at line 3868 of file klflibview.cpp.
References QModelIndex::column(), KLF_DEBUG_TIME_BLOCK, KLF_FUNC_NAME, and slotSelectAll().
Referenced by KLFLibDefaultView().
|
protectedslot |
Definition at line 3791 of file klflibview.cpp.
References KLFAbstractLibView::entriesSelected(), selectedEntries(), and updateDisplay().
Referenced by updateResourceEngine().
|
virtualslot |
Definition at line 3570 of file klflibview.cpp.
References KLFLibModel::columnCount(), KLFLibModel::columnForEntryPropertyId(), KLFAbstractLibView::resourceEngine(), QTreeView::sortByColumn(), and url().
|
slot |
Definition at line 3730 of file klflibview.cpp.
References KLF_ASSERT_NOT_NULL, and QAbstractItemView::update().
Referenced by searchAbort(), slotSelectAll(), and slotViewSelectionChanged().
|
protectedvirtual |
Implements KLFAbstractLibView.
Definition at line 3444 of file klflibview.cpp.
References KLF_ASSERT_NOT_NULL, klfDbg, KLFAbstractLibView::resourceEngine(), KLFLibModel::updateData(), and updateResourceOwnData().
|
protectedvirtual |
Implements KLFAbstractLibView.
Definition at line 3272 of file klflibview.cpp.
References QMenu::addAction(), KLFLibEntry::Category, KLFLibModel::CategoryTree, CategoryTreeView, QList::clear(), KLFLibModel::columnCount(), KLFLibModel::columnForEntryPropertyId(), QTreeView::columnWidth(), KLFLibEntry::DateTime, expandRootNice(), KLFConfig::groupSubCategories, KLFLibModel::GroupSubCategories, KLFLibModel::headerData(), IconView, QTreeView::isColumnHidden(), KLF_DEBUG_ASSIGN_SAME_REF_INSTANCE, KLF_DEBUG_TIME_BLOCK, KLF_FUNC_NAME, klfconfig, klfDbg, klfFmtCC, KLFLibEntry::Latex, KLFConfig::LibraryBrowser, KLFLibModel::LinearList, ListTreeView, KLFAbstractLibView::operationStartReportingProgress(), KLFLibEntry::Preview, QTreeView::resizeColumnToContents(), KLFAbstractLibView::resourceEngine(), QAbstractItemView::selectionModel(), QTreeView::setColumnHidden(), QTreeView::setColumnWidth(), QAction::setData(), setGroupSubCategories(), QAction::setMenu(), QAbstractItemView::setModel(), KLFLibViewDelegate::setSelectionModel(), QList::size(), slotPreviewSizeActionsRefreshChecked(), slotPreviewSizeFromActionSender(), slotRefresh(), slotRelayoutIcons(), slotResourceDataChanged(), slotResourceModelReset(), slotSelectAll(), slotShowColumnSenderAction(), slotViewSelectionChanged(), KLFLibEntry::Tags, QVariant::toString(), updateResourceOwnData(), updateResourceProp(), and KLFAbstractLibView::wantMoreCategorySuggestions().
|
protectedvirtual |
Definition at line 3456 of file klflibview.cpp.
References IconView, KLF_FUNC_NAME, and klfDbg.
Referenced by updateResourceData(), and updateResourceEngine().
|
protectedvirtual |
Implements KLFAbstractLibView.
Definition at line 3464 of file klflibview.cpp.
References KLF_ASSERT_NOT_NULL, klfDbg, and KLFAbstractLibView::resourceEngine().
Referenced by updateResourceEngine().
|
virtual |
Implements KLFAbstractLibView.
Definition at line 3065 of file klflibview.cpp.
References KLF_DEBUG_BLOCK, KLF_FUNC_NAME, and KLFLibModel::url().
Referenced by showColumns(), and sortBy().
|
inline |
Definition at line 781 of file klflibview.h.