Home
last modified time | relevance | path

Searched refs:ItemColorData (Results 1 – 8 of 8) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Ditemcolordata.h32 class ItemColorData final
35 ItemColorData() : in ItemColorData() function
41 ItemColorData(const ItemColor id0, in ItemColorData() function
50 A_DEFAULT_COPY(ItemColorData)
H A Diteminfo.cpp232 const std::map <ItemColor, ItemColorData>::const_iterator in getDyeColorsString()
245 const std::map <ItemColor, ItemColorData>::const_iterator in getDyeIconColorsString()
274 const std::map <ItemColor, ItemColorData>::const_iterator in replaceColors()
418 const std::map <ItemColor, ItemColorData>::const_iterator in getColorName()
435 const std::map <ItemColor, ItemColorData>::const_iterator in getColor()
452 const std::map <ItemColor, ItemColorData>::const_iterator in getIconColorName()
469 const std::map <ItemColor, ItemColorData>::const_iterator in getIconColor()
H A Dbeinginfo.h42 class ItemColorData; variable
372 const std::map <ItemColor, ItemColorData> *mColors;
H A Diteminfo.h381 const std::map <ItemColor, ItemColorData> *mColorsList;
382 const std::map <ItemColor, ItemColorData> *mIconColorsList;
H A Dbeinginfo.cpp247 const std::map <ItemColor, ItemColorData>::const_iterator in getColor()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/db/
H A Dcolordb.h48 std::map<ItemColor, ItemColorData> &colors,
63 const std::map <ItemColor, ItemColorData> *getColorsList(const std::string
68 typedef std::map<ItemColor, ItemColorData> Colors;
70 typedef std::map <std::string, std::map <ItemColor, ItemColorData> >
H A Dcolordb.cpp49 std::map<ItemColor, ItemColorData> colors; in load()
82 std::map<ItemColor, ItemColorData> &colors, in loadHair()
94 colors[ItemColor_zero] = ItemColorData(ItemColor_zero, "", ""); in loadHair()
120 colors[id] = ItemColorData(id, XML::langProperty(node, "name", ""), in loadHair()
156 std::map <ItemColor, ItemColorData> colors; in loadColorLists()
169 ItemColorData c(fromInt(id, ItemColor), in loadColorLists()
218 const std::map <ItemColor, ItemColorData>
/dports/astro/kstars/kstars-3.5.6/kstars/options/
H A Dopscolors.cpp37 static int ItemColorData = Qt::UserRole + 1; variable
55 item->setData(ItemColorData, itemColor); in OpsColors()
127 QColor col = item->data(ItemColorData).value<QColor>(); in newColor()
135 item->setData(ItemColorData, NewColor); in newColor()
192 ColorPalette->item(i)->setData(ItemColorData, itemColor); in setColors()