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
OColDelegate Class Reference

#include <ocoldelegate.h>

+ Inheritance diagram for OColDelegate:

Public Member Functions

 OColDelegate (const OColDelegate &)=default
 
OColDelegateoperator= (const OColDelegate &)=default
 
 OColDelegate (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 ocoldelegate.h.

Constructor & Destructor Documentation

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

Definition at line 8 of file ocoldelegate.cpp.

References _msc, _p, and _parent.

Member Function Documentation

QWidget * OColDelegate::createEditor ( QWidget parent,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const

Definition at line 14 of file ocoldelegate.cpp.

OColDelegate& OColDelegate::operator= ( const OColDelegate )
default
void OColDelegate::setEditorData ( QWidget editor,
const QModelIndex &  index 
) const
void OColDelegate::setModelData ( QWidget editor,
QAbstractItemModel *  model,
const QModelIndex &  index 
) const

Member Data Documentation

MarlinSteerCheck* OColDelegate::_msc {}
private

Definition at line 35 of file ocoldelegate.h.

Referenced by OColDelegate(), and setModelData().

CCProcessor* OColDelegate::_p {}
private

Definition at line 34 of file ocoldelegate.h.

Referenced by OColDelegate(), setEditorData(), and setModelData().

QTableWidget* OColDelegate::_parent {}
private

Definition at line 36 of file ocoldelegate.h.

Referenced by OColDelegate(), setEditorData(), and setModelData().


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