Symbol: PortItem
src/preferences/joysticks/JoyWin.cpp
116
fGamePortL->AddItem(new PortItem(buf));
src/preferences/joysticks/JoyWin.cpp
143
PortItem *item = _GetSelectedItem(fGamePortL);
src/preferences/joysticks/JoyWin.cpp
162
PortItem *item = _GetSelectedItem(fGamePortL);
src/preferences/joysticks/JoyWin.cpp
185
new PortItem(str.String()));
src/preferences/joysticks/JoyWin.cpp
202
PortItem *item = _GetSelectedItem(fGamePortL);
src/preferences/joysticks/JoyWin.cpp
214
PortItem *controllerName = _GetSelectedItem(fConControllerL);
src/preferences/joysticks/JoyWin.cpp
215
PortItem *portname = _GetSelectedItem(fGamePortL);
src/preferences/joysticks/JoyWin.cpp
246
PortItem *controllerName = _GetSelectedItem(fConControllerL);
src/preferences/joysticks/JoyWin.cpp
247
PortItem *portname = _GetSelectedItem(fGamePortL);
src/preferences/joysticks/JoyWin.cpp
300
list->AddItem(new PortItem(str.String()));
src/preferences/joysticks/JoyWin.cpp
333
PortItem *item;
src/preferences/joysticks/JoyWin.cpp
341
item = dynamic_cast<PortItem*>(fConControllerL->ItemAt(selected));
src/preferences/joysticks/JoyWin.cpp
464
PortItem *item;
src/preferences/joysticks/JoyWin.cpp
466
item = dynamic_cast<PortItem*>(fGamePortL->ItemAt(i));
src/preferences/joysticks/JoyWin.cpp
474
PortItem*
src/preferences/joysticks/JoyWin.cpp
480
return dynamic_cast<PortItem*>(list->ItemAt(id));
src/preferences/joysticks/JoyWin.cpp
501
PortItem *item;
src/preferences/joysticks/JoyWin.cpp
503
item = dynamic_cast<PortItem*>(list->ItemAt(i));
src/preferences/joysticks/JoyWin.cpp
514
JoyWin::_FindStringItemInList(BListView *view, PortItem *item)
src/preferences/joysticks/JoyWin.cpp
516
PortItem *strItem = NULL;
src/preferences/joysticks/JoyWin.cpp
519
strItem = dynamic_cast<PortItem*>(view->ItemAt(i));
src/preferences/joysticks/JoyWin.cpp
530
JoyWin::_FindFilePathForSymLink(const char* symLinkPath, PortItem *item)
src/preferences/joysticks/JoyWin.h
20
class PortItem;
src/preferences/joysticks/JoyWin.h
52
PortItem* _GetSelectedItem(BListView* list);
src/preferences/joysticks/JoyWin.h
55
PortItem *item);
src/preferences/joysticks/JoyWin.h
57
PortItem *item);
src/preferences/joysticks/PortItem.cpp
11
PortItem::PortItem(const char* label)
src/preferences/joysticks/PortItem.cpp
16
PortItem::~PortItem()
src/preferences/joysticks/PortItem.cpp
20
PortItem::DrawItem(BView *owner, BRect frame, bool complete)
src/preferences/joysticks/PortItem.cpp
26
PortItem::GetOldJoystickName()
src/preferences/joysticks/PortItem.cpp
33
PortItem::GetJoystickName()
src/preferences/joysticks/PortItem.cpp
40
PortItem::SetJoystickName(BString str)
src/preferences/joysticks/PortItem.h
14
class PortItem : public BStringItem {
src/preferences/joysticks/PortItem.h
16
PortItem(const char* label);
src/preferences/joysticks/PortItem.h
17
~PortItem();