|
| FormatterBaseDevice (GingaScreenID screenId, IDeviceLayout *deviceLayout, string playerId, int x, int y, int w, int h, bool useMulticast, int srvPort) |
|
| FormatterMultiDevice (GingaScreenID screenId, IDeviceLayout *deviceLayout, int x, int y, int w, int h, bool useMulticast, int srvPort) |
|
void | printGingaWindows () |
|
void | listenPlayer (IPlayer *player) |
|
void | stopListenPlayer (IPlayer *player) |
|
void | setParent (IFormatterMultiDevice *parent) |
|
void | setPresentationContex (IPresentationContext *presContext) |
|
void | setFocusManager (IFormatterFocusManager *focusManager) |
|
void | setBackgroundImage (string uri) |
|
void * | getMainLayout () |
|
void * | getFormatterLayout (int devClass) |
|
string | getScreenShot () |
|
string | serializeScreen (int devClass, IWindow *mapWindow) |
|
FormatterLayout * | getFormatterLayout (CascadingDescriptor *descriptor, ExecutionObject *object) |
|
GingaWindowID | prepareFormatterRegion (ExecutionObject *object, ISurface *renderedSurface) |
|
void | showObject (ExecutionObject *executionObject) |
|
void | hideObject (ExecutionObject *executionObject) |
|
void | addActiveUris (string baseUri, vector< string > *uris) |
|
virtual void | updatePassiveDevices () |
|
|
bool | newDeviceConnected (int newDevClass, int w, int h) |
|
void | connectedToBaseDevice (unsigned int domainAddr) |
|
bool | receiveRemoteEvent (int remoteDevClass, int eventType, string eventContent) |
|
bool | receiveRemoteContent (int remoteDevClass, char *stream, int streamSize) |
|
bool | receiveRemoteContent (int remoteDevClass, string contentUri) |
|
bool | userEventReceived (IInputEvent *ev) |
|
virtual void | postMediaContent (int destDevClass) |
|
virtual bool | receiveRemoteContentInfo (string contentId, string contentUri) |
|
void | renderFromUri (IWindow *win, string uri) |
|
void | tapObject (int devClass, int x, int y) |
|
void | updateStatus (short code, string parameter, short type, string value) |
|
|
IInputManager * | im |
|
pthread_mutex_t | mutex |
|
IDeviceLayout * | deviceLayout |
|
map< int, FormatterLayout * > | layoutManager |
|
vector< string > * | activeUris |
|
string | activeBaseUri |
|
FormatterLayout * | mainLayout |
|
IWindow * | serialized |
|
IWindow * | printScreen |
|
IWindow * | bitMapScreen |
|
int | xOffset |
|
int | yOffset |
|
int | defaultWidth |
|
int | defaultHeight |
|
int | deviceClass |
|
bool | hasRemoteDevices |
|
bool | enableMulticast |
|
IPresentationContext * | presContext |
|
IFormatterFocusManager * | focusManager |
|
FormatterMultiDevice * | parent |
|
GingaScreenID | myScreen |
|
set< IPlayer * > | listening |
|
pthread_mutex_t | lMutex |
|
static ILocalScreenManager * | dm = NULL |
|
static void * | rdm = NULL |
|
static const int | DV_QVGA_WIDTH = 480 |
|
static const int | DV_QVGA_HEIGHT = 320 |
|
The documentation for this class was generated from the following files:
- gingancl/include/gingancl/multidevice/FormatterBaseDevice.h
- gingancl/src/multidevice/FormatterBaseDevice.cpp