root/doc/latex/classAttribute.tex @ 259

Revision 255, 3.0 kB (checked in by smidl, 15 years ago)

doc

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