1 | \hypertarget{classBindingFrame}{ |
---|
2 | \section{BindingFrame Class Reference} |
---|
3 | \label{classBindingFrame}\index{BindingFrame@{BindingFrame}} |
---|
4 | } |
---|
5 | Abstract class declaring general properties of a frame for data binding. |
---|
6 | |
---|
7 | |
---|
8 | {\tt \#include $<$userinfo.h$>$} |
---|
9 | |
---|
10 | Inheritance diagram for BindingFrame:\nopagebreak |
---|
11 | \begin{figure}[H] |
---|
12 | \begin{center} |
---|
13 | \leavevmode |
---|
14 | \includegraphics[width=400pt]{classBindingFrame__inherit__graph} |
---|
15 | \end{center} |
---|
16 | \end{figure} |
---|
17 | Collaboration diagram for BindingFrame:\nopagebreak |
---|
18 | \begin{figure}[H] |
---|
19 | \begin{center} |
---|
20 | \leavevmode |
---|
21 | \includegraphics[width=76pt]{classBindingFrame__coll__graph} |
---|
22 | \end{center} |
---|
23 | \end{figure} |
---|
24 | \subsection*{Public Member Functions} |
---|
25 | \begin{CompactItemize} |
---|
26 | \item |
---|
27 | \hypertarget{classBindingFrame_c6d068c261d4fc3a0a4d1305ade1483d}{ |
---|
28 | virtual void \hyperlink{classBindingFrame_c6d068c261d4fc3a0a4d1305ade1483d}{AssemblyComponentsFromXML} (DOMElement \&element)=0} |
---|
29 | \label{classBindingFrame_c6d068c261d4fc3a0a4d1305ade1483d} |
---|
30 | |
---|
31 | \begin{CompactList}\small\item\em This method parse DOMElement, finds proper DOMNode and fills binded data accordingly. \item\end{CompactList}\item |
---|
32 | \hypertarget{classBindingFrame_8d4dc5902ee71a473983d6a8fa3c8b7a}{ |
---|
33 | virtual void \hyperlink{classBindingFrame_8d4dc5902ee71a473983d6a8fa3c8b7a}{ReleaseMemory} ()} |
---|
34 | \label{classBindingFrame_8d4dc5902ee71a473983d6a8fa3c8b7a} |
---|
35 | |
---|
36 | \begin{CompactList}\small\item\em A method for releasing memory allocated within the 'AssemblyComponentsFromXML()' method. \item\end{CompactList}\item |
---|
37 | virtual bool \hyperlink{classBindingFrame_0c207ed6e5a4c975ed5bc9a758a063ca}{DisassemblyComponentsToXML} (DOMElement \&element)=0 |
---|
38 | \end{CompactItemize} |
---|
39 | \subsection*{Protected Member Functions} |
---|
40 | \begin{CompactItemize} |
---|
41 | \item |
---|
42 | \hypertarget{classBindingFrame_65bec8fcde1865e2e211f42ca52a816f}{ |
---|
43 | \hyperlink{classBindingFrame_65bec8fcde1865e2e211f42ca52a816f}{BindingFrame} ()} |
---|
44 | \label{classBindingFrame_65bec8fcde1865e2e211f42ca52a816f} |
---|
45 | |
---|
46 | \begin{CompactList}\small\item\em default constructor \item\end{CompactList}\item |
---|
47 | \hypertarget{classBindingFrame_2244bd5181c3d1e70f3a6be2b72e9424}{ |
---|
48 | string \hyperlink{classBindingFrame_2244bd5181c3d1e70f3a6be2b72e9424}{XMLCh2str} (const XMLCh $\ast$const XMLCh\_\-str)} |
---|
49 | \label{classBindingFrame_2244bd5181c3d1e70f3a6be2b72e9424} |
---|
50 | |
---|
51 | \begin{CompactList}\small\item\em function which transcodes Xerces' XMLCh-based strings into C++ strings \item\end{CompactList}\item |
---|
52 | \hypertarget{classBindingFrame_820e4df85c0dc545e3079e407fcdbbaa}{ |
---|
53 | string \textbf{removeSpaces} (const string \&\hyperlink{classstr}{str})} |
---|
54 | \label{classBindingFrame_820e4df85c0dc545e3079e407fcdbbaa} |
---|
55 | |
---|
56 | \end{CompactItemize} |
---|
57 | |
---|
58 | |
---|
59 | \subsection{Detailed Description} |
---|
60 | Abstract class declaring general properties of a frame for data binding. |
---|
61 | |
---|
62 | \subsection{Member Function Documentation} |
---|
63 | \hypertarget{classBindingFrame_0c207ed6e5a4c975ed5bc9a758a063ca}{ |
---|
64 | \index{BindingFrame@{BindingFrame}!DisassemblyComponentsToXML@{DisassemblyComponentsToXML}} |
---|
65 | \index{DisassemblyComponentsToXML@{DisassemblyComponentsToXML}!BindingFrame@{BindingFrame}} |
---|
66 | \subsubsection[DisassemblyComponentsToXML]{\setlength{\rightskip}{0pt plus 5cm}virtual bool BindingFrame::DisassemblyComponentsToXML (DOMElement \& {\em element})\hspace{0.3cm}{\tt \mbox{[}pure virtual\mbox{]}}}} |
---|
67 | \label{classBindingFrame_0c207ed6e5a4c975ed5bc9a758a063ca} |
---|
68 | |
---|
69 | |
---|
70 | This method reads binded data, fill them into a new DOMNode, which then appends to the passed DOMElement |
---|
71 | |
---|
72 | Implemented in \hyperlink{classCompoundUserInfo_1_1BindedElement_6ef55cedb98f5d2dbcf92730f2fed939}{CompoundUserInfo$<$ T $>$::BindedElement$<$ U $>$}. |
---|
73 | |
---|
74 | The documentation for this class was generated from the following files:\begin{CompactItemize} |
---|
75 | \item |
---|
76 | work/git/mixpp/bdm/userinfo.h\item |
---|
77 | work/git/mixpp/bdm/userinfo.cpp\end{CompactItemize} |
---|