User Interface form for editing style definition. More...
#include <rvc/uistyle.h>

User Interface form for editing style definition.
| RVC::UI::FORM_EDIT_STYLE::FORM_EDIT_STYLE | ( | ) |
Constructor.
| virtual RVC::UI::FORM_EDIT_STYLE::~FORM_EDIT_STYLE | ( | ) | [virtual] |
Destructor.
| ERRVALUE RVC::UI::FORM_EDIT_STYLE::CommitChanges | ( | ) |
Commit changes made by user to file.
| ERRVALUE RVC::UI::FORM_EDIT_STYLE::Create | ( | MGUI::LAYOUT_PANE_BASE & | ParentPane, | |
| RVC::STYLETYPE | StyleType, | |||
| EDITSTYLEFLAGS | FormStyle = EDITSTYLEFLAG_None | |||
| ) |
Create the form.
| INT32 RVC::UI::FORM_EDIT_STYLE::GetActiveStyleNum | ( | RVC::STYLETYPE | StyleType | ) | const |
Get active style number for specified type.
| INT32 RVC::UI::FORM_EDIT_STYLE::GetActiveStyleNum | ( | ) | const [inline] |
Get active style number.
| RVC::STYLETYPE RVC::UI::FORM_EDIT_STYLE::GetActiveStyleType | ( | ) | const [inline] |
Get active style type.
| double RVC::UI::FORM_EDIT_STYLE::GetCurrentScale | ( | ) |
Get current scale.
| void RVC::UI::FORM_EDIT_STYLE::GetDefaultStyle | ( | MULTISTYLE & | MultiStyle | ) | const |
Get default MULTISTYLE.
| void RVC::UI::FORM_EDIT_STYLE::GetDefaultStyle | ( | TEXTSTYLE & | TextStyle | ) | const |
Get default TEXTSTYLE.
| void RVC::UI::FORM_EDIT_STYLE::GetDefaultStyle | ( | POLYSTYLE & | PolyStyle | ) | const |
Get default POLYSTYLE.
| void RVC::UI::FORM_EDIT_STYLE::GetDefaultStyle | ( | LINESTYLE & | LineStyle | ) | const |
Get default LINESTYLE.
| void RVC::UI::FORM_EDIT_STYLE::GetDefaultStyle | ( | POINTSTYLE & | PointStyle | ) | const |
Get default POINTSTYLE.
| void RVC::UI::FORM_EDIT_STYLE::GetStyleObjItem | ( | RVC::OBJITEM & | ObjItem | ) | const |
Get current style object item.
| virtual bool RVC::UI::FORM_EDIT_STYLE::IsCreated | ( | ) | const [virtual] |
| virtual bool RVC::UI::FORM_EDIT_STYLE::IsEnabled | ( | ) | const [virtual] |
| bool RVC::UI::FORM_EDIT_STYLE::IsObjectModified | ( | ) | [inline] |
Determine if RVC style object has been modified by user edits.
| void RVC::UI::FORM_EDIT_STYLE::ResetModified | ( | ) | [inline] |
Reset 'modified' status.
| ERRVALUE RVC::UI::FORM_EDIT_STYLE::SetActiveStyleNum | ( | RVC::STYLETYPE | StyleType, | |
| INT32 | StyleNum | |||
| ) |
Set active style number for specified style type.
This does not change the style type being "edited", use SetStyleType() to do that.
| void RVC::UI::FORM_EDIT_STYLE::SetCurrentMapScale | ( | double | CurMapScale | ) | [inline] |
Set current 'map scale' for style samples and 'Current Scale' button.
| void RVC::UI::FORM_EDIT_STYLE::SetDefaultStyle | ( | const MULTISTYLE & | MultiStyle | ) |
Set default MULTISTYLE style.
| void RVC::UI::FORM_EDIT_STYLE::SetDefaultStyle | ( | const TEXTSTYLE & | TextStyle | ) |
Set default TEXT style.
| void RVC::UI::FORM_EDIT_STYLE::SetDefaultStyle | ( | const POLYSTYLE & | PolygonStyle | ) |
Set default POLYGON style.
| void RVC::UI::FORM_EDIT_STYLE::SetDefaultStyle | ( | const POINTSTYLE & | PointStyle | ) |
Set default POINT style.
| void RVC::UI::FORM_EDIT_STYLE::SetDefaultStyle | ( | const LINESTYLE & | LineStyle | ) |
Set default LINE style.
| void RVC::UI::FORM_EDIT_STYLE::SetDelegateGetCurrentScale | ( | DELEGATE_DOUBLE_NOPARMS | delegate | ) | [inline] |
Set delegate for obtaining current map scale.
| void RVC::UI::FORM_EDIT_STYLE::SetDelegateNotifyModified | ( | DELEGATE_VOID_NOPARMS | delegate | ) | [inline] |
Set delegate to call when style edited.
| virtual void RVC::UI::FORM_EDIT_STYLE::SetEnabled | ( | bool | enabled = true |
) | [virtual] |
Set whether mouse or keyboard input to form is allowed.
Implements MGUI::FORM.
| void RVC::UI::FORM_EDIT_STYLE::SetHardcopyDPI | ( | double | HardcopyDPI | ) | [inline] |
Set hardcopy pixel spacing in "pixels per inch".
This value is used when user chooses units to view style elements in.
| ERRVALUE RVC::UI::FORM_EDIT_STYLE::SetStyleObject | ( | const RVC::OBJITEM & | ObjItem, | |
| RVC::OBJECT::OPENMODE | OpenMode = RVC::OBJECT::OPENMODE_Read | |||
| ) |
Set style object to edit or select styles from.
| void RVC::UI::FORM_EDIT_STYLE::SetStyleType | ( | RVC::STYLETYPE | StyleType | ) |
Set type of style being edited.
1.6.1