Private data for a Conditional Date -. More...
#include "node_conddate.h"
Data Fields | |
int | count |
Number of 'units' to count. | |
char | period |
Units, e.g. 'd' Day or 'm' Month. | |
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 ExpandoRenderData *rdata, struct Buffer *buf, int max_cols, void *data, MuttFormatFlags flags) |
Private data for a Conditional Date -.
Definition at line 32 of file node_conddate.h.
int NodeCondDatePrivate::count |
Number of 'units' to count.
Definition at line 34 of file node_conddate.h.
char NodeCondDatePrivate::period |
Units, e.g. 'd' Day or 'm' Month.
Definition at line 35 of file node_conddate.h.