MQWidget.WindowBase class

各ウィンドウの基底クラス。

継承クラス: MQWidget.WidgetBase

Property

get set Type Name Description
o o string title タイトル文字列
o o bool windowFrame ウィンドウ枠表示
o o bool titleBar タイトルバー表示
o o bool canResize ウィンドウサイズ変更可否
o o bool closeButton 閉じるボタン表示
o o bool maximizeButton 最大化ボタン表示
o o bool minimizeButton 最小化ボタン表示
o o bool maximized 最大化状態
o o bool minimized 最小化状態
o o MQWidget.ColorI4 backColor 背景色
o o int alphaBlend αブレンド値 [0:255]

Method

Member Description
addChildWindow 子ウィンドウを追加します。
removeChildWindow 子ウィンドウを親ウィンドウから切り離します。
createHorizontalFrame 水平フレームを作成します。
createVerticalFrame 垂直フレームを作成します。

addChildWindow(child)

子ウィンドウを追加します。

引数:
MQWidget.WindowBase child - 子ウィンドウ

removeChildWindow(child)

子ウィンドウを親ウィンドウから切り離します。

引数:
MQWidget.WindowBase child - 子ウィンドウ

createHorizontalFrame(parent)

水平フレームを作成します。

引数:
MQWidget.WidgetBase parent - 親ウィジェット
戻り値:
MQWidget.Frame - 水平フレーム

createVerticalFrame(parent)

垂直フレームを作成します。

引数:
MQWidget.WidgetBase parent - 親ウィジェット
戻り値:
MQWidget.Frame - 垂直フレーム