|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLGEORGES::CFormElmVirtualStruct Class ReferenceDefine an array of elements.
More...
#include <form_elm.h>
Inheritance diagram for NLGEORGES::CFormElmVirtualStruct:
List of all members.
Public Methods |
| CFormElmVirtualStruct (CForm *form, CFormElm *parentNode, const CFormDfn *parentDfn, uint parentIndex) |
bool | isVirtualStruct () const |
| Return true if the element is a virtual struct. More...
|
bool | getDfnName (std::string &dfnName) const |
| Get the dfn filename for this virtual struct. Must be a virtual struct node. More...
|
bool | isUsed (const CForm *form) const |
xmlNodePtr | write (xmlNodePtr node, const CForm *form, const char *structName, bool forceWrite=false) const |
void | read (xmlNodePtr node, CFormLoader &loader, CForm *form) |
virtual void | warning (bool exception, const char *function, const char *format,...) const |
Public Attributes |
std::string | DfnFilename |
Detailed Description
Define an array of elements.
Definition at line 319 of file form_elm.h.
Constructor & Destructor Documentation
NLGEORGES::CFormElmVirtualStruct::CFormElmVirtualStruct |
( |
CForm * |
form, |
|
|
CFormElm * |
parentNode, |
|
|
const CFormDfn * |
parentDfn, |
|
|
uint |
parentIndex |
|
) |
|
|
Member Function Documentation
bool NLGEORGES::CFormElmVirtualStruct::getDfnName |
( |
std::string & |
dfnName |
) |
const [virtual] |
|
bool NLGEORGES::CFormElmVirtualStruct::isUsed |
( |
const CForm * |
form |
) |
const [virtual] |
|
bool NLGEORGES::CFormElmVirtualStruct::isVirtualStruct |
( |
|
) |
const [virtual] |
|
void NLGEORGES::CFormElmVirtualStruct::read |
( |
xmlNodePtr |
node, |
|
|
CFormLoader & |
loader, |
|
|
CForm * |
form |
|
) |
|
|
void NLGEORGES::CFormElmVirtualStruct::warning |
( |
bool |
exception, |
|
|
const char * |
function, |
|
|
const char * |
format, |
|
|
... |
|
|
) |
const [virtual] |
|
xmlNodePtr NLGEORGES::CFormElmVirtualStruct::write |
( |
xmlNodePtr |
node, |
|
|
const CForm * |
form, |
|
|
const char * |
structName, |
|
|
bool |
forceWrite = false |
|
) |
const [virtual] |
|
Member Data Documentation
std::string NLGEORGES::CFormElmVirtualStruct::DfnFilename
|
|
The documentation for this class was generated from the following files:
|
|