GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <DelegateHeader.h>
Public Member Functions | |
DelegateHeader () | |
~DelegateHeader () | |
![]() | |
DelegateBase () | |
Base Delegate. | |
~DelegateBase () | |
virtual auto | createEditor (const Wt::WModelIndex &index, Wt::WFlags< Wt::ViewItemRenderFlag > flags) const -> std::unique_ptr< Wt::WWidget > |
virtual auto | update (Wt::WWidget *_widget, const Wt::WModelIndex &_index, Wt::WFlags< Wt::ViewItemRenderFlag > _flags) -> std::unique_ptr< Wt::WWidget > |
virtual auto | updateModelIndex (Wt::WWidget *_widget, const Wt::WModelIndex &_index) -> void |
virtual auto | validate (const Wt::WModelIndex &_index, const Wt::cpp17::any &_editState) const -> Wt::ValidationState |
virtual auto | editState (Wt::WWidget *_widget, const Wt::WModelIndex &_index) const -> Wt::cpp17::any |
virtual auto | setEditState (Wt::WWidget *_widget, const Wt::WModelIndex &_index, const Wt::cpp17::any &_value) const -> void |
virtual auto | setModelData (const Wt::cpp17::any &_editState, Wt::WAbstractItemModel *_model, const Wt::WModelIndex &_index) const -> void |
![]() | |
WItemDelegate () | |
void | setTextFormat (const WString &format) |
const WString & | textFormat () const |
virtual void | setModelData (const cpp17::any &editState, WAbstractItemModel *model, const WModelIndex &index) const override |
virtual void | setEditState (WWidget *editor, const WModelIndex &index, const cpp17::any &value) const override |
![]() | |
WAbstractItemDelegate () | |
virtual | ~WAbstractItemDelegate () |
virtual ValidationState | validate (const WModelIndex &index, const cpp17::any &editState) const |
Signal< WWidget *, bool > & | closeEditor () |
const Signal< WWidget *, bool > & | closeEditor () const |
![]() | |
void | addChild (std::unique_ptr< WObject > child) |
Child * | addChild (std::unique_ptr< Child > child) |
std::unique_ptr< WObject > | removeChild (WObject *child) |
std::unique_ptr< Child > | removeChild (Child *child) |
virtual const std::string | id () const |
virtual void | setObjectName (const std::string &name) |
virtual std::string | objectName () const |
void | resetLearnedSlots () |
void | resetLearnedSlot (void(T::*method)()) |
WStatelessSlot * | implementStateless (void(T::*method)()) |
WStatelessSlot * | implementStateless (void(T::*method)(), void(T::*undoMethod)()) |
void | isNotStateless () |
WStatelessSlot * | implementJavaScript (void(T::*method)(), const std::string &jsCode) |
![]() | |
observable () noexcept | |
virtual | ~observable () |
auto | bindSafe (void(C::*method)(Args...)) noexcept |
auto | bindSafe (void(C::*method)(Args...) const) const noexcept |
auto | bindSafe (const Function &function) noexcept |
Additional Inherited Members | |
![]() | |
typedef void(WObject::* | Method) () |
![]() | |
virtual WStatelessSlot * | getStateless (Method method) |
Definition at line 15 of file DelegateHeader.h.
GCW::Gui::AccountRegister::DelegateHeader::DelegateHeader | ( | ) |
Definition at line 9 of file DelegateHeader.cpp.
GCW::Gui::AccountRegister::DelegateHeader::~DelegateHeader | ( | ) |
Definition at line 15 of file DelegateHeader.cpp.