Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
IColTDelegate Class Reference

#include <icoltdelegate.h>

+ Inheritance diagram for IColTDelegate:

Public Member Functions

 IColTDelegate (const IColTDelegate &)=default
 
IColTDelegateoperator= (const IColTDelegate &)=default
 
 IColTDelegate (CCProcessor *p, MarlinSteerCheck *msc, QObject *parent=0)
 
QWidgetcreateEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
 
void setEditorData (QWidget *editor, const QModelIndex &index) const
 
void setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const
 

Private Attributes

CCProcessor_p {}
 
MarlinSteerCheck_msc {}
 
QTableWidget * _parent {}
 

Detailed Description

Definition at line 20 of file icoltdelegate.h.

Constructor & Destructor Documentation

IColTDelegate::IColTDelegate ( const IColTDelegate )
default
IColTDelegate::IColTDelegate ( CCProcessor p,
MarlinSteerCheck msc,
QObject *  parent = 0 
)

Definition at line 8 of file icoltdelegate.cpp.

References _msc, _p, and _parent.

Member Function Documentation

QWidget * IColTDelegate::createEditor ( QWidget parent,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
IColTDelegate& IColTDelegate::operator= ( const IColTDelegate )
default
void IColTDelegate::setEditorData ( QWidget editor,
const QModelIndex &  index 
) const
void IColTDelegate::setModelData ( QWidget editor,
QAbstractItemModel *  model,
const QModelIndex &  index 
) const

Member Data Documentation

MarlinSteerCheck* IColTDelegate::_msc {}
private

Definition at line 35 of file icoltdelegate.h.

Referenced by createEditor(), IColTDelegate(), and setModelData().

CCProcessor* IColTDelegate::_p {}
private

Definition at line 34 of file icoltdelegate.h.

Referenced by createEditor(), IColTDelegate(), setEditorData(), and setModelData().

QTableWidget* IColTDelegate::_parent {}
private

Definition at line 36 of file icoltdelegate.h.

Referenced by createEditor(), IColTDelegate(), setEditorData(), and setModelData().


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