Searched refs:OTableWindowTitle (Results 1 – 3 of 3) sorted by relevance
77 DBG_NAME(OTableWindowTitle) in DBG_NAME() argument79 OTableWindowTitle::OTableWindowTitle( OTableWindow* pParent ) : in DBG_NAME()83 DBG_CTOR(OTableWindowTitle,NULL); in DBG_NAME()95 OTableWindowTitle::~OTableWindowTitle() in ~OTableWindowTitle()97 DBG_DTOR(OTableWindowTitle,NULL); in ~OTableWindowTitle()102 void OTableWindowTitle::GetFocus() in GetFocus()109 void OTableWindowTitle::LoseFocus() in LoseFocus()114 void OTableWindowTitle::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()139 void OTableWindowTitle::Command( const CommandEvent& rEvt ) in Command()164 void OTableWindowTitle::KeyInput( const KeyEvent& rEvt ) in KeyInput()[all …]
33 class OTableWindowTitle : public FixedText class45 OTableWindowTitle( OTableWindow* pParent );46 virtual ~OTableWindowTitle();
58 friend class OTableWindowTitle;63 OTableWindowTitle m_aTitle;156 OTableWindowTitle* GetTitleCtrl() { return &m_aTitle; } in GetTitleCtrl()
Completed in 14 milliseconds