Public Member Functions | List of all members
pqTreeWidgetItem::pqCallbackHandler Class Reference

#include <pqTreeWidgetItem.h>

Public Member Functions

virtual ~pqCallbackHandler ()
 
virtual void dataAboutToChange (pqTreeWidgetItem *, int, int)
 Called to indicate that the data is about to be changed. More...
 
virtual void checkStateAboutToChange (pqTreeWidgetItem *, int)
 Called to indicate that the data is about to be changed. More...
 
virtual void checkStateChanged (pqTreeWidgetItem *, int)
 Called to indicate that the check state for the item has been changed. More...
 
virtual void dataChanged (pqTreeWidgetItem *, int, int)
 Called to indicate that the data has been changed. More...
 
virtual bool acceptChange (pqTreeWidgetItem *, const QVariant &, const QVariant &, int, int)
 Called to check if the change has to be accepted or rejected. More...
 

Detailed Description

Definition at line 96 of file pqTreeWidgetItem.h.

Constructor & Destructor Documentation

◆ ~pqCallbackHandler()

virtual pqTreeWidgetItem::pqCallbackHandler::~pqCallbackHandler ( )
inlinevirtual

Definition at line 99 of file pqTreeWidgetItem.h.

Member Function Documentation

◆ dataAboutToChange()

virtual void pqTreeWidgetItem::pqCallbackHandler::dataAboutToChange ( pqTreeWidgetItem ,
int  ,
int   
)
inlinevirtual

Called to indicate that the data is about to be changed.

Definition at line 104 of file pqTreeWidgetItem.h.

◆ checkStateAboutToChange()

virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateAboutToChange ( pqTreeWidgetItem ,
int   
)
inlinevirtual

Called to indicate that the data is about to be changed.

Definition at line 109 of file pqTreeWidgetItem.h.

◆ checkStateChanged()

virtual void pqTreeWidgetItem::pqCallbackHandler::checkStateChanged ( pqTreeWidgetItem ,
int   
)
inlinevirtual

Called to indicate that the check state for the item has been changed.

Definition at line 114 of file pqTreeWidgetItem.h.

◆ dataChanged()

virtual void pqTreeWidgetItem::pqCallbackHandler::dataChanged ( pqTreeWidgetItem ,
int  ,
int   
)
inlinevirtual

Called to indicate that the data has been changed.

Definition at line 119 of file pqTreeWidgetItem.h.

◆ acceptChange()

virtual bool pqTreeWidgetItem::pqCallbackHandler::acceptChange ( pqTreeWidgetItem ,
const QVariant &  ,
const QVariant &  ,
int  ,
int   
)
inlinevirtual

Called to check if the change has to be accepted or rejected.

Definition at line 124 of file pqTreeWidgetItem.h.


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