Variables

fl_AutoLists.cpp File Reference

#include "fl_AutoLists.h"

Variables

static const gchar * xml_Lists []
static const char * fmt_Lists []

Variable Documentation

const char* fmt_Lists[] [static]
Initial value:
 { fmt_NUMBERED_LIST,
                                        fmt_LOWERCASE_LIST,
                                        fmt_UPPERCASE_LIST,
                                        fmt_UPPERROMAN_LIST,
                                        fmt_LOWERROMAN_LIST,
                                        fmt_BULLETED_LIST,
                                        fmt_DASHED_LIST,
                                        fmt_ARABICNUM_LIST,
                                        fmt_HEBREW_LIST
}

Referenced by fl_AutoLists::getFmtList(), and fl_AutoLists::getFmtListsSize().

const gchar* xml_Lists[] [static]
Initial value:
 { XML_NUMBERED_LIST,
                     XML_LOWERCASE_LIST,
                     XML_UPPERCASE_LIST,
                     XML_LOWERROMAN_LIST,
                     XML_UPPERROMAN_LIST,
                     XML_BULLETED_LIST,
                     XML_DASHED_LIST,
                     XML_SQUARE_LIST,
                     XML_TRIANGLE_LIST,
                     XML_DIAMOND_LIST,
                     XML_STAR_LIST,
                     XML_IMPLIES_LIST,
                     XML_TICK_LIST,
                     XML_BOX_LIST,
                     XML_HAND_LIST,
                     XML_HEART_LIST,
                     XML_ARROWHEAD_LIST,
                     XML_ARABICNUM_LIST,
                     XML_HEBREW_LIST,
}

Referenced by fl_AutoLists::getXmlList(), and fl_AutoLists::getXmlListsSize().