|
Gnash
0.8.11dev
|
Built-in forms of communication with the host application. More...
#include <HostInterface.h>
Public Types |
Public Member Functions | |
| HostMessage (KnownEvent e, boost::any arg=boost::blank()) | |
| KnownEvent | event () const |
| const boost::any & | arg () const |
Built-in forms of communication with the host application.
These messages should be supported for ActionScript compatibility.
The messages that a hosting application should handle.
| Enumerator | |
|---|---|
| SHOW_MOUSE |
Whether to display a mouse pointer
|
| RESIZE_STAGE |
Resize the stage
|
| UPDATE_STAGE |
Update the stage
|
| SHOW_MENU |
Whether to show the menu or not
|
| SET_DISPLAYSTATE |
Whether to show in fullscreen or not
|
| SET_CLIPBOARD |
Set system clipboard
|
| SCREEN_RESOLUTION |
Get screen resolution
|
| SCREEN_DPI |
Get screen DPI.
|
| PIXEL_ASPECT_RATIO |
Get pixel aspect ratio
|
| PLAYER_TYPE |
Get player type
|
| SCREEN_COLOR |
Get screen color
|
| NOTIFY_ERROR |
Notify an error
|
| QUERY |
Ask a question
|
| EXTERNALINTERFACE_ISPLAYING |
|
| EXTERNALINTERFACE_PAN | |
| EXTERNALINTERFACE_PLAY | |
| EXTERNALINTERFACE_REWIND | |
| EXTERNALINTERFACE_SETZOOMRECT | |
| EXTERNALINTERFACE_STOPPLAY | |
| EXTERNALINTERFACE_ZOOM | |
|
inlineexplicit |
|
inline |
Referenced by secondsSinceLastAdvance().
|
inline |
Referenced by gnash::operator<<(), and secondsSinceLastAdvance().
1.8.11