画像表示処理用の定数クラス.
[詳解]
#include <graphic_const.h>
画像表示処理用の定数クラス.
graphic_const.h の 21 行目に定義があります。
◆ GraphicConst() [1/3]
designlab::GraphicConst::GraphicConst |
( |
| ) |
|
|
delete |
コンストラクタを削除して,実体を生成できないようにする.
◆ GraphicConst() [2/3]
designlab::GraphicConst::GraphicConst |
( |
const GraphicConst & |
other | ) |
|
|
delete |
◆ GraphicConst() [3/3]
designlab::GraphicConst::GraphicConst |
( |
GraphicConst && |
other | ) |
|
|
delete |
◆ operator=()
◆ kBackColorBlue
const int designlab::GraphicConst::kBackColorBlue = 255 |
|
static |
◆ kBackColorGreen
const int designlab::GraphicConst::kBackColorGreen = 255 |
|
static |
◆ kBackColorRed
const int designlab::GraphicConst::kBackColorRed = 170 |
|
static |
◆ kCameraToTargetMax
const float designlab::GraphicConst::kCameraToTargetMax = 10000.0f |
|
static |
◆ kCameraToTargetMin
const float designlab::GraphicConst::kCameraToTargetMin = 10.0f |
|
static |
◆ kColorBit
const int designlab::GraphicConst::kColorBit = 32 |
|
static |
◆ kWindowName
const char designlab::GraphicConst::kWindowName = "HexapodGraphic" |
|
static |
このクラス詳解は次のファイルから抽出されました: