App:Library:FabGL:Class:BaseDisplayController

提供: robot-jp wiki
2022年3月22日 (火) 21:47時点におけるTakashi (トーク | 投稿記録)による版
ナビゲーションに移動検索に移動

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:



戻る