#include <mgui/framestyledlg.h>
Inheritance diagram for MGUI::FRAMESTYLEDLG:

Public Member Functions | |
| FRAMESTYLEDLG (LABELFRAMEPARMS &parms, const RVC::OBJITEM &StyleObjItem, double CurrentScale) | |
| LABELFRAMEPARMS & | GetFrameParms () |
| const RVC::OBJITEM & | GetStyleObjItem () const |
| void | Update () |
| ~FRAMESTYLEDLG () | |
Private Member Functions | |
| virtual ERRVALUE | v_CreateContent () |
| virtual void | v_OnApply () |
Private Attributes | |
| MGUI::LAYOUT_BOOK | m_Book |
| LABELFRAMEPARMS & | m_original |
| PAGE_FRAME | m_PageFrame |
| PAGE_LEADER | m_PageLeader |
| PAGE_SAMPLE | m_PageSample |
| LABELFRAMEPARMS | m_parms |
| const RVC::OBJITEM & | m_StyleObjItem |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 50 of file framestyledlg.h. |
|
|
Definition at line 45 of file framestyledlg.h. |
|
|
|
|
|
Create dialog shell contents. Derived class MUST implement this. Function must return 0 for success or an error code. This will be called by the dialog creation code and must not be called directly. This is normally overridden only by the specific dialog implementation and not by the code that actually uses that dialog implementation. Implementation should call GetMainForm() or GetMainPane() to determine the form or pane to create the controls in. Note that you cannot override the dialog title in v_CreateContent, title must be set first. Implements MGUI::DLGSHELL. |
|
|
Called when user presses 'Apply' button. Will also be called by default v_OnOK implementation if 'Apply' button exists and is not disabled. Reimplemented from MGUI::DLGSHELL. |
|
|
Definition at line 186 of file framestyledlg.h. |
|
|
Definition at line 185 of file framestyledlg.h. |
|
|
Definition at line 187 of file framestyledlg.h. |
|
|
Definition at line 188 of file framestyledlg.h. |
|
|
Definition at line 189 of file framestyledlg.h. |
|
|
Definition at line 184 of file framestyledlg.h. |
|
|
Definition at line 183 of file framestyledlg.h. |
1.3.8-20040913