PrevNextUpHome SophiaFramework UNIVERSE 5.3
SFRPlainFrame
Responder which represents a frame without neither title nor frame.
#include <SFRPlainFrame.h.hpp>
class SFRPlainFrame : public SFRFrame;
SFMTYPEDEFCLASS(SFRPlainFrame)

Inheritance diagram

 Inheritance diagram of SFRPlainFrameClass

Collaboration diagram

 Collaboration diagram of SFRPlainFrameClass

Reference

SFRFrame | SFRApplication | SFRPlainWindow | SFRPlainDialog | SFRPlainPane

Member

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.

SFRPlainFrame::SFRPlainFrame
Constructor of the SFRPlainFrame class.
[ protected ]
SFRPlainFrame(
    SFRResponderPtr parent   // parent responder
);

Reference

SFRPlainFrame::~SFRPlainFrame


SFRPlainFrame::~SFRPlainFrame
Destructor of the SFRPlainFrame class.
[ protected, virtual ]
~SFRPlainFrame(Void);

Reference

SFRPlainFrame::SFRPlainFrame


SFRPlainFrame::AdjustBound
Adjust the coordinate of region.
[ protected, static ]
SFXRectangle AdjustBound(
    SFXRectangleConstRef rect   // the coordinate of region to adjust
);

SFRPlainFrame::GetMargin
Get the margin between base and content region (in pixels).
[ public, static ]
SFXMargin GetMargin(Void);