Searched refs:XColorsTable (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DColors.h67 // It is stored in "XColorsTable" application resource as array of
70 class XColorsTable { class
78 XColorsTable();
79 ~XColorsTable();
90 extern XColorsTable gXColorsTable;
H A DColors.cpp61 // #pragma mark XColorsTable implementation
63 XColorsTable gXColorsTable;
66 XColorsTable::XColorsTable() function in class:XColorsTable
74 XColorsTable::~XColorsTable()
84 XColorsTable::LookUpColor(const char* name, rgb_color* color)
141 XColorsTable::_LoadXColorsTable()
148 fTable = (_XColorEntry*)res->LoadResource(B_RAW_TYPE, "XColorsTable", &size);
160 XColorsTable
[all...]

Completed in 32 milliseconds