lokalize
CatalogTreeFilterModel Class Reference
#include <catalogmodel.h>
Inheritance diagram for CatalogTreeFilterModel:

Public Types | |
enum | FilterOptions { CaseInsensitive =1<<0, IgnoreAccel =1<<1, Ready =1<<2, NotReady =1<<3, NonEmpty =1<<4, Empty =1<<5, Modified =1<<6, NonModified =1<<7, SameInSync =1<<8, DifferentInSync =1<<9, NotInSync =1<<10, New =1<<11, NeedsTranslation =1<<12, NeedsL10n =1<<13, NeedsAdaptation =1<<14, Translated =1<<15, NeedsReviewTranslation =1<<16, NeedsReviewL10n =1<<17, NeedsReviewAdaptation =1<<18, Final =1<<19, SignedOff =1<<20, MaxOption =1<<21, AllStates =MaxOption-1 } |
Public Slots | |
void | setEntriesFilteredOut (bool filteredOut=false) |
Public Member Functions | |
CatalogTreeFilterModel (QObject *parent) | |
~CatalogTreeFilterModel () | |
int | filerOptions () const |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
bool | individualRejectFilterEnabled () |
void | setEntryFilteredOut (int entry, bool filteredOut) |
void | setFilerOptions (int o) |
void | setMergeCatalogPointer (MergeCatalog *pointer) |
void | setSourceModel (QAbstractItemModel *sourceModel) |
Detailed Description
Definition at line 97 of file catalogmodel.h.
Member Enumeration Documentation
Definition at line 101 of file catalogmodel.h.
Constructor & Destructor Documentation
CatalogTreeFilterModel::CatalogTreeFilterModel | ( | QObject * | parent | ) |
Definition at line 208 of file catalogmodel.cpp.
|
inline |
Definition at line 136 of file catalogmodel.h.
Member Function Documentation
|
inline |
Definition at line 141 of file catalogmodel.h.
bool CatalogTreeFilterModel::filterAcceptsRow | ( | int | source_row, |
const QModelIndex & | source_parent | ||
) | const |
Definition at line 251 of file catalogmodel.cpp.
|
inline |
Definition at line 145 of file catalogmodel.h.
|
slot |
Definition at line 227 of file catalogmodel.cpp.
void CatalogTreeFilterModel::setEntryFilteredOut | ( | int | entry, |
bool | filteredOut | ||
) |
Definition at line 234 of file catalogmodel.cpp.
void CatalogTreeFilterModel::setFilerOptions | ( | int | o | ) |
Definition at line 243 of file catalogmodel.cpp.
void CatalogTreeFilterModel::setMergeCatalogPointer | ( | MergeCatalog * | pointer | ) |
Definition at line 302 of file catalogmodel.cpp.
void CatalogTreeFilterModel::setSourceModel | ( | QAbstractItemModel * | sourceModel | ) |
Definition at line 220 of file catalogmodel.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 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 23:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.