Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

SMsgDebugDialogData Struct Reference

List of all members.

Public Attributes

puDialogBox * dialog
puFrame * frame
puText * title
puComboBox * id
puInput * group
puInput * datatag
puComboBox * datatype
puInput * intData
puInput * realData
puInput * result
puOneShot * send
puOneShot * close
char strGroup [80]
char strDatatag [80]
int valInt
float valFloat

Detailed Description

Definition at line 50 of file DialogMsgDebug.cpp.


Member Data Documentation

puOneShot* SMsgDebugDialogData::close
 

Definition at line 62 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

puInput* SMsgDebugDialogData::datatag
 

Definition at line 56 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

puComboBox* SMsgDebugDialogData::datatype
 

Definition at line 57 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_sync().

puDialogBox* SMsgDebugDialogData::dialog
 

Definition at line 51 of file DialogMsgDebug.cpp.

Referenced by msg_debug_close_cb(), and msg_debug_dlg_create().

puFrame* SMsgDebugDialogData::frame
 

Definition at line 52 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

puInput* SMsgDebugDialogData::group
 

Definition at line 55 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

puComboBox* SMsgDebugDialogData::id
 

Definition at line 54 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

puInput* SMsgDebugDialogData::intData
 

Definition at line 58 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_sync().

puInput* SMsgDebugDialogData::realData
 

Definition at line 59 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_sync().

puInput* SMsgDebugDialogData::result
 

Definition at line 60 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_sync().

puOneShot* SMsgDebugDialogData::send
 

Definition at line 61 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

char SMsgDebugDialogData::strDatatag[80]
 

Definition at line 65 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_send_cb().

char SMsgDebugDialogData::strGroup[80]
 

Definition at line 64 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_send_cb().

puText* SMsgDebugDialogData::title
 

Definition at line 53 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create().

float SMsgDebugDialogData::valFloat
 

Definition at line 67 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_send_cb().

int SMsgDebugDialogData::valInt
 

Definition at line 66 of file DialogMsgDebug.cpp.

Referenced by msg_debug_dlg_create(), and msg_debug_send_cb().


The documentation for this struct was generated from the following file:
SourceForge.net Logo Documentation generated by doxygen