19 #include <ubit/udefs.hpp> 20 #include <ubit/uxmlgrammar.hpp> 21 #include <ubit/uxmlparser.hpp> 51 virtual
void setValue(const
UStr& val) {setValueImpl(pvalue, val);}
52 virtual bool getValue(
UStr& val)
const {
return getValueImpl(pvalue, val);}
65 void setValue(
const UStr& val) {UHtmlAttribute::setValueImpl(pvalue, val);}
66 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
107 void setValue(
const UStr& value);
108 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
115 void setValue(
const UStr&);
116 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
123 void setValue(
const UStr& v);
124 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
131 void setValue(
const UStr&);
132 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
139 void setValue(
const UStr&);
140 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
164 void setValue(
const UStr&);
165 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
172 void setValue(
const UStr&);
173 bool getValue(
UStr& val)
const {
return UHtmlAttribute::getValueImpl(pvalue, val);}
181 void setValue(
const UStr&);
187 void setValue(
const UStr&);
192 void setValue(
const UStr&);
197 void setValue(
const UStr&);
202 void setValue(
const UStr&);
Base class for attributes.
Definition: uattr.hpp:97
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:124
Definition: uhtml.hpp:162
Definition: uhtml.hpp:178
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:116
HTML Parser.
Definition: uhtml.hpp:40
Definition: uhtml.hpp:129
Box vertical layout.
Definition: uboxgeom.hpp:480
XML parser.
Definition: uxmlparser.hpp:30
Definition: uhtml.hpp:200
Definition: uhtml.hpp:113
Widget background.
Definition: ubackground.hpp:30
virtual bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:52
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:165
HTML Grammar.
Definition: uhtml.hpp:27
Color attribute of an element or a widget.
Definition: ucolor.hpp:73
Definition: uhtml.hpp:170
Definition: uhtml.hpp:137
Definition: uhtml.hpp:105
Definition: uhtml.hpp:190
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:140
Attribute list.
Definition: uattr.hpp:167
Definition: uhtml.hpp:146
Definition: uhtml.hpp:121
Definition: uhtml.hpp:184
Generic Document.
Definition: udoc.hpp:122
lightweight general purpose container.
Definition: uelem.hpp:44
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:132
XML Grammar.
Definition: uxmlgrammar.hpp:27
Definition: uhtml.hpp:101
UBox Border.
Definition: uborder.hpp:27
Box horizontal layout.
Definition: uboxgeom.hpp:412
Font of a UElem or UBox container.
Definition: ufont.hpp:30
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:108
Definition: uhardfont.hpp:31
void setValue(const UStr &val)
changes the value of this attribute does nothing if not applicable for a given subclass.
Definition: uhtml.hpp:65
Definition: uhtml.hpp:154
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:66
bool getValue(UStr &val) const
gets the value of this attribute.
Definition: uhtml.hpp:173
HTML Attribute.
Definition: uhtml.hpp:48
Definition: uhtml.hpp:195
Ubit String.
Definition: ustr.hpp:72