Home
last modified time | relevance | path

Searched refs:updateModelValue (Results 1 – 14 of 14) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/Form/
H A DWFormDelegate.h59 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
87 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
115 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
142 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
166 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
199 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
232 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
H A DWFormDelegate.C46 void WFormDelegate<std::string, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Fiel… in updateModelValue() function
66 void WFormDelegate<Wt::WDate, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field … in updateModelValue() function
91 void WFormDelegate<Wt::WTime, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field … in updateModelValue() function
111 void WFormDelegate<Wt::WDateTime, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Fi… in updateModelValue() function
129 void WFormDelegate<bool, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field… in updateModelValue() function
175 void WFormDelegate<int, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field,… in updateModelValue() function
220 void WFormDelegate<double, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field fie… in updateModelValue() function
H A DWAbstractFormDelegate.C22 void WAbstractFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt… in updateModelValue() function
27 bool WAbstractFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt… in updateModelValue() function
H A DWAbstractFormDelegate.h83 …virtual void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget …
94 …virtual bool updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edi…
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWTemplateFormView.C55 const std::function<void()>& updateModelValue in setFormWidget() argument
58 const Runnable& updateModelValue in setFormWidget()
66 fields_[field].updateModel = updateModelValue; in setFormWidget()
69 fields_[field].updateModel = &updateModelValue; in setFormWidget()
196 updateModelValue(model, field, fedit); in updateModelField()
198 updateModelValue(model, field, edit); in updateModelField()
201 void WTemplateFormView::updateModelValue(WFormModel *model, in updateModelValue() function
205 if (updateModelValue(model, field, (WWidget *)edit)) in updateModelValue()
215 bool WTemplateFormView::updateModelValue(WFormModel *model, in updateModelValue() function
H A DWTemplateFormView.h150 const std::function<void ()>& updateModelValue
153 const Runnable& updateModelValue
223 virtual void updateModelValue(WFormModel *model, WFormModel::Field field,
232 virtual bool updateModelValue(WFormModel *model, WFormModel::Field field,
/dports/www/wt/wt-4.6.1/src/Wt/Form/Dbo/
H A DFormView.h97 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o… in updateModelValue() function
99 if (updateModelValue(model, field, static_cast<Wt::WWidget*>(edit))) { in updateModelValue()
105 d->updateModelValue(model, field, edit); in updateModelValue()
107 Wt::WTemplateFormView::updateModelValue(model, field, edit); in updateModelValue()
116 …bool updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WWidget *edit) overr… in updateModelValue() function
120 return d->updateModelValue(model, field, edit); in updateModelValue()
122 return Wt::WTemplateFormView::updateModelValue(model, field, edit); in updateModelValue()
/dports/www/wt/wt-4.6.1/examples/dbo-form/
H A DTextFormDelegate.h25 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
H A DPtrFormDelegate.h20 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
H A DPtrCollectionFormDelegate.h20 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
H A DTextFormDelegate.C18 void WFormDelegate<Text, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field… in updateModelValue() function
H A DPtrFormDelegate.C24 void PtrFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFor… in updateModelValue() function
H A DPtrCollectionFormDelegate.C24 void PtrCollectionFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field… in updateModelValue() function
H A DEnumFormDelegate.h50 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o… in updateModelValue() function