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

/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipWindow.cpp56 m_tipView(0) {
76 if(!m_tipView)
80 m_tipView->setText(text);
84 m_tipView->GetPreferredSize(&width, &height);
85 m_tipView->ResizeTo(width, height);
88 m_tipView->Invalidate();
108 if(!m_tipView)
138 if(m_tipView)
140 m_tipView = createTipView();
141 ASSERT(m_tipView);
[all...]
H A DTipWindow.h87 TipView* m_tipView; member in class:TipWindow

Completed in 101 milliseconds