DayZ 1.24
|
Private Member Functions | |
void | ColorManager () |
void | SetColor (Widget w, int color) |
int | GetItemColor (ItemBase item) |
Static Private Member Functions | |
static ColorManager | GetInstance () |
Static Private Attributes | |
static ref ColorManager | m_Instance |
static int | COLOR_NORMAL_TEXT = ARGB(255, 255, 255, 255) |
static int | COLOR_NORMAL_PANEL = ARGB(140, 0, 0, 0) |
static int | COLOR_HIGHLIGHT_TEXT = ARGB(255, 200, 0, 0) |
static int | COLOR_HIGHLIGHT_PANEL = ARGB(255, 0, 0, 0) |
static int | COLOR_SELECTED_TEXT = ARGB(255, 255, 255, 255) |
static int | COLOR_SELECTED_PANEL = ARGB(255, 200, 0, 0) |
static int | COLOR_DISABLED_TEXT = ARGB(100, 255, 255, 255) |
static int | COLOR_DISABLED_PANEL = ARGB(140, 0, 0, 0) |
static int | ITEM_BACKGROUND_COLOR = ARGB(50, 255, 255, 255) |
static int | BASE_COLOR = ARGB(10, 255, 255, 255) |
static int | RED_COLOR = ARGB(150, 255, 1, 1) |
static int | GREEN_COLOR = ARGB(150, 1, 255, 1) |
static int | SWAP_COLOR = ARGB(150, 135, 206, 250) |
static int | FSWAP_COLOR = ARGB(150, 35, 106, 150) |
static int | COMBINE_COLOR = ARGB(150, 255, 165, 0) |
Definition at line 1 of file ColorManager.c.
|
inlineprivate |
|
inlinestaticprivate |
Definition at line 27 of file ColorManager.c.
References m_Instance.
Referenced by Icon::DraggingOver(), ClosableContainer::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), HandsArea::DraggingOverHandsPanel(), HandsContainer::DraggingOverHeader(), AttachmentCategoriesContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), PlayerContainer::DraggingOverHeader(), VicinityContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), Icon::DraggingOverSwap(), ItemManager::SetIconTemperature(), ItemManager::SetTemperature(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 46 of file ColorManager.c.
References GetGame(), ItemManager::GetInstance(), GetPlayer(), and GetTemperatureColor().
Definition at line 32 of file ColorManager.c.
References name.
Definition at line 15 of file ColorManager.c.
Referenced by Icon::CreateWhiteBackground(), ClosableContainer::DropReceived(), HandsContainer::DropReceived(), AttachmentCategoriesRow::DropReceived(), ClosableContainer::DropReceived(), and ItemManager::SetIconTemperature().
Definition at line 12 of file ColorManager.c.
Definition at line 11 of file ColorManager.c.
Referenced by UIScriptedMenu::ColorDisable(), ColorDisable(), ServerBrowserTab::ColorDisable(), UIScriptedMenu::ColorDisabled(), and UIScriptedMenu::ColorWhite().
Definition at line 8 of file ColorManager.c.
Definition at line 7 of file ColorManager.c.
Definition at line 6 of file ColorManager.c.
Definition at line 5 of file ColorManager.c.
Referenced by UIScriptedMenu::ColorNormal(), and UIScriptedMenu::ColorWhite().
Definition at line 10 of file ColorManager.c.
Definition at line 9 of file ColorManager.c.
Definition at line 20 of file ColorManager.c.
Referenced by PlayerContainer::DraggingOver(), HandsContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 19 of file ColorManager.c.
Referenced by Icon::DraggingOverSwap(), and Icon::UpdateFrameColor().
Definition at line 17 of file ColorManager.c.
Referenced by Icon::DraggingOver(), ClosableContainer::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), ClosableContainer::DraggingOverGrid(), HandsContainer::DraggingOverGrid(), AttachmentCategoriesRow::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), HandsArea::DraggingOverHandsPanel(), HandsContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), PlayerContainer::DraggingOverHeader(), VicinityContainer::DraggingOverHeader(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 14 of file ColorManager.c.
|
staticprivate |
Definition at line 3 of file ColorManager.c.
Referenced by ColorManager(), and GetInstance().
Definition at line 16 of file ColorManager.c.
Referenced by Icon::DraggingOver(), ClosableContainer::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), ClosableContainer::DraggingOverGrid(), HandsContainer::DraggingOverGrid(), AttachmentCategoriesRow::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), HandsArea::DraggingOverHandsPanel(), HandsContainer::DraggingOverHeader(), AttachmentCategoriesContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), PlayerContainer::DraggingOverHeader(), VicinityContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 18 of file ColorManager.c.
Referenced by Icon::DraggingOver(), PlayerContainer::DraggingOver(), HandsContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), and Icon::UpdateFrameColor().