FlashValue.h File Reference

#include <vector>

Classes

class  FlashValue
class  Args

Defines

#define FLASH_VOID   FlashValue()
#define FLASH_ERROR   FlashValue(FT_ERROR)

Typedefs

typedef std::vector< FlashValueArguments

Enumerations

enum  FlashType

Detailed Description

This file is part of Flash4UI, a library that allows developers to use Flash as user interface in their applications. Copyright (C) 2009 YKDOUBLES@GMAIL.COM

Define Documentation

#define FLASH_ERROR   FlashValue(FT_ERROR)

Use the FLASH_ERROR macro to represent a flash error.

#define FLASH_VOID   FlashValue()

Use the FLASH_VOID macro to represent a null FlashValue type.


Typedef Documentation

typedef std::vector<FlashValue> Arguments

Arguments is defined as a vector of FlashValues. Used to communicate with ActionScript functions.


Enumeration Type Documentation

enum FlashType

Defines the Flash variable types, used by FlashValue.

00024 {
00025     FT_NULL,
00026     FT_BOOLEAN,
00027     FT_NUMBER,
00028     FT_STRING,
00029     FT_ERROR
00030 };


Generated on Thu Sep 10 19:00:54 2009 for Flash4UI by  doxygen 1.5.2