AIUITheme.h File Reference
#include "AITypes.h"
#include "AIRealMath.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
| #define kAIUIThemeSuite "AI User Interface Theme Suite" |
| #define kAIUIThemeSuiteVersion AIAPI_VERSION(2) |
| #define kAIUIThemeVersion kAIUIThemeSuiteVersion |
Enumeration Type Documentation
Constants for AIUIThemeSuite::GetUIThemeColor() that identify predefined UI component colors.
- Enumerator:
| kAIUIComponentColorNone |
Invalid component color.
|
| kAIUIComponentColorBackground |
Current UI background color.
|
| kAIUIComponentColorText |
Current UI text color.
|
| kAIUIComponentColorFocusRing |
Current UI focus ring color.
|
| kAIUIComponentColorEditText |
Current UI text edit color.
|
| kAIUIComponentColorEditTextBackground |
Current UI text edit background color.
|
| kAIUIComponentColorBorder |
Current UI border color,.
|
| kAIUIComponentColorLast |
Internal use.
|
Constants for AIUIThemeSuite::GetUIThemeColor() that identify predefined UI themes.
- Enumerator:
| kAIUIThemeSelectorDialog |
Theme for dialogs.
|
| kAIUIThemeSelectorPanel |
Theme for panels.
|
| kAIAUIThemeSelectorLast |
Internal use.
|