Project

General

Profile

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< FlashValueArguments
 
typedef Impl::fastdelegate::FastDelegate2< IFlashControl *, const Arguments &, FlashValueFlashDelegate
 

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

Definition at line 45 of file FlashValue.h.

◆ FlashDelegate

Enumeration Type Documentation

◆ 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

Enumerator
LeftMouseButton 
RightMouseButton 
MiddleMouseButton 

Definition at line 63 of file Hikari.h.

◆ 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

Enumerator
SM_SHOWALL 
SM_NOBORDER 
SM_EXACTFIT 

Definition at line 65 of file IFlashControl.h.