| SFRResponder |
--- |
Base |
Base class of responder. |
| SFRApplication |
Application |
Derived |
Responder that represents an application. |
| SFRWindow |
Window |
Base |
Responder that represents a window. |
| SFRPlainWindow |
Window |
Derived |
Responder that represents a plain window without neither title nor frame. |
| SFRFrameWindow |
Window |
Derived |
Responder that represents a frame window. |
| SFRTitleWindow |
Window |
Derived |
Responder that represents a window with title. |
| SFRDialog |
Dialog |
Base |
Responder that represents a dialog. |
| SFRPlainDialog |
Dialog |
Derived |
Responder that represents a plain dialog without neither title nor frame. |
| SFRFrameDialog |
Dialog |
Derived |
Responder that represents a frame dialog. |
| SFRTitleDialog |
Dialog |
Derived |
Responder that represents a dialog with title. |
| SFRMessageDialog |
Dialog |
Derived |
Responder that represents a dialog with at most 1 button. |
| SFRMultiDialog |
Dialog |
Derived |
Responder that represents a dialog with at most 3 buttons. |
| SFRMenu |
Menu |
Base |
Responder that represents a menu. |
| SFRPlainMenu |
Menu |
Derived |
Responder that represents a plain menu without neither title nor frame. |
| SFRFrameMenu |
Menu |
Derived |
Responder that represents a frame menu. |
| SFRTitleMenu |
Menu |
Derived |
Responder that represents a menu with title. |
| SFRTextMenu |
Menu |
Derived |
Responder that represents a text menu. |
| SFRPane |
Pane |
Base |
Base class of pane. |
| SFRPlainPane |
Pane |
Derived |
Responder that represents a plain pane without neither title nor frame. |
| SFRTabPane |
Pane |
Derived |
Responder that represents a tab pane for the tab control. |
| SFRControl |
Control |
Base |
Responder that represents a control. |
| SFREditboxControl |
Control |
Derived |
Responder that represents an editbox control. |
| SFRBrowserControl |
Control |
Derived |
Control that implements a simple Web Browser. |
| SFRButtonBase |
Control |
Base |
Base class of button control. |
| SFRButtonControl |
Control |
Derived |
Responder that represents a button control. |
| SFRCheckboxBase |
Control |
Base |
Base class of checkbox control. |
| SFRCheckboxControl |
Control |
Derived |
Responder that represents a checkbox control. |
| SFRComboboxControl |
Control |
Derived |
Responder that represents a combobox control. |
| SFRLabelBase |
Control |
Base |
Base class of label control. |
| SFRLabelControl |
Control |
Derived |
Responder that represents a label control. |
| SFRRadiobuttonBase |
Control |
Base |
Base class of radiobutton control. |
| SFRRadiobuttonControl |
Control |
Derived |
Responder that represents a radiobutton control. |
| SFRTabControl |
Control |
Derived |
Responder that represents a tab control. |
| SFRFrame |
--- |
Base |
Class that provides the function of frame. |
| SFRFrameFrame |
--- |
Derived |
Class that provides the function of frame with simple frame. |
| SFRPlainFrame |
--- |
Derived |
Class that provides the function of frame without neither title nor frame. |
| SFRTitleFrame |
--- |
Derived |
Class that provides the function of frame with title. |
| SFRHandler |
--- |
--- |
Internal class to manage an event handler. |
| SFRToolbox |
--- |
--- |
Class to register or unregister an event-handler in a responder. |
| SFRTracer |
--- |
--- |
Internal class to manage a tracer. |