Reads a colour setting from the config file and translates it into
wxColour Configuration::_ReadColour(
const wxString& key
const wxColour& defaultColour
)
Reads a colour setting from the config file and translates it into a wxColour. If it can't convert the stored value, or the stored value does not exist, it will return whatever is passed as defaultColour. @param key the configuration key @param defaultColour a colour to return @return a colour
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | Configuration.cpp