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

#include <icoldelegate.h>

+ Inheritance diagram for IColDelegate:

Public Slots

void addCollection ()
 
void remCollection ()
 

Public Member Functions

 IColDelegate (const IColDelegate &)=default
 
IColDelegateoperator= (const IColDelegate &)=default
 
 IColDelegate (CCProcessor *p, MarlinSteerCheck *msc, const QString &name, const QString &type, 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

std::string _name {}
 
std::string _type {}
 
CCProcessor_p {}
 
MarlinSteerCheck_msc {}
 
QTableWidget * _parent {}
 

Detailed Description

Definition at line 20 of file icoldelegate.h.

Constructor & Destructor Documentation

IColDelegate::IColDelegate ( const IColDelegate )
default
IColDelegate::IColDelegate ( CCProcessor p,
MarlinSteerCheck msc,
const QString &  name,
const QString &  type,
QObject *  parent = 0 
)

Definition at line 8 of file icoldelegate.cpp.

References _msc, _name, _p, _parent, and _type.

Member Function Documentation

void IColDelegate::addCollection ( )
slot
QWidget * IColDelegate::createEditor ( QWidget parent,
const QStyleOptionViewItem &  option,
const QModelIndex &  index 
) const
IColDelegate& IColDelegate::operator= ( const IColDelegate )
default
void IColDelegate::remCollection ( )
slot

Definition at line 110 of file icoldelegate.cpp.

References _name, _p, _parent, INPUT, and marlin::CCProcessor::remCol().

void IColDelegate::setEditorData ( QWidget editor,
const QModelIndex &  index 
) const
void IColDelegate::setModelData ( QWidget editor,
QAbstractItemModel *  model,
const QModelIndex &  index 
) const

Member Data Documentation

MarlinSteerCheck* IColDelegate::_msc {}
private

Definition at line 41 of file icoldelegate.h.

Referenced by addCollection(), createEditor(), IColDelegate(), and setModelData().

std::string IColDelegate::_name {}
private

Definition at line 38 of file icoldelegate.h.

Referenced by addCollection(), createEditor(), IColDelegate(), remCollection(), and setModelData().

CCProcessor* IColDelegate::_p {}
private
QTableWidget* IColDelegate::_parent {}
private
std::string IColDelegate::_type {}
private

Definition at line 39 of file icoldelegate.h.

Referenced by addCollection(), createEditor(), IColDelegate(), setEditorData(), and setModelData().


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