root/doc/latex/classDoubleAttribute.tex @ 187

Revision 145, 2.6 kB (checked in by smidl, 16 years ago)

Oprava dokumentace

Line 
1\section{DoubleAttribute Class Reference}
2\label{classDoubleAttribute}\index{DoubleAttribute@{DoubleAttribute}}
3Class encapsulating all the necessary stuff to work with the double attribute. 
4
5
6{\tt \#include $<$userinfo.h$>$}
7
8Inheritance diagram for DoubleAttribute:\nopagebreak
9\begin{figure}[H]
10\begin{center}
11\leavevmode
12\includegraphics[width=68pt]{classDoubleAttribute__inherit__graph}
13\end{center}
14\end{figure}
15Collaboration diagram for DoubleAttribute:\nopagebreak
16\begin{figure}[H]
17\begin{center}
18\leavevmode
19\includegraphics[width=68pt]{classDoubleAttribute__coll__graph}
20\end{center}
21\end{figure}
22\subsection*{Public Types}
23\begin{CompactItemize}
24\item 
25typedef map$<$ const XMLCh $\ast$const, {\bf Attribute} $\ast$const, GlobalXercesConnector::Comparator $>$ {\bf MappedAttributes}\label{classAttribute_342750acf29e4c37d009301ef5075111}
26
27\begin{CompactList}\small\item\em Type definition of mapping which transforms names to the related attributes. \item\end{CompactList}\end{CompactItemize}
28\subsection*{Public Member Functions}
29\begin{CompactItemize}
30\item 
31\textbf{DoubleAttribute} (const string name)\label{classDoubleAttribute_477840edfdc4b11f5c634d15fedaece1}
32
33\item 
34void {\bf Set} (const string str)\label{classDoubleAttribute_7d921d52c0ea0765aa26775ddeaaf6e9}
35
36\begin{CompactList}\small\item\em Set accessor to this attribute converting input string into a properly-typed value. \item\end{CompactList}\item 
37const string {\bf Get} ()\label{classDoubleAttribute_b1eca4e8345b1f09e6966c4ff6f32e21}
38
39\begin{CompactList}\small\item\em Get accessor converting stored value into a string. \item\end{CompactList}\item 
40void {\bf Attach} ({\bf MappedAttributes} \&externalAttributes)\label{classAttribute_abd94a0487d662f28264f4faa214d894}
41
42\begin{CompactList}\small\item\em This method is the key method to connect the attribute to the related UI element. \item\end{CompactList}\item 
43void {\bf FillAttribute} (DOMElement \&element)\label{classAttribute_387a68e5de7b1e31022022493f00cbff}
44
45\begin{CompactList}\small\item\em This method add and DOMAttribute node to the DOMElement passed as an argument. \item\end{CompactList}\end{CompactItemize}
46\subsection*{Public Attributes}
47\begin{CompactItemize}
48\item 
49double \textbf{value}\label{classDoubleAttribute_0ba8ddbd7fc2c6054159e695077ea6a2}
50
51\end{CompactItemize}
52
53
54\subsection{Detailed Description}
55Class encapsulating all the necessary stuff to work with the double attribute.
56
57The documentation for this class was generated from the following files:\begin{CompactItemize}
58\item 
59work/git/mixpp/bdm/userinfo.h\item 
60work/git/mixpp/bdm/userinfo.cpp\end{CompactItemize}
Note: See TracBrowser for help on using the browser.