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

@ class Small delegate class for changing active processor's names More...

#include <aprocdelegate.h>

+ Inheritance diagram for AProcDelegate:

Public Member Functions

 AProcDelegate (const AProcDelegate &)=default
 
AProcDelegateoperator= (const AProcDelegate &)=default
 
 AProcDelegate (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

QObject * _parent {}
 

Detailed Description

@ class Small delegate class for changing active processor's names

Author
Jan Engels, DESY
Version
Id:
aprocdelegate.h,v 1.2 2006-12-08 15:51:37 engels Exp

Definition at line 13 of file aprocdelegate.h.

Constructor & Destructor Documentation

AProcDelegate::AProcDelegate ( const AProcDelegate )
default
AProcDelegate::AProcDelegate ( QObject *  parent = 0)

Definition at line 5 of file aprocdelegate.cpp.

References _parent.

Member Function Documentation

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

Definition at line 9 of file aprocdelegate.cpp.

References _parent.

AProcDelegate& AProcDelegate::operator= ( const AProcDelegate )
default
void AProcDelegate::setEditorData ( QWidget editor,
const QModelIndex &  index 
) const

Definition at line 24 of file aprocdelegate.cpp.

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

Definition at line 30 of file aprocdelegate.cpp.

Member Data Documentation

QObject* AProcDelegate::_parent {}
private

Definition at line 28 of file aprocdelegate.h.

Referenced by AProcDelegate(), and createEditor().


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