ゲームグラフィックス特論
読み取り中…
検索中…
一致する文字列を見つけられません
GgApp クラス

#include <GgApp.h>

クラス

class  Window

公開メンバ関数

 GgApp (int major=0, int minor=1)
 GgApp (const GgApp &w)=delete
 GgApp (GgApp &&w)=default
virtual ~GgApp ()
GgAppoperator= (const GgApp &w)=delete
GgAppoperator= (GgApp &&w)=default
int main (int argc, const char *const *argv)

静的公開メンバ関数

static std::string getUsername ()

詳解

ゲームグラフィックス特論宿題アプリケーションクラス.

GgApp.h108 行目に定義があります。

構築子と解体子

◆ GgApp() [1/3]

GgApp::GgApp ( int major = 0,
int minor = 1 )

コンストラクタ.

引数
major使用する OpenGL の major 番号, 0 なら無指定.
minor使用する OpenGL の minor 番号, major 番号が 0 なら無視.

GgApp.cpp49 行目に定義があります。

被呼び出し関係図:

◆ GgApp() [2/3]

GgApp::GgApp ( const GgApp & w)
delete

コピーコンストラクタは使用しない.

引数
wコピー元のオブジェクト.
呼び出し関係図:

◆ GgApp() [3/3]

GgApp::GgApp ( GgApp && w)
default

ムーブコンストラクタ.

引数
wムーブ元のオブジェクト.
呼び出し関係図:

◆ ~GgApp()

GgApp::~GgApp ( )
virtual

デストラクタ.

GgApp.cpp91 行目に定義があります。

関数詳解

◆ getUsername()

std::string GgApp::getUsername ( )
static

ユーザ名を得る.

戻り値
ユーザ名の文字列.

GgApp.cpp1997 行目に定義があります。

◆ main()

int GgApp::main ( int argc,
const char *const * argv )

アプリケーション本体.

引数
argcコマンドライン引数の数.
argvコマンドライン引数の配列.
戻り値
アプリケーションの終了ステータス.

◆ operator=() [1/2]

GgApp & GgApp::operator= ( const GgApp & w)
delete

代入演算子は使用しない.

引数
w代入元のオブジェクト.
戻り値
代入後のこのオブジェクトの参照.
呼び出し関係図:

◆ operator=() [2/2]

GgApp & GgApp::operator= ( GgApp && w)
default

ムーブ代入演算子.

引数
wムーブ代入元のオブジェクト.
戻り値
ムーブ代入後のこのオブジェクトの参照.
呼び出し関係図:

このクラス詳解は次のファイルから抽出されました: