![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |
#include <SFRPlainFrame.h.hpp>
class SFRPlainFrame : public SFRFrame;
SFMTYPEDEFCLASS(SFRPlainFrame)


| コンストラクタ/デストラクタ |
|---|
|
SFRPlainFrame(
SFRResponderPtr parent
)
SFRPlainFrame クラスのコンストラクタです。
|
|
~SFRPlainFrame( Void ) SFRPlainFrame クラスのデストラクタです。
|
| パブリック関数 | |
|---|---|
| static SFXMarginConstRef |
GetMargin( Void )
ベース領域とコンテント領域の間のマージンを取得します。( 単位 : ピクセル )
|
| SFXRGBColorConstRef |
GetColor(
ColorType index
)
(SFRFrame から継承)
色を取得します。
|
| Void |
SetColor(
ColorType index
, SFXRGBColorConstRef color
)
(SFRFrame から継承)
色を設定します。
|
| プロテクト関数 | |
|---|---|
| static SFXRectangle |
AdjustBound(
SFXRectangleConstRef rect
) 座標を調節します。
|
| Void |
ContentHandler(
SFXGraphicsPtr graphics
)
(SFRFrame から継承)
[ハンドラ] コンテント領域を再描画します。
|
| SFRResponderPtr |
GetResponder( Void )
(SFRFrame から継承)
レスポンダを取得します。
|
| SFCError |
MakeHandler( Void )
(SFRFrame から継承)
コンテント領域を再描画します。
|
| 型 |
|---|
|
ColorEnum
(SFRFrame から継承)
特定の箇所を表す定数です。
|
[ protected ]
SFRPlainFrame(
SFRResponderPtr parent // 親となるレスポンダのポインタ
);[ protected, virtual ] ~SFRPlainFrame(Void);
[ protected, static ] SFXRectangle AdjustBound( SFXRectangleConstRef rect // 調節する座標 );
[ public, static ] SFXMarginConstRef GetMargin(Void);
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|