SophiaFramework UNIVERSE 5.3 |
#include <SFRPlainFrame.h.hpp>
class SFRPlainFrame : public SFRFrame;
SFMTYPEDEFCLASS(SFRPlainFrame)
SFRFrame | SFRApplication | SFRPlainWindow | SFRPlainDialog | SFRPlainPane
Constructor/Destructor |
---|
SFRPlainFrame(
SFRResponderPtr parent
)
Constructor of the SFRPlainFrame class.
|
~SFRPlainFrame( Void ) Destructor of the 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 - 2024 Sophia Cradle Incorporated All Rights Reserved. |