|
Ginga
0.13.6.1771-df200
The iTV middleware.
|
#include "aux-ginga.h"#include "aux-gl.h"#include "Formatter.h"#include "Context.h"#include "Media.h"#include "MediaSettings.h"#include "Object.h"#include "Switch.h"#include "ncl/ParserXercesC.h"#include "Parser.h"#include "player/PlayerText.h"
Classes | |
| struct | GingaOptionData |
Macros | |
| #define | OPTS_ENTRY(name, type, func) |
| #define | _GINGA_CHECK_EOS(ginga) |
| #define | OPT_ERR_UNKNOWN(name) ERROR ("unknown GingaOption '%s'", (name)) |
| #define | OPT_ERR_BAD_TYPE(name, typename) ERROR ("GingaOption '%s' is of type '%s'", (name), (typename)) |
| #define | OPT_GETSET_DEFN(Name, Type, GType) |
Typedefs | |
| typedef struct GingaOptionData | OptionTab |
Functions | |
| static bool | opts_table_index (const string &key, GingaOptionData **result) |
| static bool | cmpz (Media *a, Media *b) |
Variables | |
| static GINGA_NAMESPACE_BEGIN GingaOptions | opts_defaults |
| static map< string, GingaOptionData > | opts_table |
| #define _GINGA_CHECK_EOS | ( | ginga | ) |
Referenced by Formatter::sendKeyEvent(), and Formatter::sendTickEvent().
| #define OPT_ERR_BAD_TYPE | ( | name, | |
| typename | |||
| ) | ERROR ("GingaOption '%s' is of type '%s'", (name), (typename)) |
| #define OPT_ERR_UNKNOWN | ( | name | ) | ERROR ("unknown GingaOption '%s'", (name)) |
| #define OPT_GETSET_DEFN | ( | Name, | |
| Type, | |||
| GType | |||
| ) |
| #define OPTS_ENTRY | ( | name, | |
| type, | |||
| func | |||
| ) |
| typedef struct GingaOptionData OptionTab |
References g_assert_nonnull(), and Media::getZ().
Referenced by Formatter::redraw().
|
static |
References opts_table, and tryset.
|
static |
|
static |
Referenced by opts_table_index().