#include <mgui/smledit.h>
Inheritance diagram for MGUI::FORM_SMLEDITOR:

Public Member Functions | |
| bool | CheckSyntax (bool bShowError=true) |
| void | Create (MGUI::LAYOUT_PANE_BASE &ParentPane, int width=30, int height=10, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_Expand, bool bFileIcons=true) |
| FORM_SMLEDITOR () | |
| const MISTRING & | GetScript () |
| MGUI::LAYOUT_PANE & | GetToolBarPane () |
| bool | HasChanged () const |
| virtual bool | IsCreated () const |
| virtual bool | IsEnabled () const |
| void | OpenDocumentation () |
| void | SetContext (SMLCONTEXT *context, int segment, UINT32 flags=0) |
| virtual void | SetEnabled (bool enabled=true) |
| void | SetScript (const MISTRING &script) |
| virtual void | SetVisible (bool visible=true) |
| ~FORM_SMLEDITOR () | |
Definition at line 46 of file smledit.h.
|
|
Default constructor, initializes only.
|
|
|
Destructor.
|
|
|
Check to see if the syntax of the current query is valid. Returns true if valid, false if not.
|
|
||||||||||||||||||||||||
|
Create the form.
|
|
|
Get the current script string.
|
|
|
Get toolbar pane, usually to add additional buttons.
|
|
|
Returns true if the query has changed since it was last set.
|
|
|
Determine if form has been created.
Implements MGUI::FORM. |
|
|
Determine if form is enabled for keyboard or mouse input.
|
|
|
Open the documentation window.
|
|
||||||||||||||||
|
Set the SMLCONTEXT for this editor. The following QFLAGs are implemented (defined in sml.h) QFLAG_FileExtnSML Make Open/Save/Save As buttons expect .sml files by default (normally expects .qry)
|
|
|
Set whether mouse or keyboard input to form is allowed.
Implements MGUI::FORM. |
|
|
Set the script string.
|
|
|
Set whether form is visible or not.
Implements MGUI::FORM. |
1.3.8-20040913