m_routingView
ASSERT(routeWindow->m_routingView);
routeWindow->m_routingView->exportState(&m);
ASSERT(routeWindow->m_routingView);
routeWindow->m_routingView->importState(io->message());
if(m_routingView) {
m_routingView->DeselectAll();
status_t err = m_routingView->importStateFor(
m_routingView->Invalidate(); // +++++ not particularly clean
MediaRoutingView* m_routingView;
new _RouteAppImportContext(errors, routeWindow->m_routingView));
m_routingView(routingView) {}
if(m_routingView) {
m_routingView->LockLooper();
m_routingView->exportStateFor(
m_routingView->UnlockLooper();
MediaRoutingView* m_routingView;
MediaRoutingView* v = routeWindow->m_routingView;
m_routingView = new MediaRoutingView(manager, rvBounds, "routingView");
m_hScrollBar = new BScrollBar(hsBounds, "hScrollBar", m_routingView,
m_vScrollBar = new BScrollBar(vsBounds, "vScrollBar", m_routingView,
AddChild(m_routingView);
m_routingView->GetPreferredSize(&width, &height);
m_transportWindow = new TransportWindow(m_routingView->manager,
BMessenger(m_routingView).SendMessage(
status_t err = m_routingView->manager->findGroup(m_selectedGroupID, &g);
MediaRoutingView* m_routingView;