Lines Matching refs:pWinParent
836 Widget::PropertyKind aPropKind, layout::Window *pWinParent ) in AnyEdit()
837 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::HBox( 0, false ), mpWinParent( pWinParent ) in AnyEdit()
840 mpExpand = new layout::PushButton( pWinParent, WB_TOGGLE ); in AnyEdit()
958 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyInteger()
959 … : AnyWidget( pWidget, aPropName, aPropKind ), NumericField( pWinParent, WB_SPIN|WB_BORDER ) in AnyInteger()
987 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyFloat()
988 : AnyInteger( pWidget, aPropName, aPropKind, pWinParent ) in AnyFloat()
1000 Widget::PropertyKind aPropKind, layout::Window *pWinParent ) in AnyCheckBox()
1001 : AnyWidget( pWidget, aPropName, aPropKind ), layout::CheckBox( pWinParent ) in AnyCheckBox()
1044 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyListBox()
1045 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::ListBox( pWinParent, WB_DROPDOWN ) in AnyListBox()
1068 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyAlign()
1069 : AnyListBox( pWidget, aPropName, aPropKind, pWinParent ) in AnyAlign()
1084 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyComboBox()
1085 … : AnyWidget( pWidget, aPropName, aPropKind ), layout::ComboBox( pWinParent, WB_DROPDOWN ) in AnyComboBox()
1108 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyFontStyle()
1109 : AnyComboBox( pWidget, aPropName, aPropKind, pWinParent ) in AnyFontStyle()
1124 PropertyEntry( layout::Window *pWinParent, AnyWidget *pAnyWidget ) in PropertyEntry() argument
1126 mpLabel = new layout::FixedText( pWinParent ); in PropertyEntry()
1134 mpFlag = new layout::CheckBox( pWinParent ); in PropertyEntry()
1152 layout::Window *pWinParent ) in construct() argument
1159 pAnyWidget = new AnyFontStyle( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1162 pAnyWidget = new AnyEdit( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1167 pAnyWidget = new AnyAlign( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1173 pAnyWidget = new AnyInteger( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1177 pAnyWidget = new AnyFloat( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1180 pAnyWidget = new AnyCheckBox( pWidget, aPropName, aPropKind, pWinParent ); in construct()
1185 return new PropertyEntry( pWinParent, pAnyWidget ); in construct()