htmlayout_controls.hpp File Reference

Controls and their values. More...

#include <stdio.h>
#include "htmlayout_dom.hpp"
#include "htmlayout_value.hpp"
#include "htmlayout_aux.h"

Namespaces

namespace  htmlayout

Typedefs

typedef std::map< std::wstring,
value_t
htmlayout::named_values
 Collection (map) of Name/Value pairs.

Functions

CTL_TYPE htmlayout::get_ctl_type (const dom::element &el)
 Get type of input control this DOM element behaves as.
value_t htmlayout::get_value (dom::element &el)
 Get value of the DOM element.
void htmlayout::set_value (dom::element &el, const value_t &v)
 Set value of the DOM element.
bool htmlayout::get_values (const dom::element &el, named_values &all)
 Get values of all "controls" contained inside the DOM element.
bool htmlayout::set_values (dom::element &el, named_values &all)
 Set values of all "controls" contained inside the DOM element by items contained in the all colection.


Detailed Description

Controls and their values.


Generated on Fri May 18 22:05:11 2007 for HTMLayout by  doxygen 1.5.1-p1