![]() |
DDraceNetwork Documentation
|
Macros | |
| #define | REGISTER_QUICK_ACTION(name, text, callback, disabled, active, button_color, description) |
| #define | ALWAYS_FALSE []() -> bool { return false; } |
| #define | DEFAULT_BTN []() -> int { return -1; } |
Functions | |
| bool | is_letter (char c) |
| bool | IsValidEditorTooltip (const char *pTooltip, char *pErrorMsg, int ErrorMsgSize) |
| void | AssertTooltip (const char *pTooltip) |
| TEST (Editor, QuickActionNames) | |
| #define ALWAYS_FALSE []() -> bool { return false; } |
| #define DEFAULT_BTN []() -> int { return -1; } |
| #define REGISTER_QUICK_ACTION | ( | name, | |
| text, | |||
| callback, | |||
| disabled, | |||
| active, | |||
| button_color, | |||
| description ) |
| void AssertTooltip | ( | const char * | pTooltip | ) |
| bool is_letter | ( | char | c | ) |
| bool IsValidEditorTooltip | ( | const char * | pTooltip, |
| char * | pErrorMsg, | ||
| int | ErrorMsgSize ) |
| TEST | ( | Editor | , |
| QuickActionNames | ) |