|
| 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::Session * | session () |
|
Definition at line 59 of file ItemDelegate.h.
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: