Symbol: JoyWin
src/preferences/joysticks/JoyWin.cpp
127
JoyWin::~JoyWin()
src/preferences/joysticks/JoyWin.cpp
135
JoyWin::MessageReceived(BMessage *message)
src/preferences/joysticks/JoyWin.cpp
270
JoyWin::QuitRequested()
src/preferences/joysticks/JoyWin.cpp
279
JoyWin::_AddToList(BListView *list, uint32 command, const char* rootPath,
src/preferences/joysticks/JoyWin.cpp
308
JoyWin::_Calibrate()
src/preferences/joysticks/JoyWin.cpp
320
JoyWin::_PerformProbe(const char* path)
src/preferences/joysticks/JoyWin.cpp
358
JoyWin::_ApplyChanges()
src/preferences/joysticks/JoyWin.cpp
368
JoyWin::_GetSettings()
src/preferences/joysticks/JoyWin.cpp
377
JoyWin::_CheckJoystickExist(const char* path)
src/preferences/joysticks/JoyWin.cpp
393
JoyWin::_ShowProbeMesage(const char* device)
src/preferences/joysticks/JoyWin.cpp
414
JoyWin::_ShowCantFindFileMessage(const char* port)
src/preferences/joysticks/JoyWin.cpp
433
JoyWin::_ShowNoCompatibleJoystickMessage()
src/preferences/joysticks/JoyWin.cpp
445
JoyWin::_ShowNoDeviceConnectedMessage(const char* joy, const char* port)
src/preferences/joysticks/JoyWin.cpp
458
JoyWin::_BuildDisabledJoysticksFile()
src/preferences/joysticks/JoyWin.cpp
475
JoyWin::_GetSelectedItem(BListView* list)
src/preferences/joysticks/JoyWin.cpp
488
JoyWin::_FixPathToName(const char* port)
src/preferences/joysticks/JoyWin.cpp
497
JoyWin::_SelectDeselectJoystick(BListView* list, bool enable)
src/preferences/joysticks/JoyWin.cpp
514
JoyWin::_FindStringItemInList(BListView *view, PortItem *item)
src/preferences/joysticks/JoyWin.cpp
530
JoyWin::_FindFilePathForSymLink(const char* symLinkPath, PortItem *item)
src/preferences/joysticks/JoyWin.cpp
548
JoyWin::_FindStick(const char* name)
src/preferences/joysticks/JoyWin.cpp
556
JoyWin::_FindSettingString(const char* name, const char* strPath)
src/preferences/joysticks/JoyWin.cpp
56
JoyWin::JoyWin(BRect frame, const char *title)
src/preferences/joysticks/JoyWin.h
25
class JoyWin : public BWindow {
src/preferences/joysticks/JoyWin.h
27
JoyWin(BRect frame,const char *title);
src/preferences/joysticks/JoyWin.h
28
virtual ~JoyWin();
src/preferences/joysticks/Joysticks.cpp
53
fJoywin = new JoyWin(BRect(100, 100, 500, 400), "Joysticks");
src/preferences/joysticks/Joysticks.h
15
class JoyWin;
src/preferences/joysticks/Joysticks.h
29
JoyWin* fJoywin;