![]() ![]() ![]()
|
BREW C++ Class Library & GUI Framework & XML Middleware : SophiaFramework 4.1 |
#include <SFRPlainFrame.h.hpp>
class SFRPlainFrame : public SFRFrame;
SFMTYPEDEFCLASS(SFRPlainFrame)


SFRFrame | SFRApplication | SFRPlainWindow | SFRPlainDialog | SFRPlainPane
| Constructor/Destructor |
|---|
|
SFRPlainFrame(
SFRResponderPtr parent
)
Constructor of SFRPlainFrame class.
|
|
~SFRPlainFrame( Void ) Destructor of SFRPlainFrame class.
|
| Public Functions | |
|---|---|
| static SFXMargin |
GetMargin( Void )
Get the margin between base and content region (in pixels).
|
| SFXRGBColorConstRef |
GetColor(
ColorType index
)
(inherits from SFRFrame)
Get the color.
|
| Void |
SetColor(
ColorType index
, SFXRGBColorConstRef color
)
(inherits from SFRFrame)
Set the color
|
| Protected Functions | |
|---|---|
| static SFXRectangle |
AdjustBound(
SFXRectangleConstRef rect
) Adjust the coordinate of region.
|
| Void |
ContentHandler(
SFXGraphicsPtr g
)
(inherits from SFRFrame)
[Handler] Redraw the content region.
|
| SFRResponderPtr |
GetResponder( Void )
(inherits from SFRFrame)
Get the responder.
|
| SFCError |
MakeHandler( Void )
(inherits from SFRFrame)
Redraw the content region of responder.
|
| Types |
|---|
|
ColorEnum
(inherits from SFRFrame)
Constant that represents a specific part.
|
[ protected ]
SFRPlainFrame(
SFRResponderPtr parent // parent responder
);[ protected, virtual ] ~SFRPlainFrame(Void);
[ protected, static ] SFXRectangle AdjustBound( SFXRectangleConstRef rect // the coordinate of region to adjust );
[ public, static ] SFXMargin GetMargin(Void);
|
Copyright (C) 2002 - 2009 Sophia Cradle, Inc. All Rights Reserved. |
![]() ![]() ![]()
|