

Public Member Functions | |
| Category_form (cgiScript &script) | |
| virtual | ~Category_form () |
| void | form_id_transfer (void) |
| void | form_data_transfer (void) |
| bool | dbf_action (string mode, changeMap &changes) |
| bool | form_display (void) |
Definition at line 126 of file Category_ui.cpp.
| Category_form::Category_form | ( | cgiScript & | script | ) | [inline] |
| virtual Category_form::~Category_form | ( | ) | [inline, virtual] |
Definition at line 130 of file Category_ui.cpp.
| void Category_form::form_id_transfer | ( | void | ) | [inline, virtual] |
Implements forms_base.
Definition at line 132 of file Category_ui.cpp.
References Category_Obj::Id, and forms_base::llongFXfer().
| void Category_form::form_data_transfer | ( | void | ) | [inline, virtual] |
Implements forms_base.
Definition at line 136 of file Category_ui.cpp.
References Category_Obj::Base_URL, Category_Obj::Description, Category_Obj::Display_Level, Category_Obj::Display_Order, forms_base::intFXfer(), Category_Obj::Name, and forms_base::stringFXfer().
| bool Category_form::dbf_action | ( | string | mode, | |
| changeMap & | changes | |||
| ) | [inline, virtual] |
Implements forms_base.
Definition at line 146 of file Category_ui.cpp.
References read_write_base::db_action(), Category_Obj::Description, and richForm::htmlDecode().
| bool Category_form::form_display | ( | void | ) | [inline, virtual] |
Implements forms_base.
Definition at line 159 of file Category_ui.cpp.
References ocString::append(), Category_Obj::Base_URL, Product_Categories_List::Category_Id, Category_Obj::Description, Category_Obj::Display_Level, Category_Obj::Display_Order, forms_base::formTemplate, cgiTemplates::getParagraph(), richForm::htmlFixup(), Category_Obj::Id, read_write_base::key(), Product_Categories_List::list_display(), list_base::loadListTemplates(), read_write_base::m_result, forms_base::makeBottom(), forms_base::makeButtons(), forms_base::makeHiddenBox(), forms_base::makeStaticBox(), forms_base::makeTextBox(), forms_base::makeTop(), Category_Obj::Name, ocString::replace(), and forms_base::script.
Referenced by main().
1.5.5