「App:Library:FabGL:Class:BaseDisplayController」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
31行目: 31行目:
 
|-
 
|-
 
|int  [http://www.fabglib.org/classfabgl_1_1_base_display_controller_a749df909b39fd096bf6e2813f2f5324c.html#a749df909b39fd096bf6e2813f2f5324c '''getScreenWidth'''] ()
 
|int  [http://www.fabglib.org/classfabgl_1_1_base_display_controller_a749df909b39fd096bf6e2813f2f5324c.html#a749df909b39fd096bf6e2813f2f5324c '''getScreenWidth'''] ()
 
+
:画面幅をピクセル単位で決定します。
画面幅をピクセル単位で決定します。
 
 
|}
 
|}
 
  
 
== Detailed Description ==
 
== Detailed Description ==

2022年3月22日 (火) 21:47時点における版

class BaseDisplayController

すべてのディスプレイコントローラのベースとなる抽象クラスを表します。

#include <displaycontroller.h>

BaseDisplayController の継承図。

           BaseDisplayController

            ↑       ↑

 BitmapperDisplayController  TextualDisplayController

                   ↑

                 VGATextController

Public Member Functions

virtual int colorsCount ()=0
このディスプレイが提供できる色の数を決定します。
virtual DisplayControllerType controllerType ()=0
ディスプレイコントローラのタイプを決定します。
int getScreenHeight ()
画面の高さをピクセル単位で決定します。
int getScreenWidth ()
画面幅をピクセル単位で決定します。

Detailed Description

Represents the base abstract class for all display controllers.

Definition at line 662 of file displaycontroller.h.


The documentation for this class was generated from the following file:



戻る