46 #include <Wt/WCheckBox.h> 48 #include "FieldDefCheckBox.h" 81 std::unique_ptr<Wt::WWidget> Wtx::Dbo::FieldDefCheckBox::createEditWidget(
int sid,
Wtx::Dbo::Session & session )
const 83 auto retVal = std::make_unique<Wt::WCheckBox>();
85 retVal-> setToolTip( toolTip() );
FieldDefCheckBox(TableDef &td, const char *fn, int w=-1, int h=-1, Flags f=Flags::None, std::string lb="", std::string ph="", std::string inf="", std::string tt="", int ht=-1)
ctor
Flags
Field Definition Flags.