/dports/www/wt/wt-4.6.1/src/Wt/Form/ |
H A D | WFormDelegate.h | 59 …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 D | WFormDelegate.C | 46 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 D | WAbstractFormDelegate.C | 22 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 D | WAbstractFormDelegate.h | 83 …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 D | WTemplateFormView.C | 55 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 D | WTemplateFormView.h | 150 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 D | FormView.h | 97 …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 D | TextFormDelegate.h | 25 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
|
H A D | PtrFormDelegate.h | 20 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
|
H A D | PtrCollectionFormDelegate.h | 20 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o…
|
H A D | TextFormDelegate.C | 18 void WFormDelegate<Text, void>::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field… in updateModelValue() function
|
H A D | PtrFormDelegate.C | 24 void PtrFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFor… in updateModelValue() function
|
H A D | PtrCollectionFormDelegate.C | 24 void PtrCollectionFormDelegate::updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field… in updateModelValue() function
|
H A D | EnumFormDelegate.h | 50 …void updateModelValue(Wt::WFormModel *model, Wt::WFormModel::Field field, Wt::WFormWidget *edit) o… in updateModelValue() function
|