Searched refs:OPropertyEditor (Results 1 – 5 of 5) sorted by relevance
53 DBG_NAME(OPropertyEditor) in DBG_NAME() argument55 OPropertyEditor::OPropertyEditor( Window* pParent, WinBits nWinStyle) in DBG_NAME()63 DBG_CTOR(OPropertyEditor,NULL); in DBG_NAME()73 OPropertyEditor::~OPropertyEditor() in ~OPropertyEditor()77 DBG_DTOR(OPropertyEditor,NULL); in ~OPropertyEditor()81 void OPropertyEditor::ClearAll() in ClearAll()154 void OPropertyEditor::CommitModified() in CommitModified()170 void OPropertyEditor::GetFocus() in GetFocus()204 void OPropertyEditor::Resize() in Resize()292 void OPropertyEditor::EnableUpdate() in EnableUpdate()[all …]
51 class OPropertyEditor : public Control class81 … OPropertyEditor (Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL);83 ~OPropertyEditor();139 typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
39 class OPropertyEditor;48 OPropertyEditor* m_pPropBox;63 OPropertyEditor& getPropertyBox() { return *m_pPropBox; } in getPropertyBox()
83 class OPropertyEditor;268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox()
54 m_pPropBox = new OPropertyEditor( this ); in DBG_NAME()
Completed in 21 milliseconds