Table Of Contents

Previous topic

MyDocument

Next topic

CheckBox

This Page

phoenix_title params

Visual Param* classes for populating AtrtibutePanel with attribute editing blocks.

function_summary Functions Summary

InitParams Set pixel common size based on parent window.
MetaParamInt Create ParamInt class with default value.
MetaParamText Return a ParamText class with specified width and proportion.
ReverseMap  

class_summary Classes Summary

CheckBox  
CheckListBoxComboPopup  
ContentCheckListDialog Dialog for editing content checklist attributes.
ContentDialog Dialog for editing content attributes.
ContentHelpListDialog Dialog for editing content attributes with help text.
IntListDialog Dialog for editing integer lists.
ParamBinaryOr Editing binary flag attributes defined by a string separated by ‘|’.
ParamBitmap  
ParamBool Editing on/off attributes.
ParamColour Color attribute editing.
ParamCombo  
ParamComment Comment node editing.
ParamContent Editing of content attribute.
ParamContentCheckList Editing of content check list attribute.
ParamContentHelpList Editing of content attribute with help text.
ParamEncoding Editing encoding attribute of the XML root node.
ParamFlag Sizer flag editing.
ParamFont Font attribute editing.
ParamImage Image selector.
ParamInt TextCtrl with SpinButton for integer parameters.
ParamIntList Editing integer list attribute.
ParamInverseBool like ParamBool but defined if unchecked
ParamMultilineText Multiline text editing.
ParamOrient Orientation attribute editing for sizers.
ParamOrientation Orientaiton attribute editing for SplitterWindow.
ParamText Text attribute.
ParamUnit Similar to ParamInt, ‘d’ can be appended to the value to specify
PPanel Abstract base class creating an empty Panel.
RadioBox  
StylePanel Style panel.

Functions



InitParams(panel)

Set pixel common size based on parent window.



MetaParamInt(**kargs)

Create ParamInt class with default value.



MetaParamText(textWidth, proportion=0)

Return a ParamText class with specified width and proportion.



ReverseMap(m)