Searched refs:m_tipView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/TipManager/
H A DTipWindow.cpp65 m_tipView(0) {
85 if(!m_tipView)
89 m_tipView->setText(text);
93 m_tipView->GetPreferredSize(&width, &height);
94 m_tipView->ResizeTo(width, height);
97 m_tipView->Invalidate();
117 if(!m_tipView)
147 if(m_tipView)
149 m_tipView = createTipView();
150 ASSERT(m_tipView);
[all...]
H A DTipWindow.h87 TipView* m_tipView; member in class:TipWindow

Completed in 105 milliseconds