CAT/CAT.cpp [code] | CAT [Common Accessibility Technology] library main cpp |
CAT/CAT.h [code] | CAT [Common Accessibility Technology] library main header |
CAT/CATCmdLine.cpp [code] | Utility class for command-line parsing |
CAT/CATCmdLine.h [code] | Utility class for command-line parsing |
CAT/CATColor.h [code] | Color struct/functions for GUI |
CAT/CATConfig.h [code] | CAT Configuration header |
CAT/CATControllerMapper.cpp [code] | Maps inputs from a controller to various outputs |
CAT/CATControllerMapper.h [code] | Maps inputs from a controller to various outputs |
CAT/CATControlMap.cpp [code] | Maps inputs to outputs |
CAT/CATControlMap.h [code] | Maps inputs to outputs |
CAT/CATCritSec.h [code] | Defines the interface to critical sections for thread synchronization |
CAT/CATCritSec_Win32.cpp [code] | Win32 version of critical sections for thread synchronization |
CAT/CATCurveFit.cpp [code] | Fit a curve to a set of points |
CAT/CATCurveFit.h [code] | Fit a curve to a set of points |
CAT/CATDebug.cpp [code] | Debugging utility functions |
CAT/CATDebug.h [code] | Debugging utility functions |
CAT/CATDIJoystick.cpp [code] | Joystick class for DirectInput |
CAT/CATDIJoystick.h [code] | DirectInput joystick wrapper |
CAT/CATDirectInput.cpp [code] | |
CAT/CATDirectInput.h [code] | Basic DirectInput wrapper |
CAT/CATDirectSoundIntercept.cpp [code] | DirectSound function interception |
CAT/CATDirectSoundIntercept.h [code] | DirectSound function interception |
CAT/CATDLLInjector.cpp [code] | DLL Injection functions for Win32 |
CAT/CATDLLInjector.h [code] | DLL Injection functions for Win32 |
CAT/CATFileSystem.h [code] | File utility virtual interface |
CAT/CATFileSystem_Win32.cpp [code] | File system functions for Win32 platform |
CAT/CATFileSystem_Win32.h [code] | File system functions for Win32 platform |
CAT/CATFilter.cpp [code] | Parent filtering class for one-dimensional filters |
CAT/CATFilter.h [code] | Parent filtering class for one-dimensional filters |
CAT/CATFilterAttackDecay.cpp [code] | |
CAT/CATFilterAttackDecay.h [code] | Attack/Decay filter |
CAT/CATFilterEWMA.cpp [code] | Exponentially weighted moving average filter (EWMA / Low pass) |
CAT/CATFilterEWMA.h [code] | Exponentially weighted moving average filter (EWMA / Low pass) |
CAT/CATImage.cpp [code] | PNG image class |
CAT/CATImage.h [code] | PNG image class |
CAT/CATInjectionPropagate.cpp [code] | Interception of new process creation with injected dll propagation |
CAT/CATInjectionPropagate.h [code] | Interception of new process creation with injected dll propagation |
CAT/CATIntercept.cpp [code] | Function interception base class |
CAT/CATIntercept.h [code] | Function interception base class |
CAT/CATInternal.h [code] | CAT Internal primary include |
CAT/CATJoystick.cpp [code] | Base Joystick class |
CAT/CATJoystick.h [code] | Base Joystick class |
CAT/CATKeystroke.h [code] | Generic keystroke information |
CAT/CATLineFit.cpp [code] | Regression to fit a line to a set of points |
CAT/CATLineFit.h [code] | Regression to fit a line to a set of points |
CAT/CATMathUtil.h [code] | Generic math/audio utility functions |
CAT/CATMatrix.cpp [code] | |
CAT/CATMatrix.h [code] | Simple class for matrix operations |
CAT/CATMsgThread.cpp [code] | Message Thread Base Class |
CAT/CATMsgThread.h [code] | Message Thread Base Class |
CAT/CATMutex.h [code] | Defines the interface to mutexes for thread synchronization |
CAT/CATMutex_Win32.cpp [code] | Win32 implementation of CATMutex |
CAT/CATOpenALIntercept.cpp [code] | OpenAL function interception |
CAT/CATOpenALIntercept.h [code] | OpenAL function interception |
CAT/CATOSFuncs.h [code] | Functions that can be abstracted between platforms directly |
CAT/CATOSFuncs_Win32.cpp [code] | Functions that can be abstracted between platforms directly |
CAT/CATOverlay.cpp [code] | Base image overlay for drawing on top of games |
CAT/CATOverlay.h [code] | Base image overlay for drawing on top of games |
CAT/CATOverlayDirect3D9.cpp [code] | Direct3D function interception |
CAT/CATOverlayDirect3D9.h [code] | Direct3D function interception |
CAT/CATOverlayOpenGL.cpp [code] | OpenGL image overlay |
CAT/CATOverlayOpenGL.h [code] | OpenGL image overlay |
CAT/CATPlatform.h [code] | Platform-specific object creation |
CAT/CATPlatform_Win32.cpp [code] | Platform-specific object creation (Win32) |
CAT/CATPoint.h [code] | Point class, mainly for small sets for clarity of code |
CAT/CATQueue.h [code] | Templated Queue object |
CAT/CATRect.h [code] | Rectangles, points, size, etc. for GUI |
CAT/CATResult.h [code] | CAT Result definitions and utilities |
CAT/CATResultCore.h [code] | Core result codes for CAT library |
CAT/CATSignal.h [code] | Defines an interface for signals (win32 events) for thread syncs |
CAT/CATSignal_Win32.cpp [code] | Win32 implementation of signal events |
CAT/CATSpeechCmds.cpp [code] | |
CAT/CATSpeechCmds.h [code] | |
CAT/CATStack.h [code] | Defines a templated stack |
CAT/CATStats.cpp [code] | |
CAT/CATStats.h [code] | Basic statistics class |
CAT/CATStream.cpp [code] | Base stream interface |
CAT/CATStream.h [code] | Base stream interface |
CAT/CATStreamFile.cpp [code] | File stream class |
CAT/CATStreamFile.h [code] | File stream class |
CAT/CATStreamRAM.cpp [code] | RAM stream |
CAT/CATStreamRAM.h [code] | RAM stream |
CAT/CATStreamSub.cpp [code] | Sub-stream class |
CAT/CATStreamSub.h [code] | Sub-stream class |
CAT/CATString.cpp [code] | String class |
CAT/CATString.h [code] | String class |
CAT/CATStringTable.cpp [code] | String table for internationalization |
CAT/CATStringTable.h [code] | String table for internationalization |
CAT/CATStringTableCore.cpp [code] | Core String table for CAT library |
CAT/CATStringTableCore.h [code] | Core String table for CAT library |
CAT/CATThread.cpp [code] | Base Thread Class |
CAT/CATThread.h [code] | Base Thread Class |
CAT/CATTimeWarp.cpp [code] | Time function interception |
CAT/CATTimeWarp.h [code] | Time function interception, made for slowing down video games |
CAT/CATTypes.h [code] | CAT Type definitions |
CAT/CATUtil.h [code] | Defines basic utility functions |
CAT/CATWindowHook.cpp [code] | Hooks windows messages in the current app's top-level window |
CAT/CATWindowHook.h [code] | Hooks windows messages in the current app's top-level window |
CAT/CATXMLFactory.cpp [code] | XML Factory base |
CAT/CATXMLFactory.h [code] | XML Factory base |
CAT/CATXMLObject.cpp [code] | XML Object Base |
CAT/CATXMLObject.h [code] | XML Object Base |
CAT/CATXMLParser.cpp [code] | XML Parser |
CAT/CATXMLParser.h [code] | XML Parser |
CAT/CBMagInfo.cpp [code] | Color Modification Information for CodeBlind |
CAT/CBMagInfo.h [code] | Color Modification Information for CodeBlind |
CATGUI/CATAccessible.cpp [code] | Base class for Microsoft's IAccessible handling |
CATGUI/CATAccessible.h [code] | Base class for Microsoft's IAccessible handling |
CATGUI/CATApp.cpp [code] | Application parent class - derive from this for each app made |
CATGUI/CATApp.h [code] | Application parent class - derive from this for each app made |
CATGUI/CATApp_Win32.cpp [code] | Application parent class - win32-specific functions |
CATGUI/CATAppButton.cpp [code] | Specialized pushbutton for launching apps |
CATGUI/CATAppButton.h [code] | Specialized pushbutton for launching apps |
CATGUI/CATButton.cpp [code] | Momentary push button for GUI |
CATGUI/CATButton.h [code] | Momentary push button for GUI |
CATGUI/CATComboBox.cpp [code] | GUI Layer object - contains sub-controls |
CATGUI/CATComboBox.h [code] | GUI Layer object - contains sub-controls |
CATGUI/CATCommand.cpp [code] | Generalized command construct for tracking commands |
CATGUI/CATCommand.h [code] | Generalized command construct for tracking commands |
CATGUI/CATControl.cpp [code] | Base GUI control class |
CATGUI/CATControl.h [code] | Basic Control class |
CATGUI/CATControlWnd.cpp [code] | Window / OS based control class - base object for OS dependant controls |
CATGUI/CATControlWnd.h [code] | Window / OS based control class - base object for OS dependant controls |
CATGUI/CATControlWnd_Win32.cpp [code] | Window / OS based control class - base object for OS dependant controls. Win32 function implementations |
CATGUI/CATCursor.h [code] | Cursor class for GUI |
CATGUI/CATCursor_Win32.cpp [code] | Cursor class for GUI (win32) |
CATGUI/CATEditBox.cpp [code] | Text edit box for GUI |
CATGUI/CATEditBox.h [code] | Text edit box for GUI |
CATGUI/CATEditBox_Win32.cpp [code] | Text edit box for GUI (win32 implementation) |
CATGUI/CATEvent.h [code] | Evironmental event encapsulation |
CATGUI/CATEventDefs.h [code] | Event Definitions file |
CATGUI/CATGUI.h [code] | CATGUI library main header |
CATGUI/CATGUIAccessDefs.h [code] | |
CATGUI/CATGuiFactory.cpp [code] | Base Object factory for creating objects from XML |
CATGUI/CATGuiFactory.h [code] | Object factory for creating a GUI from XML |
CATGUI/CATGUIInternal.h [code] | CAT GUI Internal primary include |
CATGUI/CATGuiObj.cpp [code] | Base GUI control class |
CATGUI/CATGuiObj.h [code] | |
CATGUI/CATGuiResDefs.h [code] | Global resource values for all applications. Make sure your resource files match! |
CATGUI/CATKnob.cpp [code] | Knob control for GUI |
CATGUI/CATKnob.h [code] | Knob control for GUI |
CATGUI/CATLabel.cpp [code] | Text label for GUI |
CATGUI/CATLabel.h [code] | Text label for GUI |
CATGUI/CATLayer.cpp [code] | GUI Layer object - contains sub-controls |
CATGUI/CATLayer.h [code] | GUI Layer object - contains sub-controls |
CATGUI/CATListBox.cpp [code] | List box for GUI |
CATGUI/CATListBox.h [code] | List box for GUI |
CATGUI/CATListBox_Win32.cpp [code] | |
CATGUI/CATMenu.cpp [code] | Text label for GUI |
CATGUI/CATMenu.h [code] | Text label for GUI |
CATGUI/CATMenu_Win32.cpp [code] | |
CATGUI/CATOverlayFactory.cpp [code] | Object factory for creating a game overlay from XML |
CATGUI/CATOverlayFactory.h [code] | Object factory for creating a game overlay from XML |
CATGUI/CATPicture.cpp [code] | Static picture for GUI |
CATGUI/CATPicture.h [code] | Static picture for GUI |
CATGUI/CATPictureMulti.cpp [code] | Multiple pictures (like switch multi, but no mouse interaction) |
CATGUI/CATPictureMulti.h [code] | Multiple pictures (like switch multi, but no mouse interaction) |
CATGUI/CATPrefs.cpp [code] | Preference storage class |
CATGUI/CATPrefs.h [code] | Preference storage class |
CATGUI/CATProgress.cpp [code] | Progress bar for GUI |
CATGUI/CATProgress.h [code] | Progress bar for GUI |
CATGUI/CATRadioButton.cpp [code] | Momentary push button for GUI |
CATGUI/CATRadioButton.h [code] | Radio button (grouped) |
CATGUI/CATSkin.cpp [code] | Root skin class |
CATGUI/CATSkin.h [code] | Root skin class |
CATGUI/CATSlider.cpp [code] | Slider control for GUI |
CATGUI/CATSlider.h [code] | Slider control for GUI |
CATGUI/CATSwitch.cpp [code] | On/Off switch for GUI |
CATGUI/CATSwitch.h [code] | On/Off switch for GUI |
CATGUI/CATSwitchMulti.cpp [code] | On/Off switch for GUI |
CATGUI/CATSwitchMulti.h [code] | On/Off switch for GUI |
CATGUI/CATTab.cpp [code] | GUI Layer object - contains sub-controls |
CATGUI/CATTab.h [code] | GUI Layer object - contains sub-controls |
CATGUI/CATTreeCtrl.cpp [code] | List box for GUI |
CATGUI/CATTreeCtrl.h [code] | List box for GUI |
CATGUI/CATTreeCtrl_Win32.cpp [code] | |
CATGUI/CATWaitDlg.cpp [code] | Wait dialog |
CATGUI/CATWaitDlg.h [code] | Wait dialog |
CATGUI/CATWidget.cpp [code] | GUI Widget object - parent class for all CATGuiObject's below CATWindow |
CATGUI/CATWidget.h [code] | GUI Widget object - parent class for all CATGuiObject's below CATWindow |
CATGUI/CATWindow.cpp [code] | Basic windowing class |
CATGUI/CATWindow.h [code] | Basic windowing class |
CATGUI/CATWindow_Win32.cpp [code] | |
GASPilot/GASPilot.cpp [code] | GASPilot game/utility launcher |
GASPilot/GASPilot.h [code] | GASPilot game/utility launcher main header |
GASPilot/GASPilot_Main.cpp [code] | Windows MAIN for GASPilot |
GASPilot/GASPilotGuiFactory.h [code] | GUI factory for GAS pilot |
GASPilot/GASPilotWindow.h [code] | GUI Window class for GASPilot |
GASPilot/GASProtoMapper.cpp [code] | Maps inputs from a controller to various outputs |
GASPilot/GASProtoMapper.h [code] | Prototype input mapping Quick and dirty for quadcontrol - abstract on next round in CATControllerMapper |
GASPilot/resource.h [code] | |
GASPilotDLL/GASPilotDLL.cpp [code] | Entry Point file for GASPilotDLL |
GASPilotDLL/GASPilotDLL.h [code] | Project header for GASPilotDLL |
GASPilotDLL/resource.h [code] |