Wtx ~ Wt Extension Library
WtxLib
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Wtx::Sys::Lookup::ItemDelegate Class Reference
+ Inheritance diagram for Wtx::Sys::Lookup::ItemDelegate:

Public Member Functions

 ItemDelegate (Wtx::Dbo::Session *s)
 
virtual std::unique_ptr< Wt::WWidget > update (Wt::WWidget *widget, const Wt::WModelIndex &index, Wt::WFlags< Wt::ViewItemRenderFlag > flags)
 
virtual Wt::CheckState checkState (const Wt::WModelIndex &index)
 
Wtx::Dbo::Sessionsession ()
 

Static Public Member Functions

static Wt::WItemDelegate * create (Wtx::Dbo::Session *s)
 

Public Attributes

Wtx::Dbo::Sessionm_session
 

Detailed Description

Definition at line 59 of file ItemDelegate.h.

Member Function Documentation

Wt::CheckState Wtx::Sys::Lookup::ItemDelegate::checkState ( const Wt::WModelIndex &  index)
virtual

This returns the check-state of the item. The base function (here in this class) just returns .false. so that none of the check-boxes are checked.

Definition at line 103 of file ItemDelegate.cpp.


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