|
SO3Engine
|
Hikari Namespace Reference
Namespaces | |
| namespace | Impl |
Classes | |
| class | Args |
| struct | ColorBase |
| class | FlashValue |
| class | HikariManager |
| class | IFlashControl |
| struct | Position |
Typedefs | |
| typedef ColorBase | colorValueBase |
| typedef _HikariExport std::vector< FlashValue > | Arguments |
| typedef Impl::fastdelegate::FastDelegate2< IFlashControl *, const Arguments &, FlashValue > | FlashDelegate |
Enumerations | |
| enum | FlashType { FT_NULL , FT_BOOLEAN , FT_NUMBER , FT_STRING , FT_WSTRING } |
| enum | MouseButtonID { LeftMouseButton = 1 , RightMouseButton = 2 , MiddleMouseButton = 16 } |
| enum | RenderQuality { RQ_LOW , RQ_MEDIUM , RQ_HIGH , RQ_BEST , RQ_AUTOLOW , RQ_AUTOHIGH } |
| enum | ScaleMode { SM_SHOWALL , SM_NOBORDER , SM_EXACTFIT } |
| enum | RelativePosition { Left = 0 , TopLeft , TopCenter , TopRight , Right , BottomRight , BottomCenter , BottomLeft , Center , CenterLeft , CenterRight } |
Typedef Documentation
◆ Arguments
| typedef _HikariExport std::vector<FlashValue> Hikari::Arguments |
Arguments is defined as a vector of FlashValues. Used to communicate with ActionScript functions.
Definition at line 188 of file FlashValue.h.
◆ colorValueBase
| typedef ColorBase Hikari::colorValueBase |
Definition at line 45 of file FlashValue.h.
◆ FlashDelegate
| typedef Impl::fastdelegate::FastDelegate2<IFlashControl*, const Arguments&, FlashValue> Hikari::FlashDelegate |
Definition at line 54 of file IFlashControl.h.
Enumeration Type Documentation
◆ FlashType
| enum Hikari::FlashType |
Defines the Flash variable types, used by FlashValue.
| Enumerator | |
|---|---|
| FT_NULL | |
| FT_BOOLEAN | |
| FT_NUMBER | |
| FT_STRING | |
| FT_WSTRING | |
Definition at line 49 of file FlashValue.h.
◆ MouseButtonID
◆ RelativePosition
Defines the relative positions for the Position object.
| Enumerator | |
|---|---|
| Left | |
| TopLeft | |
| TopCenter | |
| TopRight | |
| Right | |
| BottomRight | |
| BottomCenter | |
| BottomLeft | |
| Center | |
| CenterLeft | |
| CenterRight | |
Definition at line 32 of file Position.h.
◆ RenderQuality
| Enumerator | |
|---|---|
| RQ_LOW | |
| RQ_MEDIUM | |
| RQ_HIGH | |
| RQ_BEST | |
| RQ_AUTOLOW | |
| RQ_AUTOHIGH | |
Definition at line 62 of file IFlashControl.h.
◆ ScaleMode
| enum Hikari::ScaleMode |
| Enumerator | |
|---|---|
| SM_SHOWALL | |
| SM_NOBORDER | |
| SM_EXACTFIT | |
Definition at line 65 of file IFlashControl.h.
Generated by