|
Opensim Control Panel BRIGADOON-0013
This program provides a control panel for an Open Simulator Instance
|
Go to the source code of this file.
Data Structures | |
| struct | DIR_INFO |
| struct | ESTATE_BOUNDS |
| class | DirClass |
Macros | |
| #define | INPUT_TABLE_COLUMN_COUNT (INPUT_DONE_COLUMN + 1) |
| #define | INPUT_SELECT_WIDTH 10 |
| #define | INPUT_DONE_WIDTH 10 |
| #define | INPUT_NAME_WIDTH (350 - (INPUT_SELECT_WIDTH + INPUT_DONE_WIDTH)) |
| #define | OUTPUT_TABLE_COLUMN_COUNT (OUTPUT_DONE_COLUMN + 1) |
| #define | OUTPUT_SELECT_WIDTH 10 |
| #define | OUTPUT_DONE_WIDTH 10 |
| #define | OUTPUT_NAME_WIDTH (400 - (OUTPUT_SELECT_WIDTH + OUTPUT_DONE_WIDTH)) |
Enumerations | |
| enum | INPUT_TABLE_COLUMNS { INPUT_SELECT_COLUMN , INPUT_NAME_COLUMN , INPUT_DONE_COLUMN } |
| enum | OUTPUT_TABLE_COLUMNS { OUTPUT_SELECT_COLUMN , OUTPUT_NAME_COLUMN , OUTPUT_DONE_COLUMN } |
| #define INPUT_DONE_WIDTH 10 |
Definition at line 38 of file dirclass.h.
Referenced by DirClass::SetInputTable().
| #define INPUT_NAME_WIDTH (350 - (INPUT_SELECT_WIDTH + INPUT_DONE_WIDTH)) |
Definition at line 39 of file dirclass.h.
Referenced by DirClass::SetInputTable().
| #define INPUT_SELECT_WIDTH 10 |
Definition at line 37 of file dirclass.h.
Referenced by DirClass::SetInputTable().
| #define INPUT_TABLE_COLUMN_COUNT (INPUT_DONE_COLUMN + 1) |
Definition at line 35 of file dirclass.h.
Referenced by DirClass::SetInputTable(), and DirClass::SetOutputTable().
| #define OUTPUT_DONE_WIDTH 10 |
Definition at line 51 of file dirclass.h.
Referenced by DirClass::SetOutputTable().
| #define OUTPUT_NAME_WIDTH (400 - (OUTPUT_SELECT_WIDTH + OUTPUT_DONE_WIDTH)) |
Definition at line 52 of file dirclass.h.
Referenced by DirClass::SetOutputTable().
| #define OUTPUT_SELECT_WIDTH 10 |
Definition at line 50 of file dirclass.h.
Referenced by DirClass::SetOutputTable().
| #define OUTPUT_TABLE_COLUMN_COUNT (OUTPUT_DONE_COLUMN + 1) |
Definition at line 48 of file dirclass.h.
Referenced by DirClass::SetOutputTable().
| enum INPUT_TABLE_COLUMNS |
| Enumerator | |
|---|---|
| INPUT_SELECT_COLUMN | |
| INPUT_NAME_COLUMN | |
| INPUT_DONE_COLUMN | |
Definition at line 28 of file dirclass.h.
| enum OUTPUT_TABLE_COLUMNS |
| Enumerator | |
|---|---|
| OUTPUT_SELECT_COLUMN | |
| OUTPUT_NAME_COLUMN | |
| OUTPUT_DONE_COLUMN | |
Definition at line 41 of file dirclass.h.