KiCad PCB EDA Suite
|
Class PANEL_PROPERTIES_BASE. More...
#include <properties_frame_base.h>
Public Member Functions | |
PANEL_PROPERTIES_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_PROPERTIES_BASE () | |
Protected Member Functions | |
virtual void | OnUpdateUI (wxUpdateUIEvent &event) |
virtual void | onHelp (wxCommandEvent &event) |
virtual void | onModify (wxCommandEvent &event) |
virtual void | onScintillaFocusLost (wxFocusEvent &event) |
virtual void | onTextFocusLost (wxFocusEvent &event) |
virtual void | OnSetDefaultValues (wxCommandEvent &event) |
Class PANEL_PROPERTIES_BASE.
Definition at line 44 of file properties_frame_base.h.
PANEL_PROPERTIES_BASE::PANEL_PROPERTIES_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( -1,-1 ) , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 16 of file properties_frame_base.cpp.
References _, BITMAP_BUTTON::Enable(), m_alignCenter, m_alignLeft, m_alignRight, m_bold, m_bottomMarginCtrl, m_bottomMarginLabel, m_bottomMarginUnits, m_buttonDefault, m_buttonHelp, m_choicePageOpt, m_comboBoxCornerEnd, m_comboBoxCornerPos, m_constraintXCtrl, m_constraintXLabel, m_constraintXUnits, m_constraintYCtrl, m_constraintYLabel, m_constraintYUnits, m_defaultLineWidthCtrl, m_defaultLineWidthLabel, m_defaultLineWidthUnits, m_defaultTextSizeXUnits, m_defaultTextSizeYUnits, m_defaultTextThicknessCtrl, m_defaultTextThicknessLabel, m_defaultTextThicknessUnits, m_fontCtrl, m_fontLabel, m_italic, m_leftMarginCtrl, m_leftMarginLabel, m_leftMarginUnits, m_lineWidthCtrl, m_lineWidthLabel, m_lineWidthUnits, m_notebook, m_panelBorderColor1, m_rightMarginCtrl, m_rightMarginLabel, m_rightMarginUnits, m_sbSizerEndPosition, m_separator2, m_separator3, m_separator4, m_SizerItemProperties, m_SizerTextOptions, m_staticTextBitmapDPI, m_staticTextComment, m_staticTextDefTsX, m_staticTextDefTsY, m_staticTextEndX, m_staticTextEndY, m_staticTextInclabel, m_staticTextOrgEnd, m_staticTextOrgPos, m_staticTextPosX, m_staticTextPosY, m_staticTextRepeatCnt, m_staticTextRot, m_staticTextSizeInfo, m_staticTextStepX, m_staticTextStepY, m_staticTextTsizeX, m_staticTextTsizeY, m_staticTextType, m_stcText, m_swGeneralOpts, m_swItemProperties, m_textColorSwatch, m_textCtrlBitmapDPI, m_textCtrlComment, m_textCtrlDefaultTextSizeX, m_textCtrlDefaultTextSizeY, m_textCtrlEndX, m_textCtrlEndY, m_textCtrlPosX, m_textCtrlPosY, m_textCtrlRepeatCount, m_textCtrlRotation, m_textCtrlStepX, m_textCtrlStepY, m_textCtrlTextIncrement, m_textCtrlTextSizeX, m_textCtrlTextSizeY, m_TextEndXUnits, m_TextEndYUnits, m_TextPosXUnits, m_TextPosYUnits, m_textSizeXUnits, m_textSizeYUnits, m_TextStepXUnits, m_TextStepYUnits, m_topMarginCtrl, m_topMarginLabel, m_topMarginUnits, m_vAlignBottom, m_vAlignMiddle, m_vAlignTop, onHelp(), onModify(), onScintillaFocusLost(), OnSetDefaultValues(), onTextFocusLost(), OnUpdateUI(), and sbSizerPos.
PANEL_PROPERTIES_BASE::~PANEL_PROPERTIES_BASE | ( | ) |
Definition at line 660 of file properties_frame_base.cpp.
References m_bold, m_bottomMarginCtrl, m_buttonDefault, m_buttonHelp, m_choicePageOpt, m_comboBoxCornerEnd, m_comboBoxCornerPos, m_constraintXCtrl, m_constraintYCtrl, m_defaultLineWidthCtrl, m_defaultTextThicknessCtrl, m_fontCtrl, m_italic, m_leftMarginCtrl, m_lineWidthCtrl, m_rightMarginCtrl, m_stcText, m_textCtrlBitmapDPI, m_textCtrlComment, m_textCtrlDefaultTextSizeX, m_textCtrlDefaultTextSizeY, m_textCtrlEndX, m_textCtrlEndY, m_textCtrlPosX, m_textCtrlPosY, m_textCtrlRepeatCount, m_textCtrlRotation, m_textCtrlStepX, m_textCtrlStepY, m_textCtrlTextIncrement, m_textCtrlTextSizeX, m_textCtrlTextSizeY, m_topMarginCtrl, onHelp(), onModify(), onScintillaFocusLost(), OnSetDefaultValues(), onTextFocusLost(), and OnUpdateUI().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 151 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 152 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 153 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 155 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 154 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
inlineprotectedvirtual |
Reimplemented in PROPERTIES_FRAME.
Definition at line 150 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 61 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onHAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 60 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onHAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 62 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onHAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 57 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), PROPERTIES_FRAME::PROPERTIES_FRAME(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 146 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 145 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 147 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 135 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 53 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 54 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 104 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 95 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 79 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 78 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 80 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 82 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 81 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 83 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 130 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 129 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 131 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 125 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 128 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 133 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 132 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 134 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 71 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 70 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 58 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), PROPERTIES_FRAME::PROPERTIES_FRAME(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 137 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 136 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 138 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 106 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 105 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 107 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 49 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 68 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 140 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 139 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 141 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 96 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 59 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 63 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 67 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 51 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 55 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 110 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 85 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 123 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 126 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 97 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 100 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 114 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 103 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 94 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 88 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 91 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 112 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 108 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 84 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 116 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 119 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 72 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 75 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 52 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), and PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 56 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onScintillaCharAdded(), PROPERTIES_FRAME::onScintillaFocusLost(), PANEL_PROPERTIES_BASE(), PROPERTIES_FRAME::PROPERTIES_FRAME(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 122 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 50 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 69 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 111 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 86 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 124 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 127 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 98 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 101 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 89 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 92 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 113 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 109 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 117 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 120 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 115 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 73 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 76 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 99 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 102 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 90 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 93 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 74 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 77 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 118 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 121 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 143 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE(), and ~PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 142 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 144 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().
|
protected |
Definition at line 66 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onVAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 65 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onVAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 64 of file properties_frame_base.h.
Referenced by PROPERTIES_FRAME::CopyPrmsFromItemToPanel(), PROPERTIES_FRAME::CopyPrmsFromPanelToItem(), PROPERTIES_FRAME::onVAlignButton(), PANEL_PROPERTIES_BASE(), and PROPERTIES_FRAME::PROPERTIES_FRAME().
|
protected |
Definition at line 87 of file properties_frame_base.h.
Referenced by PANEL_PROPERTIES_BASE().