Lines Matching refs:Window
755 DECL_LINK( ApplyPropertyHdl, layout::Window* );
811 virtual layout::Window *getWindow() = 0;
833 layout::Window *mpWinParent;
836 Widget::PropertyKind aPropKind, layout::Window *pWinParent ) in AnyEdit()
853 virtual layout::Window *getWindow() in getWindow()
958 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyInteger()
965 virtual Window *getWindow() in getWindow()
987 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyFloat()
1000 Widget::PropertyKind aPropKind, layout::Window *pWinParent ) in AnyCheckBox()
1016 virtual layout::Window *getWindow() in getWindow()
1044 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyListBox()
1050 virtual layout::Window *getWindow() in getWindow()
1068 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyAlign()
1084 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyComboBox()
1090 virtual layout::Window *getWindow() in getWindow()
1108 Widget::PropertyKind aPropKind, Window *pWinParent ) in AnyFontStyle()
1124 PropertyEntry( layout::Window *pWinParent, AnyWidget *pAnyWidget ) in PropertyEntry()
1152 layout::Window *pWinParent ) in construct()
1189 layout::Window *mpParentWindow;
1312 IMPL_LINK( PropertiesList::PropertyEntry::AnyWidget, ApplyPropertyHdl, layout::Window *, pWin ) in IMPL_LINK() argument
1746 layout::PushButton *pBtn = new layout::PushButton( (layout::Window *) dialog ); in EditorImpl()
1927 : layout::Dialog( (Window*) (NULL), "editor.xml", "dialog" ) in Editor()