root/doc/latex/classAttribute.tex @ 162

Revision 162, 2.2 kB (checked in by smidl, 16 years ago)

opravy a dokumentace

RevLine 
[140]1\section{Attribute Class Reference}
2\label{classAttribute}\index{Attribute@{Attribute}}
[162]3Abstract class declaring general properties of a frame for data binding. 
[140]4
5
6{\tt \#include $<$userinfo.h$>$}
7
[162]8Collaboration diagram for Attribute:\nopagebreak
[140]9\begin{figure}[H]
10\begin{center}
11\leavevmode
[162]12\includegraphics[width=85pt]{classAttribute__coll__graph}
[140]13\end{center}
14\end{figure}
15\subsection*{Public Member Functions}
16\begin{CompactItemize}
17\item 
[162]18{\bf Attribute} (string attributeName)\label{classAttribute_4c4c80e6b59e3356324ef02d0e92d813}
[140]19
[162]20\begin{CompactList}\small\item\em Default constructor fixing a name of the related attribute. \item\end{CompactList}\item 
21string \& {\bf Get} (DOMElement \&element) const \label{classAttribute_6ebbcaaf9c90a979e645f469e02bb940}
[140]22
[162]23\begin{CompactList}\small\item\em This method parse DOMElement, finds proper attribute and returns its value. \item\end{CompactList}\item 
24void {\bf Set} (DOMElement \&element, const string \&{\bf str}) const \label{classAttribute_e011d84e2e3c40390807a8b8e58e3c35}
[140]25
[162]26\begin{CompactList}\small\item\em This method adds the passed string as an new attribute into the passed DOMElement. \item\end{CompactList}\end{CompactItemize}
27\subsection*{Static Public Attributes}
28\begin{CompactItemize}
29\item 
30static const {\bf Attribute} {\bf help}\label{classAttribute_d6474fd976f505e70e10c497199c6770}
[140]31
[162]32\begin{CompactList}\small\item\em Static member, an instance related to an attribute named 'help'. \item\end{CompactList}\item 
33static const {\bf Attribute} {\bf type}\label{classAttribute_5f6cce980606fa8943857204aacb5478}
[140]34
[162]35\begin{CompactList}\small\item\em Static member, a constant instance related to an attribute named 'type'. \item\end{CompactList}\item 
36static const {\bf Attribute} {\bf value}\label{classAttribute_452441da4ebfda23cdc668943ffe8da7}
[140]37
[162]38\begin{CompactList}\small\item\em Static member, a constant instance related to the attribute named 'value'. \item\end{CompactList}\end{CompactItemize}
[140]39
40
41\subsection{Detailed Description}
[162]42Abstract class declaring general properties of a frame for data binding.
[140]43
44The documentation for this class was generated from the following files:\begin{CompactItemize}
45\item 
[145]46work/git/mixpp/bdm/userinfo.h\item 
47work/git/mixpp/bdm/userinfo.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.