Generic Console interface. More...
Go to the source code of this file.
Classes | |
class | FBConsoleChannel |
Console data channel. More... | |
class | FBPropertyListConsoleChannel |
PropertyList: Data Channels. More... | |
class | FBConsole |
Console base class. More... | |
class | FBJLCooper |
JL Cooper interface class. More... | |
Macros | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... More... | |
#define | IJLCooper_Declare(IsPure) |
LCD screen related function. More... | |
Enumerations | |
enum | FBConsoleChannelType { kFBConsoleNull , kFBConsoleButton , kFBConsoleSlider , kFBConsoleTransport , kFBConsoleEncoder , kFBConsoleKey , kFBConsoleDisplay , kFBConsoleJoystick } |
Console channel types. More... | |
Functions | |
FB_DEFINE_ENUM (K_DLLIMPORT, ConsoleChannelType) | |
__FB_FORWARD (FBConsoleChannel) | |
FB_DEFINE_ARRAY (K_DLLIMPORT, ConsoleChannel) | |
__FB_FORWARD (FBConsole) | |
FB_FORWARD (FBFbxObject) | |
K_INTERFACE (IJLCooper, 100103033) | |
__FB_FORWARD (FBJLCooper) | |
Generic Console interface.
Generic class to communicate with a console.
Definition in file fbconsole.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
Definition at line 49 of file fbconsole.h.
#define IJLCooper_Declare | ( | IsPure | ) |
LCD screen related function.
Definition at line 203 of file fbconsole.h.
enum FBConsoleChannelType |
Console channel types.
Definition at line 59 of file fbconsole.h.