Searched refs:OQueryTextView (Results 1 – 6 of 6) sorted by relevance
77 DBG_NAME(OQueryTextView) in DBG_NAME() argument78 OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent) in DBG_NAME()81 DBG_CTOR(OQueryTextView,NULL); in DBG_NAME()91 OQueryTextView::~OQueryTextView() in ~OQueryTextView()93 DBG_DTOR(OQueryTextView,NULL); in ~OQueryTextView()98 void OQueryTextView::GetFocus() in GetFocus()104 void OQueryTextView::Resize() in Resize()126 void OQueryTextView::clear() in clear()141 void OQueryTextView::copy() in copy()162 void OQueryTextView::cut() in cut()[all …]
67 m_pTextView = new OQueryTextView(_pParent); in DBG_NAME()
37 class OQueryTextView : public Window class42 OQueryTextView( OQueryContainerWindow* pParent );43 virtual ~OQueryTextView();
33 class OQueryTextView;41 OQueryTextView* m_pView;60 OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle = WB_LEFT | WB_VSCROLL |WB_BORDER);
36 class OQueryTextView;42 OQueryTextView* m_pTextView;
44 OSqlEdit::OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle ) : in DBG_NAME()
Completed in 27 milliseconds