added Doxygen
This commit is contained in:
@@ -5,11 +5,32 @@
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\class cMovieViewItemDelegate cmovieviewitemdelegate.h "cmovieviewitemdelegate.h"
|
||||
*/
|
||||
class cMovieViewItemDelegate : public QStyledItemDelegate
|
||||
{
|
||||
public:
|
||||
protected:
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn paint
|
||||
\param painter
|
||||
\param option
|
||||
\param index
|
||||
*/
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn sizeHint
|
||||
\param option
|
||||
\param index
|
||||
\return QSize
|
||||
*/
|
||||
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user