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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
36行目: 36行目:
 
== Detailed Description ==
 
== Detailed Description ==
  
Represents the base abstract class for all display controllers.
+
すべてのディスプレイコントローラの基本抽象クラスを表します。
  
 
[http://www.fabglib.org/displaycontroller_8h_source.html#l00662 '''Definition at line 662 of file displaycontroller.h'''].
 
[http://www.fabglib.org/displaycontroller_8h_source.html#l00662 '''Definition at line 662 of file displaycontroller.h'''].
  
----The documentation for this class was generated from the following file:
+
----このクラスのドキュメントは、次のファイルから生成されました。
  
 
* [http://www.fabglib.org/displaycontroller_8h_source.html '''displaycontroller.h''']
 
* [http://www.fabglib.org/displaycontroller_8h_source.html '''displaycontroller.h''']

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

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

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

Definition at line 662 of file displaycontroller.h.


このクラスのドキュメントは、次のファイルから生成されました。



戻る