|
| JORMContext () |
|
void | bufInit () |
|
void | putMsgID (u32 msgID) |
|
s32 | msgSize () |
|
u8 * | msgPtr () |
|
void | openFile (JORFile *pFile, u32 flags, const char *path, const char *extMask, u32 maskSize, const char *defaultExt, const char *param_6, const char *fileSuffix) |
|
void | closeFile (JORFile *pFile) |
|
void | readBegin (JORFile *pFile, s32 size) |
|
void | readData (JORFile *pFile) |
|
void | writeBegin (JORFile *pFile, u16 flags, u32 size) |
|
void | writeData (JORFile *pFile, const void *pBuffer, s32 size, u32 position) |
|
void | writeDone (JORFile *pFile, u32 size) |
|
void | sendShellExecuteRequest (void *, const char *, const char *, const char *, const char *, int) |
|
void | sendHostInfoRequest (u32 requestType, JORHostInfo *pHostInfo) |
|
void | endNode () |
|
void | genRootNode (const char *label, JORReflexible *obj, u32 param_2, u32 param_3) |
|
void | genNode (const char *label, JORReflexible *obj, u32 param_2, u32 param_3) |
|
void | genNode (JORReflexible *parentObj, u32 param_1, const char *label, JORReflexible *obj, u32 param_4, u32 param_5) |
|
void | startNode (JORReflexible *parentObj, u32 param_1, const char *label, JORReflexible *obj, u32 param_4, u32 param_5) |
|
void | startNode (const char *label, JORReflexible *obj, u32 param_2, u32 param_3) |
|
void | genNodeSub (const char *label, JORReflexible *i_node, u32, u32) |
|
void | putNode (JORReflexible *obj) |
|
void | invalidNode (JORReflexible *i_node, u32) |
|
void | genControl (u32 type, u32 kind, const char *label, u32 style, u32 id, JOREventListener *pListener, u32 initValue) |
|
void | genSliderSub (u32 kind, const char *label, u32 id, u32 style, s32 initValue, s32 rangeMin, s32 rangeMax, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | genCheckBoxSub (u32 kind, const char *label, u32 id, u32 style, u16 initValue, u16 mask, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | startSelectorSub (u32 type, u32 kind, const char *label, u32 id, u32 style, s32 initValue, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | endSelectorSub () |
|
void | genSelectorItemSub (const char *label, s32 itemNo, u32 param_2, u16 posX, u16 posY, u16 width, u16 height) |
|
void | genButton (const char *label, u32 id, u32 style, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | genLabel (const char *label, u32 id, u32 style, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | genGroupBox (const char *label, u32 id, u32 style, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
void | genEditBoxID (const char *label, u32 id, const char *string, u16 length, u32 style, JOREventListener *pListener, u16 posX, u16 posY, u16 width, u16 height) |
|
| DEFINE_GEN_CHECKBOX (u8, 0x100|jhostio::EKind_8B) DEFINE_GEN_CHECKBOX(u16 |
|
jhostio::EKind_16B | DEFINE_GEN_CHECKBOX_ID (u16, JORPropertyEvent::EKind_ValueID|0x100) DEFINE_GEN_SLIDER(u8 |
|
jhostio::EKind_16B jhostio::EKind_8B | DEFINE_GEN_SLIDER (s16, jhostio::EKind_16B) DEFINE_GEN_SLIDER(f32 |
|
jhostio::EKind_16B jhostio::EKind_8B JORPropertyEvent::EKind_FloatValue jhostio::EKind_32B | DEFINE_GEN_SLIDER (s32, jhostio::EKind_32B) DEFINE_GEN_SLIDER_ID(f64 |
|
jhostio::EKind_16B jhostio::EKind_8B JORPropertyEvent::EKind_FloatValue jhostio::EKind_32B JORPropertyEvent::EKind_ValueID JORPropertyEvent::EKind_FloatValue | DEFINE_GEN_SLIDER_ID (int, JORPropertyEvent::EKind_ValueID) void genComboBoxItem(const char *label |
|
void | genRadioButtonItem (const char *label, s32 itemNo, u32 param_2, u16 posX, u16 posY, u16 width, u16 height) |
|
void | updateControl (u32 mode, u32 id, u32 param_2) |
|
void | updateControl (u32 mode, u32 id, const char *param_2) |
|
void | updateSliderSub (u32 mode, u32 id, s32 value, s32 rangeMin, s32 rangeMax, u32 param_5) |
|
void | updateCheckBoxSub (u32 mode, u32 id, u16 value, u16 mask, u32 param_4) |
|
void | updateSelectorSub (u32 mode, u32 id, s32 value, u32 param_3) |
|
void | updateEditBoxID (u32 mode, u32 id, const char *string, u32 param_3, u16 length) |
|
void | editComboBoxItem (u32 param_0, u32 param_1, const char *param_2, s32 param_3, u32 param_4) |
|
void | openMessageBox (void *param_0, u32 style, const char *message, const char *title) |
|