Symbol: InfoWindowManager
src/apps/cortex/DormantNodeView/DormantNodeListItem.cpp
265
BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
148
case InfoWindowManager::M_INFO_WINDOW_REQUESTED: {
src/apps/cortex/DormantNodeView/DormantNodeView.cpp
154
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/InfoView/ConnectionInfoView.cpp
248
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/InfoView/ConnectionInfoView.cpp
250
BMessage message(InfoWindowManager::M_CONNECTION_WINDOW_CLOSED);
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
173
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/InfoView/DormantNodeInfoView.cpp
175
BMessage message(InfoWindowManager::M_DORMANT_NODE_WINDOW_CLOSED);
src/apps/cortex/InfoView/EndPointInfoView.cpp
129
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/InfoView/EndPointInfoView.cpp
132
BMessage message(InfoWindowManager::M_OUTPUT_WINDOW_CLOSED);
src/apps/cortex/InfoView/EndPointInfoView.cpp
138
BMessage message(InfoWindowManager::M_INPUT_WINDOW_CLOSED);
src/apps/cortex/InfoView/InfoWindowManager.cpp
174
const BPoint InfoWindowManager::M_DEFAULT_OFFSET = BPoint(20.0, 20.0);
src/apps/cortex/InfoView/InfoWindowManager.cpp
175
const BPoint InfoWindowManager::M_INIT_POSITION = BPoint(90.0, 90.0);
src/apps/cortex/InfoView/InfoWindowManager.cpp
177
InfoWindowManager *InfoWindowManager::s_instance = 0;
src/apps/cortex/InfoView/InfoWindowManager.cpp
184
InfoWindowManager::InfoWindowManager()
src/apps/cortex/InfoView/InfoWindowManager.cpp
204
InfoWindowManager::~InfoWindowManager() {
src/apps/cortex/InfoView/InfoWindowManager.cpp
295
InfoWindowManager *InfoWindowManager::Instance() {
src/apps/cortex/InfoView/InfoWindowManager.cpp
300
s_instance = new InfoWindowManager();
src/apps/cortex/InfoView/InfoWindowManager.cpp
307
void InfoWindowManager::shutDown() {
src/apps/cortex/InfoView/InfoWindowManager.cpp
321
status_t InfoWindowManager::openWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
388
status_t InfoWindowManager::openWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
421
status_t InfoWindowManager::openWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
454
status_t InfoWindowManager::openWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
487
status_t InfoWindowManager::openWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
524
void InfoWindowManager::MessageReceived(
src/apps/cortex/InfoView/InfoWindowManager.cpp
637
bool InfoWindowManager::_addWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
655
bool InfoWindowManager::_findWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
676
void InfoWindowManager::_removeWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
700
bool InfoWindowManager::_addWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
713
bool InfoWindowManager::_findWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
735
void InfoWindowManager::_removeWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
759
bool InfoWindowManager::_addWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
774
bool InfoWindowManager::_findWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
797
void InfoWindowManager::_removeWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
822
bool InfoWindowManager::_addWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
835
bool InfoWindowManager::_findWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
856
void InfoWindowManager::_removeWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
879
bool InfoWindowManager::_addWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
892
bool InfoWindowManager::_findWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.cpp
913
void InfoWindowManager::_removeWindowFor(
src/apps/cortex/InfoView/InfoWindowManager.h
101
virtual ~InfoWindowManager();
src/apps/cortex/InfoView/InfoWindowManager.h
106
static InfoWindowManager *Instance();
src/apps/cortex/InfoView/InfoWindowManager.h
212
static InfoWindowManager *s_instance;
src/apps/cortex/InfoView/InfoWindowManager.h
66
class InfoWindowManager :
src/apps/cortex/InfoView/InfoWindowManager.h
96
InfoWindowManager();
src/apps/cortex/InfoView/LiveNodeInfoView.cpp
143
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/InfoView/LiveNodeInfoView.cpp
145
BMessage message(InfoWindowManager::M_LIVE_NODE_WINDOW_CLOSED);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
757
BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
src/apps/cortex/MediaRoutingView/MediaJack.cpp
766
BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
581
message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1454
new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED), this);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
148
InfoWindowManager::shutDown();
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1614
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
663
case InfoWindowManager::M_INFO_WINDOW_REQUESTED:
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
678
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
696
InfoWindowManager *manager = InfoWindowManager::Instance();
src/apps/cortex/MediaRoutingView/MediaWire.cpp
331
BMessage *message = new BMessage(InfoWindowManager::M_INFO_WINDOW_REQUESTED);