Private data for an Expando -. More...
#include "node_expando.h"
Inheritance diagram for NodeExpandoPrivate:
Collaboration diagram for NodeExpandoPrivate:Data Fields | |
| int | color |
| ColorId to use. | |
| bool | has_tree |
| Contains tree characters, used in $index_format's s. | |
Data Fields inherited from ExpandoNode | |
| enum ExpandoNodeType | type |
| Type of Node, e.g. ENT_EXPANDO. | |
| int | did |
| Domain ID, e.g. ED_EMAIL. | |
| int | uid |
| Unique ID, e.g. ED_EMA_SIZE. | |
| struct ExpandoFormat * | format |
| Formatting info. | |
| const char * | text |
| Node-specific text. | |
| struct ExpandoNodeArray | children |
| Children nodes. | |
| void * | ndata |
| Private node data. | |
| void(* | ndata_free )(void **ptr) |
| Function to free the private node data. | |
| int(* | render )(const struct ExpandoNode *node, const struct ExpandoRenderCallback *erc, struct Buffer *buf, int max_cols, void *data, MuttFormatFlags flags) |
Private data for an Expando -.
Definition at line 39 of file node_expando.h.
| int NodeExpandoPrivate::color |
ColorId to use.
Definition at line 41 of file node_expando.h.
| bool NodeExpandoPrivate::has_tree |
Contains tree characters, used in $index_format's s.
Definition at line 42 of file node_expando.h.