[前へ] [目次へ] [次へ]

IUser (script/fgs/database.fges)


このインターフェイスは使用可能オブジェクトの使用者を扱うインターフェイスです。

●インターフェイスメソッド

名前概要
取得メソッドconst GetIconStrアイコンの設定文字列を取得します
取得メソッドconst GetLabel表示名を取得します
取得メソッドconst GetClassNameクラス名を取得します
取得メソッドconst GetGraphicAreaグラフィック表示領域を取得します





IUser@@GetIconStr

String GetIconStr()const

   この使用者のアイコン設定文字列を取得します。

戻り値:アイコン設定用の文字列。

先頭へ


IUser@@GetLabel

String GetLabel()const

   この使用者の表示名を取得します。

戻り値:この使用者の表示名。

先頭へ


IUser@@GetClassName

String GetClassName()const

   この使用者のデータクラス名を取得します。

戻り値:この使用者のデータクラス名。

先頭へ


IUser@@GetGraphicArea

Bool GetGraphicArea(editable Integer x,editable Integer y,
            editable Integer width,editable Integer height)const


   この使用者のグラフィック表示領域を取得します。

戻り値:取得に成功した場合は真を返します。

editable Integer x :[出力]表示領域の左上X座標。
editable Integer y :[出力]表示領域の左上Y座標。
editable Integer width :[出力]表示領域の横幅。
editable Integer height :[出力]表示領域の縦幅。

先頭へ


[前へ] [目次へ] [次へ]

最終更新 2018/03/06