Classes | Namespaces | Functions

prop_types.h File Reference

#include "common/common.h"
Include dependency graph for prop_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  objtree::color_t
struct  objtree::font_t

Namespaces

namespace  objtree

Functions

color_t objtree::getColorFromString (IN const char *text)
void objtree::getStringFromColor (IN const color_t &c, OUT std::string &s)
void objtree::getFontFromString (IN const char *info, OUT font_t &font)
void objtree::getStringFromFont (IN const font_t &font, OUT std::string &out)
void objtree::getDisplayStringFromFont (IN const font_t &font, OUT std::string &out)