Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.h239 { return m_layout; } in getLayout()
370 layout_t m_layout;
H A DMediaRoutingView.cpp126 m_layout(M_ICON_VIEW), in MediaRoutingView()
583 if (layout != m_layout) in MessageReceived()
743 switch (m_layout) in findFreePositionFor()
906 m_layout = layout; in layoutChanged()
958 if (m_layout == M_ICON_VIEW) in showContextMenu()
965 if (m_layout == M_MINI_ICON_VIEW) in showContextMenu()
1023 if(err == B_OK && layout != m_layout) { in importState()
1106 archive->AddInt32("layout", m_layout); in exportState()
1464 switch (m_layout) in _initLayout()
/haiku/src/apps/cortex/TransportView/
H A DTransportView.h186 _layout_state* m_layout; variable
H A DTransportView.cpp1232 m_layout = new _layout_state(); in _initLayout()
1445 if(m_layout) in ~TransportView()
1446 delete m_layout; in ~TransportView()