PetalNode::StringOrNode Struct Reference
Use `string' if it is not empty. More...
#include <petalnode.h>
Public Member Functions | |
| bool | isEmpty () |
Public Attributes | |
| QString | string |
| PetalNode * | node |
Detailed Description
Use `string' if it is not empty.Use `node' if it is not NULL. Either `string' is set, or `node', but never both. (Perhaps this should be a union but that is ugly.)
Definition at line 48 of file petalnode.h.
The documentation for this struct was generated from the following file:
