#include <ocControls.h>


Public Member Functions | |
| ocBase () | |
| ocBase (string inTag, string attrIn="") | |
| ocBase * | addNext (ocBase *newnext) |
| ocBase * | getNext (void) |
| virtual | ~ocBase () |
| void | erase (ocBase *toErase) |
| string | getContent (void) |
| ocBase & | setContent (string inContent) |
| virtual string | getHtml (void) |
| ocBase () | |
| ocBase (string inTag, string attrIn="") | |
| ocBase * | addNext (ocBase *newnext) |
| ocBase * | getNext (void) |
| virtual | ~ocBase () |
| void | erase (ocBase *toErase) |
| string | getContent (void) |
| ocBase & | setContent (string inContent) |
| virtual string | getHtml (void) |
Protected Attributes | |
| string | content |
| string | tag |
| string | attr |
| bool | container |
| ocBase * | next |
| ocBase * | next |
Definition at line 6 of file ocControls.h.
| ocBase::ocBase | ( | ) | [inline] |
Definition at line 16 of file ocControls.h.
| ocBase::ocBase | ( | string | inTag, | |
| string | attrIn = "" | |||
| ) | [inline] |
| virtual ocBase::~ocBase | ( | ) | [inline, virtual] |
| ocBase::ocBase | ( | ) | [inline] |
Definition at line 16 of file ocControls.h.
| ocBase::ocBase | ( | string | inTag, | |
| string | attrIn = "" | |||
| ) | [inline] |
| virtual ocBase::~ocBase | ( | ) | [inline, virtual] |
| ocBase* ocBase::getNext | ( | void | ) | [inline] |
Definition at line 35 of file ocControls.h.
References next.
Referenced by forms_base::makeDateGroup().
| void ocBase::erase | ( | ocBase * | toErase | ) | [inline] |
| string ocBase::getContent | ( | void | ) | [inline] |
| ocBase& ocBase::setContent | ( | string | inContent | ) | [inline] |
Definition at line 54 of file ocControls.h.
References content.
Referenced by Payment_Form::getUserParm(), forms_base::makeBoolBox(), forms_base::makeCheckBoxes(), forms_base::makeComboBox(), forms_base::makeDateBox(), forms_base::makeDateGroup(), forms_base::makeEmailBox(), forms_base::makeFileBox(), forms_base::makeGenericBox(), forms_base::makeHiddenBox(), forms_base::makeImageBox(), forms_base::makeManualComboBox(), forms_base::makeMetaBox(), forms_base::makeNumberBox(), forms_base::makePasswordBox(), forms_base::makePhoneBox(), forms_base::makeRadios(), richForm::makeRichEntry(), forms_base::makeShortBox(), forms_base::makeStateBox(), forms_base::makeStaticBox(), forms_base::makeTextArea(), forms_base::makeTextBox(), forms_base::makeTimeBox(), forms_base::makeZipBox(), and Payment_Form::paymentSetupElement().
| virtual string ocBase::getHtml | ( | void | ) | [inline, virtual] |
Reimplemented in ocTextbox, ocFilebox, ocHidden, ocPassword, ocSelect, ocRadio, ocCheckBoxes, ocBoolbox, ocTextbox, ocFilebox, ocHidden, ocPassword, ocSelect, ocRadio, ocCheckBoxes, ocBoolbox, and ocRicharea.
Definition at line 59 of file ocControls.h.
References attr, container, content, and tag.
Referenced by forms_base::makeTextArea().
| ocBase* ocBase::getNext | ( | void | ) | [inline] |
| void ocBase::erase | ( | ocBase * | toErase | ) | [inline] |
| string ocBase::getContent | ( | void | ) | [inline] |
| ocBase& ocBase::setContent | ( | string | inContent | ) | [inline] |
| virtual string ocBase::getHtml | ( | void | ) | [inline, virtual] |
Reimplemented in ocTextbox, ocFilebox, ocHidden, ocPassword, ocSelect, ocRadio, ocCheckBoxes, ocBoolbox, ocTextbox, ocFilebox, ocHidden, ocPassword, ocSelect, ocRadio, ocCheckBoxes, ocBoolbox, and ocRicharea.
Definition at line 59 of file ocControls.h.
string ocBase::content [protected] |
Definition at line 9 of file ocControls.h.
Referenced by getContent(), ocRicharea::getHtml(), ocBoolbox::getHtml(), ocPassword::getHtml(), ocHidden::getHtml(), ocFilebox::getHtml(), ocTextbox::getHtml(), getHtml(), ocCheckBoxes::isSelected(), ocRadio::isSelected(), ocSelect::isSelected(), and setContent().
string ocBase::tag [protected] |
Definition at line 10 of file ocControls.h.
Referenced by ocBoolbox::getHtml(), ocCheckBoxes::getHtml(), ocRadio::getHtml(), ocSelect::getHtml(), ocPassword::getHtml(), ocHidden::getHtml(), ocFilebox::getHtml(), ocTextbox::getHtml(), getHtml(), ocBase(), ocBoolbox::ocBoolbox(), ocFilebox::ocFilebox(), ocHidden::ocHidden(), ocPassword::ocPassword(), and ocTextbox::ocTextbox().
string ocBase::attr [protected] |
Definition at line 11 of file ocControls.h.
Referenced by ocCheckBoxes::addOption(), ocRadio::addOption(), ocSelect::addOption(), ocBoolbox::getHtml(), ocCheckBoxes::getHtml(), ocRadio::getHtml(), ocSelect::getHtml(), ocPassword::getHtml(), ocHidden::getHtml(), ocFilebox::getHtml(), ocTextbox::getHtml(), getHtml(), ocBase(), ocBoolbox::ocBoolbox(), ocFilebox::ocFilebox(), ocHidden::ocHidden(), ocPassword::ocPassword(), and ocTextbox::ocTextbox().
bool ocBase::container [protected] |
Definition at line 12 of file ocControls.h.
Referenced by getHtml(), ocBoolbox::ocBoolbox(), ocFilebox::ocFilebox(), ocHidden::ocHidden(), ocPassword::ocPassword(), and ocTextbox::ocTextbox().
ocBase* ocBase::next [protected] |
ocBase* ocBase::next [protected] |
Definition at line 13 of file ocControls.h.
1.5.5