LeechCraft  0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
LC::Util::CategorySelector::SelectorTagsModel Class Reference
+ Inheritance diagram for LC::Util::CategorySelector::SelectorTagsModel:
+ Collaboration diagram for LC::Util::CategorySelector::SelectorTagsModel:

Public Member Functions

 SelectorTagsModel (CategorySelector &selector)
 
QVariant headerData (int section, Qt::Orientation orientation, int role) const override
 
Qt::ItemFlags flags (const QModelIndex &index) const override
 
QVariant data (const QModelIndex &index, int role) const override
 
bool setData (const QModelIndex &index, const QVariant &value, int role) override
 
void SelectAll ()
 
void SelectNone ()
 
void SetHeader (QString header)
 

Detailed Description

Definition at line 26 of file categoryselector.cpp.

Constructor & Destructor Documentation

◆ SelectorTagsModel()

LC::Util::CategorySelector::SelectorTagsModel::SelectorTagsModel ( CategorySelector selector)
inlineexplicit

Definition at line 33 of file categoryselector.cpp.

Member Function Documentation

◆ data()

QVariant LC::Util::CategorySelector::SelectorTagsModel::data ( const QModelIndex &  index,
int  role 
) const
inlineoverride

Definition at line 52 of file categoryselector.cpp.

Referenced by LC::Util::CategorySelector::GetSelectedIndexes().

+ Here is the caller graph for this function:

◆ flags()

Qt::ItemFlags LC::Util::CategorySelector::SelectorTagsModel::flags ( const QModelIndex &  index) const
inlineoverride

Definition at line 47 of file categoryselector.cpp.

◆ headerData()

QVariant LC::Util::CategorySelector::SelectorTagsModel::headerData ( int  section,
Qt::Orientation  orientation,
int  role 
) const
inlineoverride

Definition at line 39 of file categoryselector.cpp.

◆ SelectAll()

void LC::Util::CategorySelector::SelectorTagsModel::SelectAll ( )
inline

Definition at line 74 of file categoryselector.cpp.

Referenced by LC::Util::CategorySelector::SelectAll().

+ Here is the caller graph for this function:

◆ SelectNone()

void LC::Util::CategorySelector::SelectorTagsModel::SelectNone ( )
inline

Definition at line 89 of file categoryselector.cpp.

Referenced by LC::Util::CategorySelector::SelectNone(), and LC::Util::CategorySelector::SetPossibleSelections().

+ Here is the caller graph for this function:

◆ setData()

bool LC::Util::CategorySelector::SelectorTagsModel::setData ( const QModelIndex &  index,
const QVariant &  value,
int  role 
)
inlineoverride

Definition at line 60 of file categoryselector.cpp.

Referenced by LC::Util::CategorySelector::SetSelections().

+ Here is the caller graph for this function:

◆ SetHeader()

void LC::Util::CategorySelector::SelectorTagsModel::SetHeader ( QString  header)
inline

Definition at line 101 of file categoryselector.cpp.

Referenced by LC::Util::CategorySelector::SetCaption().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: