関数定義書 JavaDoc 仕様書

Configuration::_ReadColour

構文構文

Reads a colour setting from the config file and translates it into

wxColour Configuration::_ReadColour(
  const wxString& key
  const wxColour& defaultColour
)

パラメータパラメータ

key
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

ファイル名ファイル名

Configuration.cpp

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | Configuration.cpp