Applets
Kickoff::ItemStateProvider Class Reference
Abstract base class for delegates which provide information about a model item's state in a particular view. More...
#include <models.h>
Inheritance diagram for Kickoff::ItemStateProvider:

Public Member Functions | |
virtual bool | isVisible (const QModelIndex &index) const =0 |
virtual | ~ItemStateProvider () |
Detailed Description
Abstract base class for delegates which provide information about a model item's state in a particular view.Definition at line 93 of file models.h.
Constructor & Destructor Documentation
virtual Kickoff::ItemStateProvider::~ItemStateProvider | ( | ) | [inline, virtual] |
Member Function Documentation
virtual bool Kickoff::ItemStateProvider::isVisible | ( | const QModelIndex & | index | ) | const [pure virtual] |
Returns true if a index
should be drawn in the view or false if it should be hidden.
Implemented in Kickoff::ItemDelegate.
The documentation for this class was generated from the following file: