![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ColorManager () |
| int | GetItemColor (ItemBase item) |
| void | SetColor (Widget w, int color) |
Static Private Member Functions | |
| static ColorManager | GetInstance () |
Static Private Attributes | |
| static int | BASE_COLOR = ARGB( 10, 255, 255, 255 ) |
| static int | COLOR_DISABLED_PANEL = ARGB( 140, 0, 0, 0 ) |
| static int | COLOR_DISABLED_TEXT = ARGB( 100, 255, 255, 255 ) |
| static int | COLOR_HIGHLIGHT_PANEL = ARGB( 255, 0, 0, 0 ) |
| static int | COLOR_HIGHLIGHT_TEXT = ARGB( 255, 200, 0, 0 ) |
| static int | COLOR_NORMAL_PANEL = ARGB( 140, 0, 0, 0 ) |
| static int | COLOR_NORMAL_TEXT = ARGB( 255, 255, 255, 255 ) |
| static int | COLOR_SELECTED_PANEL = ARGB( 255, 200, 0, 0 ) |
| static int | COLOR_SELECTED_TEXT = ARGB( 255, 255, 255, 255 ) |
| static int | COMBINE_COLOR = ARGB( 150, 255, 165, 0 ) |
| static int | FSWAP_COLOR = ARGB( 150, 35, 106, 150 ) |
| static int | GREEN_COLOR = ARGB( 150, 1, 255, 1 ) |
| static int | ITEM_BACKGROUND_COLOR = ARGB( 50, 255, 255, 255 ) |
| static ref ColorManager | m_Instance |
| static int | RED_COLOR = ARGB( 150, 255, 1, 1 ) |
| static int | SWAP_COLOR = ARGB( 150, 135, 206, 250 ) |
Definition at line 1 of file colormanager.c.
|
inlineprivate |
|
inlinestaticprivate |
Definition at line 27 of file colormanager.c.
References ColorManager(), and m_Instance.
Referenced by ClosableContainer::DraggingOver(), Icon::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), HandsArea::DraggingOverHandsPanel(), AttachmentCategoriesContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::DraggingOverHeader(), PlayerContainer::DraggingOverHeader(), VicinityContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), Icon::DraggingOverSwap(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 51 of file colormanager.c.
References g_Game, ItemManager::GetDraggedItem(), and ItemManager::GetInstance().
Definition at line 32 of file colormanager.c.
References name.
Referenced by ClosableContainer::DraggingOver(), Icon::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), HandsArea::DraggingOverHandsPanel(), AttachmentCategoriesContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::DraggingOverHeader(), PlayerContainer::DraggingOverHeader(), VicinityContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), Icon::DraggingOverSwap(), Icon::ShowActionMenuCombine(), and Icon::UpdateFrameColor().
Definition at line 15 of file colormanager.c.
Referenced by Icon::CreateWhiteBackground(), AttachmentCategoriesRow::DropReceived(), ClosableContainer::DropReceived(), ClosableContainer::DropReceived(), and HandsContainer::DropReceived().
Definition at line 12 of file colormanager.c.
Definition at line 11 of file colormanager.c.
Referenced by ColorDisable(), ServerBrowserTab::ColorDisable(), UIScriptedMenu::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(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::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 ClosableContainer::DraggingOver(), Icon::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), AttachmentCategoriesRow::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), HandsContainer::DraggingOverGrid(), HandsArea::DraggingOverHandsPanel(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::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 ClosableContainer::DraggingOver(), Icon::DraggingOver(), PlayerContainer::DraggingOver(), DraggingOverCenterPanel(), AttachmentCategoriesRow::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), ClosableContainer::DraggingOverGrid(), HandsContainer::DraggingOverGrid(), HandsArea::DraggingOverHandsPanel(), AttachmentCategoriesContainer::DraggingOverHeader(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::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(), AttachmentCategoriesRow::DraggingOverHeader(), ClosableContainer::DraggingOverHeader(), HandsContainer::DraggingOverHeader(), VicinityContainer::DraggingOverIcon(), and Icon::UpdateFrameColor().