Home
last modified time | relevance | path

Searched refs:m_textLines (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp120 BList *m_textLines; member in _InfoTextField
387 m_textLines(0), in _InfoTextField()
394 m_textLines = new BList(); in _InfoTextField()
401 if (m_textLines) { in ~_InfoTextField()
402 while (m_textLines->CountItems() > 0) { in ~_InfoTextField()
403 BString *line = static_cast<BString *>(m_textLines->RemoveItem((int32)0)); in ~_InfoTextField()
408 delete m_textLines; in ~_InfoTextField()
409 m_textLines = 0; in ~_InfoTextField()
438 for (int32 i = 0; i < m_textLines->CountItems(); i++) { in drawField()
439 BString *line = static_cast<BString *>(m_textLines->ItemAt(i)); in drawField()
[all …]