#include "ut_types.h"#include "ut_xml.h"#include "fp_types.h"Go to the source code of this file.
Classes | |
| class | fl_AutoLists |
Defines | |
| #define | IS_NUMBERED_LIST_TYPE(x) (((x) >= NUMBERED_LIST && (x) < BULLETED_LIST) || ((x) > OTHER_NUMBERED_LISTS && (x) < NOT_A_LIST)) |
| #define | IS_BULLETED_LIST_TYPE(x) ((x) >= BULLETED_LIST && (x) < OTHER_NUMBERED_LISTS) |
| #define | IS_NONE_LIST_TYPE(x) ((x) == NOT_A_LIST) |
| #define | XML_NUMBERED_LIST (( const gchar *) "Numbered List") |
| #define | XML_LOWERCASE_LIST ((const gchar *) "Lower Case List") |
| #define | XML_UPPERCASE_LIST ((const gchar *) "Upper Case List") |
| #define | XML_LOWERROMAN_LIST ((const gchar *) "Lower Roman List") |
| #define | XML_UPPERROMAN_LIST ((const gchar *) "Upper Roman List") |
| #define | XML_HEBREW_LIST ((const gchar *) "Hebrew List") |
| #define | XML_ARABICNUM_LIST ((const gchar *) "Arabic List") |
| #define | XML_BULLETED_LIST ((const gchar *) "Bullet List") |
| #define | XML_DASHED_LIST ((const gchar *) "Dashed List") |
| #define | XML_SQUARE_LIST ((const gchar *) "Square List") |
| #define | XML_TRIANGLE_LIST ((const gchar *) "Triangle List") |
| #define | XML_DIAMOND_LIST ((const gchar *) "Diamond List") |
| #define | XML_STAR_LIST ((const gchar *) "Star List") |
| #define | XML_IMPLIES_LIST ((const gchar *) "Implies List") |
| #define | XML_TICK_LIST ((const gchar *) "Tick List") |
| #define | XML_BOX_LIST ((const gchar *) "Box List") |
| #define | XML_HAND_LIST ((const gchar *) "Hand List") |
| #define | XML_HEART_LIST ((const gchar *) "Heart List") |
| #define | XML_ARROWHEAD_LIST ((const gchar *) "Arrowhead List") |
| #define | LIST_DEFAULT_INDENT 0.50 |
| #define | LIST_DEFAULT_INDENT_LABEL 0.30 |
| #define | AUTO_LIST_RESERVED 1000 |
| #define | fmt_NUMBERED_LIST ((const char *)"%*%d") |
| #define | fmt_LOWERCASE_LIST ((const char *)"%*%a") |
| #define | fmt_UPPERCASE_LIST ((const char *)"%*%A") |
| #define | fmt_LOWERROMAN_LIST ((const char *)"%*%r") |
| #define | fmt_UPPERROMAN_LIST ((const char *)"%*%R") |
| #define | fmt_BULLETED_LIST ((const char *)"%b") |
| #define | fmt_DASHED_LIST ((const char *)"%c") |
| #define | fmt_HEBREW_LIST ((const char *)"%*%h") |
| #define | fmt_ARABICNUM_LIST ((const char *)"%*%i") |
| #define AUTO_LIST_RESERVED 1000 |
| #define fmt_ARABICNUM_LIST ((const char *)"%*%i") |
| #define fmt_BULLETED_LIST ((const char *)"%b") |
| #define fmt_DASHED_LIST ((const char *)"%c") |
| #define fmt_HEBREW_LIST ((const char *)"%*%h") |
| #define fmt_LOWERCASE_LIST ((const char *)"%*%a") |
| #define fmt_LOWERROMAN_LIST ((const char *)"%*%r") |
| #define fmt_NUMBERED_LIST ((const char *)"%*%d") |
| #define fmt_UPPERCASE_LIST ((const char *)"%*%A") |
| #define fmt_UPPERROMAN_LIST ((const char *)"%*%R") |
Referenced by AP_Win32Dialog_Lists::_setListType(), and AP_UnixDialog_Lists::loadXPDataIntoLocal().
Referenced by AP_Win32Dialog_Lists::_setListType(), and AP_Dialog_Lists::StartList().
| #define LIST_DEFAULT_INDENT 0.50 |
| #define LIST_DEFAULT_INDENT_LABEL 0.30 |
| #define XML_ARABICNUM_LIST ((const gchar *) "Arabic List") |
| #define XML_ARROWHEAD_LIST ((const gchar *) "Arrowhead List") |
| #define XML_BOX_LIST ((const gchar *) "Box List") |
| #define XML_BULLETED_LIST ((const gchar *) "Bullet List") |
| #define XML_DASHED_LIST ((const gchar *) "Dashed List") |
| #define XML_DIAMOND_LIST ((const gchar *) "Diamond List") |
| #define XML_HAND_LIST ((const gchar *) "Hand List") |
| #define XML_HEART_LIST ((const gchar *) "Heart List") |
| #define XML_HEBREW_LIST ((const gchar *) "Hebrew List") |
| #define XML_IMPLIES_LIST ((const gchar *) "Implies List") |
| #define XML_LOWERCASE_LIST ((const gchar *) "Lower Case List") |
| #define XML_LOWERROMAN_LIST ((const gchar *) "Lower Roman List") |
| #define XML_NUMBERED_LIST (( const gchar *) "Numbered List") |
| #define XML_SQUARE_LIST ((const gchar *) "Square List") |
| #define XML_STAR_LIST ((const gchar *) "Star List") |
| #define XML_TICK_LIST ((const gchar *) "Tick List") |
| #define XML_TRIANGLE_LIST ((const gchar *) "Triangle List") |
| #define XML_UPPERCASE_LIST ((const gchar *) "Upper Case List") |
| #define XML_UPPERROMAN_LIST ((const gchar *) "Upper Roman List") |
1.7.1