Main Page
Namespaces
Classes
Files
Related Pages
Class List
Class Hierarchy
Class Members
bre20
::
ScriptFunctionCallArgs
bre20::ScriptFunctionCallArgs Class Reference
List of all members.
Public Member Functions
ScriptFunctionCallArgs
(String *methodName, Object *component, EventArgs *
args
)
String *
getMethod
()
Object *
getComponent
()
EventArgs *
getEventArgs
()
Protected Attributes
String *
method
Object *
obj
EventArgs *
args
Constructor & Destructor Documentation
bre20::ScriptFunctionCallArgs::ScriptFunctionCallArgs
(
String *
methodName
,
Object *
component
,
EventArgs *
args
)
Member Function Documentation
Object* bre20::ScriptFunctionCallArgs::getComponent
(
)
EventArgs* bre20::ScriptFunctionCallArgs::getEventArgs
(
)
String* bre20::ScriptFunctionCallArgs::getMethod
(
)
Member Data Documentation
EventArgs*
bre20::ScriptFunctionCallArgs::args
[protected]
String*
bre20::ScriptFunctionCallArgs::method
[protected]
Object*
bre20::ScriptFunctionCallArgs::obj
[protected]
BRE Documentation Home