SYMBOL INDEX (2261 symbols across 197 files) FILE: Game Trainers/common/include/CDPBase.h function CDPLaunchMethod (line 24) | enum class CDPLaunchMethod FILE: Game Trainers/common/include/FL/Enumerations.H type Fl_Event (line 198) | enum Fl_Event { // events type Fl_When (line 428) | enum Fl_When { // Fl_Widget::when(): type Fl_Callback_Reason (line 448) | enum Fl_Callback_Reason { type Fl_Boxtype (line 637) | enum Fl_Boxtype { // boxtypes (if you change these you must also change ... function Fl_Boxtype (line 789) | inline Fl_Boxtype fl_box(Fl_Boxtype b) { function Fl_Boxtype (line 797) | inline Fl_Boxtype fl_down(Fl_Boxtype b) { function Fl_Boxtype (line 805) | inline Fl_Boxtype fl_frame(Fl_Boxtype b) { type Fl_Labeltype (line 828) | enum Fl_Labeltype { // labeltypes: type Fl_Align (line 979) | typedef unsigned Fl_Align; type Fl_Font (line 1056) | typedef int Fl_Font; type Fl_Fontsize (line 1085) | typedef int Fl_Fontsize; type Fl_Color (line 1113) | typedef unsigned int Fl_Color; type Fl_Color (line 1189) | typedef Fl_Color (Fl_Contrast_Function)(Fl_Color, Fl_Color, int, int); type Fl_Contrast_Mode (line 1196) | enum Fl_Contrast_Mode { function Fl_Color (line 1221) | inline Fl_Color fl_lighter(Fl_Color c) { return fl_color_average(c, FL_W... function Fl_Color (line 1224) | inline Fl_Color fl_darker(Fl_Color c) { return fl_color_average(c, FL_BL... function Fl_Color (line 1227) | inline Fl_Color fl_rgb_color(uchar r, uchar g, uchar b) { function Fl_Color (line 1233) | inline Fl_Color fl_rgb_color(uchar g) { function Fl_Color (line 1246) | inline Fl_Color fl_gray_ramp(int i) {return (Fl_Color)(i+FL_GRAY_RAMP);} function Fl_Color (line 1262) | inline Fl_Color fl_color_cube(int r, int g, int b) { type Fl_Cursor (line 1276) | enum Fl_Cursor { type Fl_Mode (line 1312) | enum Fl_Mode { type Fl_Damage (line 1333) | enum Fl_Damage { type Fl_Arrow_Type (line 1357) | enum Fl_Arrow_Type { type Fl_Orientation (line 1386) | enum Fl_Orientation { FILE: Game Trainers/common/include/FL/Fl.H type Fl_Label (line 52) | struct Fl_Label function class (line 140) | class FL_EXPORT Fl { function class (line 1575) | class FL_EXPORT Fl_Widget_Tracker { FILE: Game Trainers/common/include/FL/Fl_Adjuster.H function soft (line 57) | void soft(int s) {soft_ = s;} FILE: Game Trainers/common/include/FL/Fl_Anim_GIF_Image.H type Flags (line 37) | enum Flags { function valid (line 90) | bool valid() const; function Fl_Image (line 132) | Fl_Image *copy() const { return Fl_Pixmap::copy(); } FILE: Game Trainers/common/include/FL/Fl_Bitmap.H type Fl_Menu_Item (line 26) | struct Fl_Menu_Item function Fl_Image (line 58) | Fl_Image *copy() const { return Fl_Image::copy(); } function draw (line 60) | void draw(int X, int Y) {draw(X, Y, w(), h(), 0, 0);} function cache_w (line 64) | int cache_w() {return cache_w_;} function cache_h (line 65) | int cache_h() {return cache_h_;} FILE: Game Trainers/common/include/FL/Fl_Browser.H type FL_BLINE (line 30) | struct FL_BLINE function full_height (line 110) | int full_height() const FL_OVERRIDE; function size (line 148) | void size(int W, int H) { Fl_Widget::size(W, H); } function Fl_Fontsize (line 153) | Fl_Fontsize textsize() const { return Fl_Browser_::textsize(); } function bottomline (line 178) | void bottomline(int line) { lineposition(line, BOTTOM); } function middleline (line 185) | void middleline(int line) { lineposition(line, MIDDLE); } function show (line 191) | void show() FL_OVERRIDE { Fl_Widget::show(); } function hide (line 194) | void hide() FL_OVERRIDE { Fl_Widget::hide(); } function value (line 197) | int value() const ; function format_char (line 252) | void format_char(char c) { format_char_ = c; } function column_char (line 265) | void column_char(char c) { column_char_ = c; } function column_widths (line 294) | void column_widths(const int* arr) { column_widths_ = arr; } function displayed (line 305) | int displayed(int line) const { return Fl_Browser_::displayed(find_line(... function make_visible (line 314) | void make_visible(int line) { function replace (line 326) | void replace(int a, const char* b) { text(a, b); } FILE: Game Trainers/common/include/FL/Fl_Browser_.H function virtual (line 129) | virtual void *item_last() const { return 0L; } function virtual (line 158) | virtual const char *item_text(void *item) const { (void)item; return 0L; } function virtual (line 164) | virtual void item_swap(void *a,void *b) { (void)a; (void)b; } function virtual (line 171) | virtual void *item_at(int index) const { (void)index; return 0L; } function virtual (line 173) | virtual int full_width() const ; // current width of all items function redraw_lines (line 204) | void redraw_lines() { damage(FL_DAMAGE_SCROLL); } function leftedge (line 206) | int leftedge() const; // x position after scrollbar & border function position (line 255) | void position(int x, int y) { Fl_Group::position(x, y); } function has_scrollbar (line 312) | void has_scrollbar(uchar mode) { has_scrollbar_ = mode; } function textfont (line 322) | void textfont(Fl_Font font) { textfont_ = font; } function textsize (line 331) | void textsize(Fl_Fontsize newSize) { textsize_ = newSize; } function textcolor (line 340) | void textcolor(Fl_Color col) { textcolor_ = col; } function scrollbar_size (line 373) | void scrollbar_size(int newSize) { function scrollbar_width (line 389) | void scrollbar_width(int width) { function scrollbar_right (line 397) | void scrollbar_right() { scrollbar.align(FL_ALIGN_RIGHT); } function scrollbar_left (line 402) | void scrollbar_left() { scrollbar.align(FL_ALIGN_LEFT); } function linespacing (line 409) | void linespacing(int pixels) { linespacing_ = pixels; } FILE: Game Trainers/common/include/FL/Fl_Button.H function set (line 109) | int set() {return value(1);} function clear (line 115) | int clear() {return value(0);} function shortcut (line 144) | void shortcut(int s) {shortcut_ = s;} function down_box (line 161) | void down_box(Fl_Boxtype b) {down_box_ = b;} function shortcut (line 164) | void shortcut(const char *s) {shortcut(fl_old_shortcut(s));} function down_color (line 170) | void down_color(unsigned c) {selection_color(c);} function uchar (line 178) | uchar compact() { return compact_; } FILE: Game Trainers/common/include/FL/Fl_Cairo.H function class (line 56) | class FL_EXPORT Fl_Cairo_State { function window (line 85) | void window(void *w) { window_ = w; } function gc (line 87) | void gc(void *c) { gc_ = c; } FILE: Game Trainers/common/include/FL/Fl_Cairo_Window.H function set_draw_cb (line 119) | void set_draw_cb(cairo_draw_cb cb) { draw_cb_ = cb; } FILE: Game Trainers/common/include/FL/Fl_Chart.H type FL_CHART_ENTRY (line 43) | struct FL_CHART_ENTRY { function bounds (line 119) | void bounds(double *a, double *b) const { function size (line 138) | void size(int W, int H) { Fl_Widget::size(W, H); } function textfont (line 151) | void textfont(Fl_Font s) { textfont_ = s; } function textsize (line 157) | void textsize(Fl_Fontsize s) { textsize_ = s; } function textcolor (line 163) | void textcolor(Fl_Color n) { textcolor_ = n; } function autosize (line 175) | void autosize(uchar n) { autosize_ = n; } FILE: Game Trainers/common/include/FL/Fl_Check_Browser.H type cb_item (line 55) | struct cb_item { function add (line 85) | int add(const char *s) { return add((char *)s); } function add (line 87) | int add(const char *s, int b) { return add((char *)s, b); } function set_checked (line 100) | void set_checked(int item) { checked(item, 1); } FILE: Game Trainers/common/include/FL/Fl_Clock.H function shadow (line 127) | void shadow(int mode) { shadow_ = mode ? 1 : 0; } FILE: Game Trainers/common/include/FL/Fl_Color_Chooser.H function mode (line 133) | int mode() {return choice.value();} FILE: Game Trainers/common/include/FL/Fl_Counter.H function lstep (line 73) | void lstep(double a) {lstep_ = a;} function step (line 79) | void step(double a,double b) {Fl_Valuator::step(a); lstep_ = b;} function step (line 85) | void step(double a) {Fl_Valuator::step(a);} function step (line 90) | double step() const {return Fl_Valuator::step();} function textfont (line 95) | void textfont(Fl_Font s) {textfont_ = s;} function textsize (line 100) | void textsize(Fl_Fontsize s) {textsize_ = s;} function textcolor (line 105) | void textcolor(Fl_Color s) {textcolor_ = s;} FILE: Game Trainers/common/include/FL/Fl_Device.H function class (line 57) | class FL_EXPORT Fl_Surface_Device { function driver (line 71) | inline void driver(Fl_Graphics_Driver *graphics_driver) {pGraphicsDriver... function Fl_Graphics_Driver (line 76) | inline Fl_Graphics_Driver *driver() {return pGraphicsDriver; } function Fl_Surface_Device (line 81) | static inline Fl_Surface_Device *surface() { function class (line 108) | class Fl_Device_Plugin : public Fl_Plugin { FILE: Game Trainers/common/include/FL/Fl_Dial.H function angle1 (line 72) | void angle1(short a) {a1 = a;} function angle2 (line 76) | void angle2(short a) {a2 = a;} function angles (line 78) | void angles(short a, short b) {a1 = a; a2 = b;} FILE: Game Trainers/common/include/FL/Fl_Double_Window.H function show (line 34) | void show() FL_OVERRIDE; FILE: Game Trainers/common/include/FL/Fl_File_Browser.H function full_height (line 45) | int full_height() const FL_OVERRIDE; function iconsize (line 60) | void iconsize(uchar s) { iconsize_ = s; redraw(); } function Fl_Fontsize (line 75) | Fl_Fontsize textsize() const { return Fl_Browser::textsize(); } function filetype (line 91) | void filetype(int t) { filetype_ = t; } FILE: Game Trainers/common/include/FL/Fl_File_Chooser.H type Type (line 49) | enum Type { FILE: Game Trainers/common/include/FL/Fl_File_Icon.H function class (line 45) | class FL_EXPORT Fl_File_Icon { //// Icon data FILE: Game Trainers/common/include/FL/Fl_File_Input.H function down_box (line 69) | void down_box(Fl_Boxtype b) { down_box_ = b; } function errorcolor (line 90) | void errorcolor(Fl_Color c) {(void)c;} FILE: Game Trainers/common/include/FL/Fl_Flex.H function fixed (line 158) | void fixed(Fl_Widget &w, int size) { function margin (line 230) | int margin(int *left, int *top, int *right, int *bottom) const { function margin (line 282) | void margin(int left, int top, int right, int bottom) { function gap (line 305) | void gap(int g) { function spacing (line 347) | void spacing(int i) { FILE: Game Trainers/common/include/FL/Fl_FormsBitmap.H function bitmap (line 36) | void bitmap(Fl_Bitmap *B) {b = B;} function Fl_Bitmap (line 38) | Fl_Bitmap *bitmap() const {return b;} FILE: Game Trainers/common/include/FL/Fl_FormsPixmap.H function Pixmap (line 42) | void Pixmap(Fl_Pixmap *B) {b = B;} function Fl_Pixmap (line 45) | Fl_Pixmap *Pixmap() const {return b;} FILE: Game Trainers/common/include/FL/Fl_GIF_Image.H function colors (line 61) | struct GIF_FRAME { FILE: Game Trainers/common/include/FL/Fl_Gl_Window.H function draw (line 76) | void draw() FL_OVERRIDE; function valid (line 116) | void valid(char v) {if (v) valid_f_ |= 1; else valid_f_ &= 0xfe;} function context_valid (line 129) | void context_valid(char v) {if (v) valid_f_ |= 2; else valid_f_ &= 0xfd;} function can_do (line 132) | static int can_do(int m) {return can_do(m,0);} function can_do (line 135) | static int can_do(const int *m) {return can_do(0, m);} function can_do (line 137) | int can_do() {return can_do(mode_,alist);} function mode (line 186) | int mode(int a) {return mode(a,0);} function mode (line 198) | int mode(const int *a) {return mode(0, a);} function swap_interval (line 207) | int swap_interval() const; function Fl_Gl_Window (line 217) | Fl_Gl_Window const* as_gl_window() const FL_OVERRIDE { return this; } function pixel_w (line 229) | int pixel_w() { return int(pixels_per_unit() * w() + 0.5f); } function pixel_h (line 239) | int pixel_h() { return int(pixels_per_unit() * h() + 0.5f); } FILE: Game Trainers/common/include/FL/Fl_Graphics_Driver.H type Fl_Fontdesc (line 52) | struct Fl_Fontdesc type PangoFontDescription (line 53) | typedef struct _PangoFontDescription PangoFontDescription; function class (line 86) | class FL_EXPORT Fl_Graphics_Driver { function class (line 392) | class Fl_Font_Descriptor { type Fl_Fontdesc (line 404) | struct Fl_Fontdesc { function floor (line 430) | inline int floor(int x) { return Fl_Scalable_Graphics_Driver::floor(x, s... function xyline (line 447) | void xyline(int x, int y, int x1, int y2) FL_OVERRIDE {Fl_Graphics_Drive... function xyline (line 448) | void xyline(int x, int y, int x1, int y2, int x3) FL_OVERRIDE {Fl_Graphi... function yxline (line 451) | void yxline(int x, int y, int y1, int x2) FL_OVERRIDE {Fl_Graphics_Drive... function yxline (line 452) | void yxline(int x, int y, int y1, int x2, int y3) FL_OVERRIDE {Fl_Graphi... FILE: Game Trainers/common/include/FL/Fl_Grid.H type Fl_Grid_Align (line 29) | typedef unsigned short Fl_Grid_Align; function Cell (line 202) | Cell *next() { function next (line 217) | void next(Cell *c) { function Fl_Widget (line 221) | Fl_Widget *widget() const { return widget_; } function rowspan (line 226) | void rowspan(short v) { rowspan_ = v; } function colspan (line 227) | void colspan(short v) { colspan_ = v; } function align (line 231) | void align(Fl_Grid_Align align) { align_ = align; } function minimum_size (line 234) | void minimum_size(int w, int h) { if (w>=0) w_ = w; if (h>=0) h_ = h; } function minimum_size (line 235) | void minimum_size(int *w, int *h) const { if (w) *w = w_; if (h) *h = h_; } function need_layout (line 288) | void need_layout(int set) { function show_grid (line 379) | void show_grid(int set) { function show_grid (line 396) | void show_grid(int set, Fl_Color col) { FILE: Game Trainers/common/include/FL/Fl_Group.H function Fl_Widget (line 110) | Fl_Widget *child(int n) const { function find (line 119) | int find(const Fl_Widget& o) const {return find(&o);} function add (line 133) | void add(Fl_Widget* o) {add(*o);} function insert (line 139) | void insert(Fl_Widget& o, Fl_Widget* before) {insert(o,find(before));} function remove (line 146) | void remove(Fl_Widget* o) {remove(*o);} function resizable (line 156) | void resizable(Fl_Widget& o) {resizable_ = &o;} function resizable (line 210) | void resizable(Fl_Widget* o) {resizable_ = o;} function Fl_Widget (line 215) | Fl_Widget* resizable() const {return resizable_;} function add_resizable (line 219) | void add_resizable(Fl_Widget& o) {resizable_ = &o; add(o);} function clip_children (line 231) | void clip_children(int c) { if (c) set_flag(CLIP_CHILDREN); else clear_f... function clip_children (line 239) | unsigned int clip_children() { return (flags() & CLIP_CHILDREN) != 0; } function Fl_Group (line 242) | Fl_Group* as_group() FL_OVERRIDE { return this; } function Fl_Group (line 243) | Fl_Group const* as_group() const FL_OVERRIDE { return this; } function focus (line 252) | void focus(Fl_Widget* W) {W->take_focus();} function class (line 283) | class FL_EXPORT Fl_End { FILE: Game Trainers/common/include/FL/Fl_Help_Dialog.H function class (line 36) | class FL_EXPORT Fl_Help_Dialog { FILE: Game Trainers/common/include/FL/Fl_Help_View.H type Fl_Help_Block (line 46) | struct Fl_Help_Block { type Fl_Help_Link (line 64) | struct Fl_Help_Link { function Fl_Help_Font_Style (line 78) | struct FL_EXPORT Fl_Help_Font_Style { function Fl_Help_Font_Stack (line 91) | struct FL_EXPORT Fl_Help_Font_Stack { type Fl_Help_Target (line 127) | struct Fl_Help_Target { function initfont (line 259) | void initfont(Fl_Font &f, Fl_Fontsize &s, Fl_Color &c) { f = textfont_; ... function pushfont (line 260) | void pushfont(Fl_Font f, Fl_Fontsize s) {fstack_.push(f, s, textcolor_);} function pushfont (line 261) | void pushfont(Fl_Font f, Fl_Fontsize s, Fl_Color c) {fstack_.push(f, s, ... function popfont (line 262) | void popfont(Fl_Font &f, Fl_Fontsize &s, Fl_Color &c) {fstack_.pop(f, s,... function link (line 327) | void link(Fl_Help_Func *fn) { link_ = fn; } function size (line 332) | void size(int W, int H) { Fl_Widget::size(W, H); } function textcolor (line 334) | void textcolor(Fl_Color c) { if (textcolor_ == defcolor_) textc... function textfont (line 338) | void textfont(Fl_Font f) { textfont_ = f; format(); } function textsize (line 342) | void textsize(Fl_Fontsize s) { textsize_ = s; format(); } function scrollbar_size (line 390) | void scrollbar_size(int newSize) { FILE: Game Trainers/common/include/FL/Fl_ICO_Image.H type IconDirEntry (line 31) | struct IconDirEntry { function IconDirEntry (line 49) | const IconDirEntry * icondirentry() const { return icondirentry_; } type IconDirEntry (line 53) | struct IconDirEntry FILE: Game Trainers/common/include/FL/Fl_Image.H type Fl_Menu_Item (line 28) | struct Fl_Menu_Item type Fl_Label (line 29) | struct Fl_Label type Fl_RGB_Scaling (line 36) | enum Fl_RGB_Scaling { function class (line 60) | class FL_EXPORT Fl_Image { function Fl_Image (line 364) | Fl_Image *copy() const { return Fl_Image::copy(); } function desaturate (line 366) | void desaturate() FL_OVERRIDE; function cache_w (line 372) | int cache_w() {return cache_w_;} function cache_h (line 373) | int cache_h() {return cache_h_;} function max_size (line 383) | static void max_size(size_t size) { max_size_ = size;} function max_size (line 388) | static size_t max_size() {return max_size_;} function virtual (line 391) | virtual Fl_SVG_Image *as_svg_image() { return NULL; } function virtual (line 394) | virtual void normalize() {} FILE: Game Trainers/common/include/FL/Fl_Image_Surface.H function class (line 100) | class Fl_Image_Surface_Driver : public Fl_Widget_Surface { function virtual (line 110) | virtual ~Fl_Image_Surface_Driver() {} function virtual (line 119) | virtual void mask(const Fl_RGB_Image *) {} FILE: Game Trainers/common/include/FL/Fl_Input_.H function yscroll (line 216) | void yscroll(int yOffset) { yscroll_ = yOffset; damage(FL_DAMAGE_EXPOSE);} function ivalue (line 265) | int ivalue() const; function maximum_size (line 300) | void maximum_size(int m) {maximum_size_ = m;} function insert_position (line 325) | int insert_position(int p) { return insert_position(p, p); } function mark (line 334) | int mark(int m) {return insert_position(insert_position(), m);} function cut (line 349) | int cut() {return replace(insert_position(), mark(), 0);} function cut (line 363) | int cut(int n) {return replace(insert_position(), insert_position()+n, 0);} function cut (line 376) | int cut(int a, int b) {return replace(a, b, 0);} function can_undo (line 401) | bool can_undo() const; function shortcut (line 423) | void shortcut(int s) {shortcut_ = s;} function textfont (line 432) | void textfont(Fl_Font s) {textfont_ = s;} function textsize (line 441) | void textsize(Fl_Fontsize s) {textsize_ = s;} function textcolor (line 452) | void textcolor(Fl_Color n) {textcolor_ = n;} function cursor_color (line 461) | void cursor_color(Fl_Color n) {cursor_color_ = n;} function input_type (line 470) | void input_type(int t) { type((uchar)(t | readonly())); } function readonly (line 478) | void readonly(int b) { if (b) type((uchar)(type() | FL_INPUT_READONLY)); function wrap (line 491) | void wrap(int b) { if (b) type((uchar)(type() | FL_INPUT_WRAP)); function tab_nav (line 517) | void tab_nav(int val) { FILE: Game Trainers/common/include/FL/Fl_Input_Choice.H function class (line 46) | class InputMenuButton : public Fl_Menu_Button { FILE: Game Trainers/common/include/FL/Fl_Menu_.H function Fl_Menu_Item (line 95) | const Fl_Menu_Item* test_shortcut() {return picked(menu()->test_shortcut... function Fl_Menu_Item (line 133) | const Fl_Menu_Item *menu() const {return menu_;} function size (line 148) | int size() const ; function mode (line 157) | void mode(int i,int fl) {menu_[i].flags = fl;} function mode (line 159) | int mode(int i) const {return menu_[i].flags;} function Fl_Menu_Item (line 162) | const Fl_Menu_Item *mvalue() const {return value_;} function Fl_Menu_Item (line 167) | const Fl_Menu_Item *prev_mvalue() const {return prev_value_;} function value (line 169) | int value() const; function textfont (line 219) | void textfont(Fl_Font c) {textfont_=c;} function textsize (line 223) | void textsize(Fl_Fontsize c) {textsize_=c;} function textcolor (line 227) | void textcolor(Fl_Color c) {textcolor_=c;} function down_box (line 235) | void down_box(Fl_Boxtype b) {down_box_ = b;} function menu_box (line 245) | void menu_box(Fl_Boxtype b) { menu_box_ = b; } function down_color (line 250) | void down_color(unsigned c) {selection_color(c);} FILE: Game Trainers/common/include/FL/Fl_Menu_Bar.H function virtual (line 93) | virtual void update() {} FILE: Game Trainers/common/include/FL/Fl_Menu_Button.H type popup_buttons (line 67) | enum popup_buttons {POPUP1 = 1, /**< pops up with the mouse 1st button. */ FILE: Game Trainers/common/include/FL/Fl_Menu_Item.H function Fl_Menu_Item (line 124) | struct FL_EXPORT Fl_Menu_Item { function Fl_Menu_Item (line 147) | const Fl_Menu_Item *first() const { return next(0); } function Fl_Menu_Item (line 150) | Fl_Menu_Item *first() { return next(0); } function label (line 191) | void label(const char* a) { text = a; } function label (line 208) | void label(Fl_Labeltype a, const char* b) { function multi_label (line 227) | void multi_label(const Fl_Multi_Label *ml) { function image_label (line 245) | void image_label(const Fl_Image *image) { function labeltype (line 265) | void labeltype(Fl_Labeltype a) {labeltype_ = a;} function labelcolor (line 280) | void labelcolor(Fl_Color a) {labelcolor_ = a;} function labelfont (line 295) | void labelfont(Fl_Font a) {labelfont_ = a;} function labelsize (line 301) | void labelsize(Fl_Fontsize a) {labelsize_ = a;} function callback (line 316) | void callback(Fl_Callback* c, void* p) {callback_=c; user_data_=p;} function callback (line 323) | void callback(Fl_Callback* c) {callback_=c;} function callback (line 330) | void callback(Fl_Callback0 *c) { function user_data (line 352) | void user_data(void* v) {user_data_ = v;} function argument (line 367) | void argument(long v) {user_data_ = (void*)(fl_intptr_t)v;} function shortcut (line 387) | void shortcut(int s) {shortcut_ = s;} function value (line 418) | void value(int v) { v ? set() : clear(); } function set (line 424) | void set() {flags |= FL_MENU_VALUE;} function clear (line 427) | void clear() {flags &= ~FL_MENU_VALUE;} function show (line 435) | void show() {flags &= ~FL_MENU_INVISIBLE;} function hide (line 438) | void hide() {flags |= FL_MENU_INVISIBLE;} function activate (line 444) | void activate() {flags &= ~FL_MENU_INACTIVE;} function deactivate (line 449) | void deactivate() {flags |= FL_MENU_INACTIVE;} function image (line 460) | void image(Fl_Image* image) {image->label(this);} function image (line 467) | void image(Fl_Image& image) {image.label(this);} function do_callback (line 493) | void do_callback(Fl_Widget* o) const {Fl::callback_reason_=FL_REASON_SEL... function do_callback (line 500) | void do_callback(Fl_Widget* o,void* arg) const {Fl::callback_reason_=FL_... function do_callback (line 509) | void do_callback(Fl_Widget* o,long arg) const {Fl::callback_reason_=FL_R... function check (line 525) | inline void check() {set();} function uncheck (line 533) | inline void uncheck() {clear();} FILE: Game Trainers/common/include/FL/Fl_Multi_Label.H type Fl_Menu_Item (line 21) | struct Fl_Menu_Item function Fl_Multi_Label (line 76) | struct FL_EXPORT Fl_Multi_Label { FILE: Game Trainers/common/include/FL/Fl_Native_File_Chooser.H type Type (line 134) | enum Type { type Option (line 142) | enum Option { function type (line 159) | int type() const ; function class (line 234) | class Fl_Native_File_Chooser_FLTK_Driver : public Fl_Native_File_Chooser... FILE: Game Trainers/common/include/FL/Fl_Overlay_Window.H function hide (line 53) | void hide() FL_OVERRIDE; function Fl_Overlay_Window (line 75) | Fl_Overlay_Window *as_overlay_window() FL_OVERRIDE {return this; } FILE: Game Trainers/common/include/FL/Fl_PDF_File_Surface.H function begin_job (line 57) | int begin_job(int, int *, int *, char **) FL_OVERRIDE {return 1;} type Fl_Paged_Device (line 67) | enum Fl_Paged_Device function printable_rect (line 70) | int printable_rect(int *w, int *h) FL_OVERRIDE { return platform_surface... function margins (line 71) | void margins(int *left, int *top, int *right, int *bottom) FL_OVERRIDE { function origin (line 74) | void origin(int x, int y) FL_OVERRIDE {platform_surface_->origin(x, y);} function origin (line 75) | void origin(int *x, int *y) FL_OVERRIDE {platform_surface_->origin(x, y);} function rotate (line 77) | void rotate(float angle) FL_OVERRIDE {platform_surface_->rotate(angle);} function translate (line 78) | void translate(int x, int y) FL_OVERRIDE {platform_surface_->translate(x... function untranslate (line 79) | void untranslate() FL_OVERRIDE {platform_surface_->untranslate();} function begin_page (line 80) | int begin_page(void) FL_OVERRIDE {return platform_surface_->begin_page();} function end_page (line 81) | int end_page(void) FL_OVERRIDE {return platform_surface_->end_page();} function end_job (line 82) | void end_job(void) FL_OVERRIDE {return platform_surface_->end_job();} function set_current (line 85) | void set_current() FL_OVERRIDE { if (platform_surface_) platform_surface... function is_current (line 86) | bool is_current() FL_OVERRIDE { return surface() == platform_surface_; } FILE: Game Trainers/common/include/FL/Fl_Pack.H function spacing (line 79) | void spacing(int i) {spacing_ = i;} function clear (line 98) | void clear() { Fl_Group::clear(); resizable(NULL); } FILE: Game Trainers/common/include/FL/Fl_Paged_Device.H type Page_Format (line 45) | enum Page_Format { type Page_Layout (line 81) | enum Page_Layout { type page_format (line 90) | typedef struct { function virtual (line 102) | virtual ~Fl_Paged_Device() {} function start_page (line 112) | int start_page() {return begin_page();} FILE: Game Trainers/common/include/FL/Fl_Pixmap.H type Fl_Menu_Item (line 25) | struct Fl_Menu_Item function Fl_Image (line 67) | Fl_Image *copy() const { return Fl_Image::copy(); } function desaturate (line 69) | void desaturate() FL_OVERRIDE; function cache_w (line 75) | int cache_w() {return cache_w_;} function cache_h (line 76) | int cache_h() {return cache_h_;} FILE: Game Trainers/common/include/FL/Fl_Plugin.H function class (line 59) | class FL_EXPORT Fl_Plugin { function plugins (line 78) | int plugins() { return groups(); } FILE: Game Trainers/common/include/FL/Fl_Positioner.H function xminimum (line 68) | void xminimum(double a) {xbounds(a,xmax);} function xmaximum (line 72) | void xmaximum(double a) {xbounds(xmin,a);} function yminimum (line 77) | void yminimum(double a) {ybounds(a, ymax);} function ymaximum (line 81) | void ymaximum(double a) {ybounds(ymin, a);} function xstep (line 83) | void xstep(double a) {xstep_ = a;} function ystep (line 85) | void ystep(double a) {ystep_ = a;} FILE: Game Trainers/common/include/FL/Fl_Preferences.H function class (line 125) | class FL_EXPORT Fl_Preferences { FILE: Game Trainers/common/include/FL/Fl_Progress.H function maximum (line 51) | void maximum(float v) { maximum_ = v; redraw(); } function minimum (line 56) | void minimum(float v) { minimum_ = v; redraw(); } function value (line 61) | void value(float v) { value_ = v; redraw(); } FILE: Game Trainers/common/include/FL/Fl_Rect.H function class (line 30) | class FL_EXPORT Fl_Rect { function x (line 86) | void x(int X) { x_ = X; } function y (line 87) | void y(int Y) { y_ = Y; } function w (line 88) | void w(int W) { w_ = W; } function h (line 89) | void h(int H) { h_ = H; } function r (line 91) | void r(int R) { w_ = R - x_; } function b (line 92) | void b(int B) { h_ = B - y_; } function inset (line 104) | void inset(int d) { function inset (line 125) | void inset(Fl_Boxtype bt) { function inset (line 142) | void inset(int left, int top, int right, int bottom) { FILE: Game Trainers/common/include/FL/Fl_Repeat_Button.H function deactivate (line 42) | void deactivate() { FILE: Game Trainers/common/include/FL/Fl_SVG_Image.H type NSVGimage (line 22) | struct NSVGimage function Fl_Image (line 161) | Fl_Image *copy() const { function desaturate (line 165) | void desaturate() FL_OVERRIDE; function Fl_SVG_Image (line 169) | Fl_SVG_Image *as_svg_image() FL_OVERRIDE { return this; } FILE: Game Trainers/common/include/FL/Fl_Scheme.H function class (line 22) | class Fl_Scheme { FILE: Game Trainers/common/include/FL/Fl_Scroll.H type Fl_Region_LRTB (line 113) | typedef struct { type Fl_Scrollbar_Data (line 121) | typedef struct { type ScrollInfo (line 135) | typedef struct { function scrollbar_size (line 217) | void scrollbar_size(int newSize) { FILE: Game Trainers/common/include/FL/Fl_Scrollbar.H function value (line 63) | int value() const {return int(Fl_Slider::value());} function value (line 87) | int value(int pos, int windowSize, int first_line, int total_lines) { function linesize (line 101) | void linesize(int i) {linesize_ = i;} FILE: Game Trainers/common/include/FL/Fl_Shared_Image.H type Fl_Image (line 71) | typedef Fl_Image *(*Fl_Shared_Handler)(const char *name, function refcount (line 137) | int refcount() { return refcount_; } function original (line 146) | int original() { return original_; } function release (line 148) | void release() FL_OVERRIDE; function desaturate (line 160) | void desaturate() FL_OVERRIDE; function uncache (line 163) | void uncache() FL_OVERRIDE; FILE: Game Trainers/common/include/FL/Fl_Single_Window.H function show (line 36) | void show(int argc, char **argv) { Fl_Window::show(argc, argv);} function make_current (line 53) | void make_current() { Fl_Window::make_current(); } function flush (line 58) | void flush() FL_OVERRIDE { Fl_Window::flush(); } FILE: Game Trainers/common/include/FL/Fl_Slider.H function slider (line 102) | void slider(Fl_Boxtype c) {slider_ = c;} FILE: Game Trainers/common/include/FL/Fl_Spinner.H function format (line 84) | void format(const char *f) { format_ = f; update(); } function maximum (line 90) | void maximum(double m) { maximum_ = m; } function minimum (line 96) | void minimum(double m) { minimum_ = m; } function range (line 99) | void range(double a, double b) { minimum_ = a; maximum_ = b; } function wrap (line 133) | void wrap(int set) { wrap_ = set ? 1 : 0; } function textcolor (line 145) | void textcolor(Fl_Color c) { input_.textcolor(c); } function textfont (line 151) | void textfont(Fl_Font f) { input_.textfont(f); } function textsize (line 157) | void textsize(Fl_Fontsize s) { input_.textsize(s); } function value (line 176) | void value(double v) { value_ = v; update(); } function color (line 181) | void color(Fl_Color v) { input_.color(v); } function selection_color (line 191) | void selection_color(Fl_Color val) { input_.selection_color(val); } function maximum_size (line 201) | void maximum_size(int m) { if (m > 0) input_.maximum_size(m); } FILE: Game Trainers/common/include/FL/Fl_Sys_Menu_Bar.H function Fl_Menu_Item (line 111) | const Fl_Menu_Item *menu() const {return Fl_Menu_::menu();} function update (line 113) | void update() FL_OVERRIDE; FILE: Game Trainers/common/include/FL/Fl_Table.H type std (line 32) | typedef std::vector Fl_Int_Vector; type TableContext (line 129) | enum TableContext { type ResizeFlag (line 202) | enum ResizeFlag { function is_fltk_container (line 385) | int is_fltk_container() { // does table contain fltk... function redraw_range (line 397) | void redraw_range(int topRow, int botRow, int leftCol, int rightCol) { function virtual (line 427) | virtual void clear() { function table_box (line 440) | inline void table_box(Fl_Boxtype val) { function Fl_Boxtype (line 448) | inline Fl_Boxtype table_box( void ) { function rows (line 457) | inline int rows() { function cols (line 466) | inline int cols() { function visible_cells (line 498) | inline void visible_cells(int& r1, int& r2, int& c1, int& c2) { function is_interactive_resize (line 509) | int is_interactive_resize() { function row_resize (line 516) | inline int row_resize() { function row_resize (line 526) | void row_resize(int flag) { // enable row resizing function col_resize (line 533) | inline int col_resize() { function col_resize (line 543) | void col_resize(int flag) { // enable col resizing function col_resize_min (line 550) | inline int col_resize_min() { // column minimum resizing... function col_resize_min (line 559) | void col_resize_min(int val) { function row_resize_min (line 566) | inline int row_resize_min() { // column minimum resizing... function row_resize_min (line 575) | void row_resize_min(int val) { function row_header (line 582) | inline int row_header() { // set/get row header enab... function row_header (line 590) | void row_header(int flag) { function col_header (line 599) | inline int col_header() { // set/get col header enab... function col_header (line 607) | void col_header(int flag) { function col_header_height (line 616) | inline void col_header_height(int height) { // set/get col header height function col_header_height (line 625) | inline int col_header_height() { function row_header_width (line 632) | inline void row_header_width(int width) { // set/get row header width function row_header_width (line 641) | inline int row_header_width() { function row_header_color (line 648) | inline void row_header_color(Fl_Color val) { // set/get row header color function Fl_Color (line 656) | inline Fl_Color row_header_color() { function col_header_color (line 663) | inline void col_header_color(Fl_Color val) { // set/get col header color function Fl_Color (line 671) | inline Fl_Color col_header_color() { function row_height_all (line 689) | void row_height_all(int height) { // set all row/col heights function col_width_all (line 699) | void col_width_all(int width) { function row_position (line 711) | int row_position() { function col_position (line 718) | int col_position() { function top_row (line 727) | inline void top_row(int row) { // set/get top row (deprec... function top_row (line 735) | inline int top_row() { function init_sizes (line 762) | void init_sizes() { function add (line 771) | void add(Fl_Widget& wgt) { function add (line 784) | void add(Fl_Widget* wgt) { function insert (line 792) | void insert(Fl_Widget& wgt, int n) { function insert (line 801) | void insert(Fl_Widget& wgt, Fl_Widget* w2) { function remove (line 808) | void remove(Fl_Widget& wgt) { function begin (line 813) | void begin() { function end (line 818) | void end() { function Fl_Widget (line 835) | Fl_Widget*const* array() { function Fl_Widget (line 853) | Fl_Widget *child(int n) const { function find (line 870) | int find(const Fl_Widget *wgt) const { function find (line 875) | int find(const Fl_Widget &wgt) const { function callback_row (line 886) | int callback_row() { function callback_col (line 895) | int callback_col() { function TableContext (line 904) | TableContext callback_context() { function do_callback (line 915) | void do_callback(TableContext context, int row, int col) { function scrollbar_size (line 1066) | void scrollbar_size(int newSize) { function tab_cell_nav (line 1084) | void tab_cell_nav(int val) { FILE: Game Trainers/common/include/FL/Fl_Table_Row.H type TableRowSelectMode (line 46) | enum TableRowSelectMode { function init (line 56) | void init() { function const (line 75) | char operator[](int x) const { function size (line 81) | int size() { function pop_back (line 85) | char pop_back() { function push_back (line 90) | void push_back(char val) { function back (line 95) | char back() { function find_cell (line 116) | int find_cell(TableContext context, // find cell's x/y/w/h giv... function rows (line 143) | int rows() { // get number of rows function clear (line 172) | void clear() FL_OVERRIDE { FILE: Game Trainers/common/include/FL/Fl_Tabs.H type Fl_Menu_Item (line 25) | struct Fl_Menu_Item function Fl_Widget (line 306) | Fl_Widget *push() const { return push_; } function tab_align (line 323) | void tab_align(Fl_Align a) { tab_align_ = a; } FILE: Game Trainers/common/include/FL/Fl_Terminal.H type RedrawStyle (line 332) | enum RedrawStyle { type Attrib (line 346) | enum Attrib { type CharFlags (line 362) | enum CharFlags { type OutFlags (line 378) | enum OutFlags { type ScrollbarStyle (line 389) | enum ScrollbarStyle { function left (line 409) | int left(void) const { return left_; } function right (line 410) | int right(void) const { return right_; } function top (line 411) | int top(void) const { return top_; } function bottom (line 412) | int bottom(void) const { return bottom_; } function left (line 413) | void left(int val) { left_ = val; } function right (line 414) | void right(int val) { right_ = val; } function top (line 415) | void top(int val) { top_ = val; } function bottom (line 416) | void bottom(int val) { bottom_ = val; } function class (line 425) | class FL_EXPORT CharStyle { function col (line 515) | int col(void) const { return col_; } function row (line 516) | int row(void) const { return row_; } function h (line 517) | int h(void) const { return h_; } function Fl_Color (line 518) | Fl_Color fgcolor(void) const { return fgcolor_; } function Fl_Color (line 519) | Fl_Color bgcolor(void) const { return bgcolor_; } function col (line 520) | void col(int val) { col_ = val >= 0 ? val : 0; } function row (line 521) | void row(int val) { row_ = val >= 0 ? val : 0; } function h (line 522) | void h(int val) { h_ = val; } function fgcolor (line 523) | void fgcolor(Fl_Color val) { fgcolor_ = val; } function bgcolor (line 524) | void bgcolor(Fl_Color val) { bgcolor_ = val; } function left (line 525) | int left(void) { col_ = (col_>0) ? (col_-1) : 0; return co... function right (line 526) | int right(void) { return ++col_; } function up (line 527) | int up(void) { row_ = (row_>0) ? (row_-1) : 0; return ro... function down (line 528) | int down(void) { return ++row_; } function home (line 531) | void home(void) { row_ = 0; col_ = 0; } function class (line 539) | class FL_EXPORT Utf8Char { function class (line 587) | class FL_EXPORT RingBuffer { function class (line 690) | class FL_EXPORT Selection { function class (line 735) | class FL_EXPORT EscapeSeq { function class (line 778) | class FL_EXPORT PartialUtf8Buf { function PartialUtf8Buf (line 784) | PartialUtf8Buf(void) { clear(); } function is_continuation (line 786) | bool is_continuation(char c) { function buflen (line 802) | int buflen(void) const { return buflen_; } function append (line 812) | bool append(const char* p, int len) { function is_complete (line 820) | bool is_complete(void) const { return (buflen_ && (buflen_ == clen_)); } function ring_cols (line 1055) | inline int ring_cols(void) const { return ring_.ring_cols(); } function ring_srow (line 1057) | inline int ring_srow(void) const { return ring_.ring_srow(); } function ring_erow (line 1059) | inline int ring_erow(void) const { return ring_.ring_erow(); } function hist_rows (line 1061) | inline int hist_rows(void) const { return ring_.hist_rows(); } function hist_cols (line 1063) | inline int hist_cols(void) const { return ring_.hist_cols(); } function hist_srow (line 1065) | inline int hist_srow(void) const { return ring_.hist_srow(); } function hist_erow (line 1067) | inline int hist_erow(void) const { return ring_.hist_erow(); } function hist_use (line 1069) | inline int hist_use(void) const { return ring_.hist_use(); } function hist_use_srow (line 1071) | inline int hist_use_srow(void) const { return ring_.hist_use_srow(); } function disp_rows (line 1073) | inline int disp_rows(void) const { return ring_.disp_rows(); } function disp_cols (line 1075) | inline int disp_cols(void) const { return ring_.disp_cols(); } function disp_srow (line 1077) | inline int disp_srow(void) const { return ring_.disp_srow(); } function disp_erow (line 1079) | inline int disp_erow(void) const { return ring_.disp_erow(); } function offset (line 1081) | inline int offset(void) const { return ring_.offset(); } function box (line 1111) | void box(Fl_Boxtype val) { Fl_Group::box(val); update_screen(false); } function Fl_Boxtype (line 1113) | Fl_Boxtype box(void) const { return Fl_Group::box(); } function margin_left (line 1116) | int margin_left(void) const { return margin_.left(); } function margin_right (line 1118) | int margin_right(void) const { return margin_.right(); } function margin_top (line 1120) | int margin_top(void) const { return margin_.top(); } function margin_bottom (line 1122) | int margin_bottom(void) const { return margin_.bottom(); } function Fl_Font (line 1137) | Fl_Font textfont(void) const { return current_style_->fontface(... function Fl_Fontsize (line 1139) | Fl_Fontsize textsize(void) const { return current_style_->fontsize(... function Fl_Color (line 1141) | Fl_Color color(void) const { return Fl_Group::color(); } function Fl_Color (line 1143) | Fl_Color textcolor(void) const { return textfgcolor_default(); } function Fl_Color (line 1145) | Fl_Color textfgcolor(void) const { return current_style_->fgcolor(); } function Fl_Color (line 1147) | Fl_Color textbgcolor(void) const { return current_style_->bgcolor(); } function Fl_Color (line 1149) | Fl_Color textfgcolor_default(void) const { return current_style_->d... function Fl_Color (line 1151) | Fl_Color textbgcolor_default(void) const { return current_style_->d... function selectionfgcolor (line 1155) | void selectionfgcolor(Fl_Color val) { select_.selectionfgcolor(val); } function selectionbgcolor (line 1157) | void selectionbgcolor(Fl_Color val) { select_.selectionbgcolor(val); } function Fl_Color (line 1159) | Fl_Color selectionfgcolor(void) const { return select_.selectionfgcolor(... function Fl_Color (line 1161) | Fl_Color selectionbgcolor(void) const { return select_.selectionbgcolor(... function uchar (line 1164) | uchar textattrib() const; function error_char (line 1179) | void error_char(const char* val) { error_char_ = val; } FILE: Game Trainers/common/include/FL/Fl_Text_Buffer.H function class (line 100) | class FL_EXPORT Fl_Text_Selection { function class (line 201) | class FL_EXPORT Fl_Text_Buffer { function can_undo (line 337) | bool can_undo() const; function secondary_selected (line 473) | int secondary_selected() { return mSecondary.selected(); } function highlight (line 512) | int highlight() { return mHighlight.selected(); } function call_modify_callbacks (line 553) | void call_modify_callbacks() { call_modify_callbacks(0, 0, 0, 0, 0); } function call_predelete_callbacks (line 570) | void call_predelete_callbacks() { call_predelete_callbacks(0, 0); } function Fl_Text_Selection (line 721) | const Fl_Text_Selection* primary_selection() const { return &mPrimary; } function Fl_Text_Selection (line 726) | Fl_Text_Selection* primary_selection() { return &mPrimary; } function Fl_Text_Selection (line 731) | const Fl_Text_Selection* secondary_selection() const { return &mSecondar... function Fl_Text_Selection (line 736) | const Fl_Text_Selection* highlight_selection() const { return &mHighligh... FILE: Game Trainers/common/include/FL/Fl_Text_Display.H type Style_Table_Entry (line 145) | struct Style_Table_Entry { function buffer (line 180) | void buffer(Fl_Text_Buffer& buf) { buffer(&buf); } function Fl_Text_Buffer (line 189) | Fl_Text_Buffer* buffer() const { return mBuffer; } function Fl_Text_Buffer (line 196) | Fl_Text_Buffer* style_buffer() const { return mStyleBuffer; } function hide_cursor (line 238) | void hide_cursor() { show_cursor(0); } function cursor_color (line 253) | void cursor_color(Fl_Color n) {mCursor_color = n;} function scrollbar_width (line 269) | void scrollbar_width(int width) { function scrollbar_size (line 306) | void scrollbar_size(int newSize) { function scrollbar_align (line 320) | void scrollbar_align(Fl_Align a) { scrollbar_align_ = a; } function word_start (line 327) | int word_start(int pos) const { return buffer()->word_start(pos); } function word_end (line 334) | int word_end(int pos) const { return buffer()->word_end(pos); } function shortcut (line 357) | void shortcut(int s) {shortcut_ = s;} function textfont (line 369) | void textfont(Fl_Font s) {textfont_ = s; mColumnScale = 0; } function textsize (line 381) | void textsize(Fl_Fontsize s) {textsize_ = s; mColumnScale = 0; } function textcolor (line 393) | void textcolor(Fl_Color n) {textcolor_ = n;} function grammar_underline_color (line 399) | void grammar_underline_color(Fl_Color color) { grammar_underline_color_ ... function spelling_underline_color (line 411) | void spelling_underline_color(Fl_Color color) { spelling_underline_color... function secondary_selection_color (line 423) | void secondary_selection_color(Fl_Color color) { secondary_selection_col... function linenumber_width (line 455) | int linenumber_width() const; function scroll_col (line 543) | int scroll_col() { return mHorizOffset; } FILE: Game Trainers/common/include/FL/Fl_Text_Editor.H type Key_Binding (line 44) | struct Key_Binding { function insert_mode (line 59) | void insert_mode(int b) { insert_mode_ = b; } function insert_mode (line 65) | int insert_mode() { return insert_mode_; } function tab_nav (line 67) | int tab_nav() const; function remove_key_binding (line 74) | void remove_key_binding(int key, int state) function remove_all_key_bindings (line 78) | void remove_all_key_bindings() { remove_all_key_bindings(&key_bindings); } function Key_Func (line 82) | Key_Func bound_key_function(int key, int state) const function default_key_function (line 85) | void default_key_function(Key_Func f) { default_key_function_ = f; } FILE: Game Trainers/common/include/FL/Fl_Tile.H function position (line 37) | void position(int x, int y) { Fl_Group::position(x, y); } function Fl_Cursor (line 50) | Fl_Cursor cursor(int n) { type Size_Range (line 56) | typedef struct { int minw, minh, maxw, maxh; } Size_Range; FILE: Game Trainers/common/include/FL/Fl_Tiled_Image.H function Fl_Image (line 43) | Fl_Image *copy() const { function desaturate (line 47) | void desaturate() FL_OVERRIDE; function Fl_Image (line 51) | Fl_Image *image() { return image_; } FILE: Game Trainers/common/include/FL/Fl_Timer.H function direction (line 65) | void direction(char d) {direction_ = d;} FILE: Game Trainers/common/include/FL/Fl_Tooltip.H function class (line 34) | class FL_EXPORT Fl_Tooltip { function delay (line 40) | static void delay(float f) { delay_ = f; } function hidedelay (line 42) | static float hidedelay() { return hidedelay_; } function hidedelay (line 44) | static void hidedelay(float f) { hidedelay_ = f; } function hoverdelay (line 49) | static float hoverdelay() { return hoverdelay_; } function hoverdelay (line 54) | static void hoverdelay(float f) { hoverdelay_ = f; } function enabled (line 56) | static int enabled() { return Fl::option(Fl::OPTION_SHOW_TOOLTIPS); } function disable (line 60) | static void disable() { enable(0); } function Fl_Widget (line 65) | static Fl_Widget* current() {return widget_;} function Fl_Font (line 69) | static Fl_Font font() { return font_; } function font (line 71) | static void font(Fl_Font i) { font_ = i; } function Fl_Fontsize (line 73) | static Fl_Fontsize size() { return (size_ == -1 ? FL_NORMAL_SIZE : size_... function size (line 75) | static void size(Fl_Fontsize s) { size_ = s; } function Fl_Color (line 77) | static Fl_Color color() { return color_; } function color (line 79) | static void color(Fl_Color c) { color_ = c; } function Fl_Color (line 81) | static Fl_Color textcolor() { return textcolor_; } function textcolor (line 83) | static void textcolor(Fl_Color c) { textcolor_ = c; } function margin_width (line 85) | static int margin_width() { return margin_width_; } function margin_width (line 87) | static void margin_width(int v) { margin_width_ = v; } function margin_height (line 89) | static int margin_height() { return margin_height_; } function margin_height (line 91) | static void margin_height(int v) { margin_height_ = v; } function wrap_width (line 93) | static int wrap_width() { return wrap_width_; } function wrap_width (line 95) | static void wrap_width(int v) { wrap_width_ = v; } FILE: Game Trainers/common/include/FL/Fl_Tree.H type Fl_Tree_Reason (line 275) | enum Fl_Tree_Reason { FILE: Game Trainers/common/include/FL/Fl_Tree_Item.H function class (line 65) | class FL_EXPORT Fl_Tree_Item { function select_toggle (line 309) | void select_toggle() { function select_all (line 320) | int select_all() { function deselect (line 332) | void deselect() { function deselect_all (line 339) | int deselect_all() { function deactivate (line 376) | void deactivate() { function usericon (line 415) | void usericon(Fl_Image *val) { function Fl_Image (line 420) | Fl_Image *usericon() const { function userdeicon (line 449) | void userdeicon(Fl_Image* val) { function Fl_Image (line 454) | Fl_Image* userdeicon() const { function is_flag (line 482) | inline int is_flag(unsigned short val) const { FILE: Game Trainers/common/include/FL/Fl_Tree_Item_Array.H function class (line 45) | class FL_EXPORT Fl_Tree_Item_Array { FILE: Game Trainers/common/include/FL/Fl_Tree_Prefs.H type Fl_Tree_Sort (line 47) | enum Fl_Tree_Sort { type Fl_Tree_Connector (line 56) | enum Fl_Tree_Connector { type Fl_Tree_Select (line 65) | enum Fl_Tree_Select { type Fl_Tree_Item_Reselect_Mode (line 78) | enum Fl_Tree_Item_Reselect_Mode { type Fl_Tree_Item_Draw_Mode (line 87) | enum Fl_Tree_Item_Draw_Mode { function class (line 105) | class FL_EXPORT Fl_Tree_Prefs { function Fl_Tree_Item_Draw_Callback (line 432) | Fl_Tree_Item_Draw_Callback* item_draw_callback() const { function do_item_draw_callback (line 438) | void do_item_draw_callback(Fl_Tree_Item *o) const { FILE: Game Trainers/common/include/FL/Fl_Valuator.H function handle_push (line 62) | void handle_push() {previous_value_ = value_;} function set_value (line 68) | void set_value(double v) {value_ = v;} function bounds (line 75) | void bounds(double a, double b) {min=a; max=b;} function minimum (line 79) | void minimum(double a) {min = a;} function maximum (line 83) | void maximum(double a) {max = a;} function range (line 104) | void range(double a, double b) {min = a; max = b;} function step (line 106) | void step(int a) {A = a; B = 1;} function step (line 108) | void step(double a, int b) {A = a; B = b;} FILE: Game Trainers/common/include/FL/Fl_Value_Input.H function soft (line 75) | void soft(char s) {soft_ = s;} function shortcut (line 105) | void shortcut(int s) {input.shortcut(s);} function textfont (line 110) | void textfont(Fl_Font s) {input.textfont(s);} function textsize (line 114) | void textsize(Fl_Fontsize s) {input.textsize(s);} function textcolor (line 118) | void textcolor(Fl_Color n) {input.textcolor(n);} function cursor_color (line 122) | void cursor_color(Fl_Color n) {input.cursor_color(n);} FILE: Game Trainers/common/include/FL/Fl_Value_Output.H function soft (line 58) | void soft(uchar s) {soft_ = s;} function textfont (line 70) | void textfont(Fl_Font s) {textfont_ = s;} function textsize (line 73) | void textsize(Fl_Fontsize s) {textsize_ = s;} function textcolor (line 77) | void textcolor(Fl_Color s) {textcolor_ = s;} FILE: Game Trainers/common/include/FL/Fl_Value_Slider.H function textfont (line 49) | void textfont(Fl_Font s) { textfont_ = s; } function textsize (line 55) | void textsize(Fl_Fontsize s) { textsize_ = s; } function textcolor (line 61) | void textcolor(Fl_Color s) { textcolor_ = s; } function value_width (line 78) | void value_width(int s) { function value_height (line 107) | void value_height(int s) { FILE: Game Trainers/common/include/FL/Fl_Widget.H type Fl_Callback (line 35) | typedef Fl_Callback* Fl_Callback_p; function Fl_Label (line 49) | struct FL_EXPORT Fl_Label { function class (line 92) | class FL_EXPORT Fl_Callback_User_Data { function class (line 112) | class FL_EXPORT Fl_Widget { function argument (line 817) | void argument(long v) {user_data((void*)(fl_intptr_t)v);} function when (line 866) | void when(uchar i) {when_ = i;} function set_visible (line 908) | void set_visible() {flags_ &= ~INVISIBLE;} function clear_visible (line 914) | void clear_visible() {flags_ |= INVISIBLE;} function active_r (line 926) | int active_r() const; function set_output (line 964) | void set_output() {flags_ |= OUTPUT;} function clear_output (line 969) | void clear_output() {flags_ &= ~OUTPUT;} function set_changed (line 1001) | void set_changed() {flags_ |= CHANGED;} function clear_changed (line 1006) | void clear_changed() {flags_ &= ~CHANGED;} function clear_active (line 1012) | void clear_active() {flags_ |= INACTIVE;} function set_active (line 1018) | void set_active() {flags_ &= ~INACTIVE;} function set_visible_focus (line 1035) | void set_visible_focus() { flags_ |= VISIBLE_FOCUS; } function clear_visible_focus (line 1041) | void clear_visible_focus() { flags_ &= ~VISIBLE_FOCUS; } function visible_focus (line 1047) | void visible_focus(int v) { if (v) set_visible_focus(); else clear_visib... function do_callback (line 1089) | void do_callback(Fl_Callback_Reason reason=FL_REASON_UNKNOWN) {do_callba... function do_callback (line 1098) | void do_callback(Fl_Widget *widget, long arg, Fl_Callback_Reason reason=... function _set_fullscreen (line 1111) | void _set_fullscreen() {flags_ |= FULLSCREEN;} function _clear_fullscreen (line 1112) | void _clear_fullscreen() {flags_ &= ~FULLSCREEN;} function inside (line 1127) | int inside(const Fl_Widget *wgt) const {return wgt ? wgt->contains(this)... function measure_label (line 1186) | void measure_label(int& ww, int& hh) const {label_.measure(ww, hh);} function virtual (line 1215) | virtual Fl_Group* as_group() { return NULL; } function virtual (line 1216) | virtual Fl_Group const* as_group() const { return NULL; } function virtual (line 1230) | virtual Fl_Window* as_window() { return 0; } function virtual (line 1231) | virtual Fl_Window const* as_window() const { return NULL; } function Fl_Gl_Window (line 1243) | Fl_Gl_Window* as_gl_window() { return NULL; } function Fl_Gl_Window (line 1244) | Fl_Gl_Window const* as_gl_window() const { return NULL; } function use_accents_menu (line 1248) | int use_accents_menu() { return flags() & MAC_USE_ACCENTS_MENU; } function color2 (line 1258) | void color2(unsigned a) {color2_ = a;} function shortcut_label (line 1271) | void shortcut_label(int value) { FILE: Game Trainers/common/include/FL/Fl_Window.H function clear_border (line 230) | void clear_border() {set_flag(NOBORDER);} function set_override (line 234) | void set_override() {set_flag(NOBORDER|OVERRIDE);} function set_modal (line 245) | void set_modal() {set_flag(MODAL);} function set_non_modal (line 254) | void set_non_modal() {set_flag(NON_MODAL);} function clear_modal_states (line 295) | void clear_modal_states() {clear_flag(NON_MODAL | MODAL);} function set_menu_window (line 310) | void set_menu_window() {set_flag(MENU_WINDOW);} function set_tooltip_window (line 331) | void set_tooltip_window() { set_flag(TOOLTIP_WINDOW); function free_position (line 357) | void free_position() {clear_flag(FORCE_POSITION);} type HICON__ (line 386) | struct HICON__ function shown (line 431) | int shown() {return flx_ != 0;} function x_root (line 548) | int x_root() const ; function Fl_Overlay_Window (line 602) | Fl_Overlay_Window *as_overlay_window() {return 0L; } function Fl_Double_Window (line 607) | Fl_Double_Window *as_double_window() {return 0L;} function show_next_window_iconic (line 625) | static void show_next_window_iconic(char stat) { function show_next_window_iconic (line 636) | static char show_next_window_iconic() { FILE: Game Trainers/common/include/FL/filename.H function fl_filename_expand (line 98) | inline int fl_filename_expand(char *to, const char *from) { return fl_fi... function fl_filename_absolute (line 99) | inline int fl_filename_absolute(char *to, const char *from) { return fl_... function fl_filename_relative (line 100) | inline int fl_filename_relative(char *to, const char *from) { return fl_... type dirent (line 108) | struct dirent type dirent (line 108) | struct dirent type dirent (line 109) | struct dirent type dirent (line 109) | struct dirent type dirent (line 110) | struct dirent type dirent (line 110) | struct dirent type dirent (line 111) | struct dirent type dirent (line 111) | struct dirent type dirent (line 114) | struct dirent type dirent (line 114) | struct dirent type dirent (line 123) | struct dirent type dirent (line 125) | struct dirent FILE: Game Trainers/common/include/FL/fl_ask.H type Fl_Beep (line 40) | enum Fl_Beep { function fl_message_font (line 103) | inline void fl_message_font(Fl_Font f, Fl_Fontsize s) { function fl_message_position (line 118) | inline void fl_message_position(Fl_Widget &widget) { FILE: Game Trainers/common/include/FL/fl_casts.H function fl_char (line 23) | inline char fl_char(void *v) { return (char)(fl_intptr_t)v; } function fl_int (line 24) | inline int fl_int(void *v) { return (int)(fl_intptr_t)v; } function fl_long (line 25) | inline long fl_long(void *v) { return (long)(fl_intptr_t)v; } function fl_uchar (line 27) | inline unsigned char fl_uchar(void *v) { return (unsigned char)(fl_uin... function fl_uint (line 28) | inline unsigned int fl_uint(void *v) { return (unsigned int)(fl_uint... function fl_ulong (line 29) | inline unsigned long fl_ulong(void *v) { return (unsigned long)(fl_uin... FILE: Game Trainers/common/include/FL/fl_draw.H function fl_color (line 50) | inline void fl_color(Fl_Color c) { function fl_color (line 54) | inline void fl_color(int c) { function fl_color (line 67) | inline void fl_color(uchar r, uchar g, uchar b) { function Fl_Color (line 74) | inline Fl_Color fl_color() { function fl_push_clip (line 88) | inline void fl_push_clip(int x, int y, int w, int h) { function fl_clip (line 99) | inline void fl_clip(int x, int y, int w, int h) { function fl_push_no_clip (line 105) | inline void fl_push_no_clip() { function fl_pop_clip (line 115) | inline void fl_pop_clip() { function fl_not_clipped (line 132) | inline int fl_not_clipped(int x, int y, int w, int h) { function fl_clip_box (line 178) | inline int fl_clip_box(int x, int y, int w, int h, int &X, int &Y, int &... function fl_restore_clip (line 183) | inline void fl_restore_clip() { function fl_clip_region (line 196) | inline void fl_clip_region(Fl_Region r) { function Fl_Region (line 206) | inline Fl_Region fl_clip_region() { function fl_point (line 215) | inline void fl_point(int x, int y) { function fl_antialias (line 282) | inline void fl_antialias(int state) { function fl_antialias (line 287) | inline int fl_antialias() { function fl_rect (line 298) | inline void fl_rect(int x, int y, int w, int h) { function fl_rounded_rect (line 307) | inline void fl_rounded_rect(int x, int y, int w, int h, int r) { function fl_rect (line 316) | inline void fl_rect(Fl_Rect r) { function fl_focus_rect (line 326) | inline void fl_focus_rect(int x, int y, int w, int h) { function fl_rect (line 333) | inline void fl_rect(int x, int y, int w, int h, Fl_Color c) { function fl_rectf (line 339) | inline void fl_rectf(int x, int y, int w, int h) { function fl_rounded_rectf (line 347) | inline void fl_rounded_rectf(int x, int y, int w, int h, int r) { function fl_rectf (line 354) | inline void fl_rectf(int x, int y, int w, int h, Fl_Color c) { function fl_rectf (line 360) | inline void fl_rectf(Fl_Rect r) { function fl_rectf (line 367) | inline void fl_rectf(Fl_Rect r, Fl_Color c) { function fl_rectf (line 379) | inline void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar... function fl_rectf (line 389) | inline void fl_rectf(Fl_Rect bb, uchar r, uchar g, uchar b) { function fl_line (line 397) | inline void fl_line(int x, int y, int x1, int y1) { function fl_line (line 403) | inline void fl_line(int x, int y, int x1, int y1, int x2, int y2) { function fl_loop (line 411) | inline void fl_loop(int x, int y, int x1, int y1, int x2, int y2) { function fl_loop (line 417) | inline void fl_loop(int x, int y, int x1, int y1, int x2, int y2, int x3... function fl_polygon (line 425) | inline void fl_polygon(int x, int y, int x1, int y1, int x2, int y2) { function fl_polygon (line 431) | inline void fl_polygon(int x, int y, int x1, int y1, int x2, int y2, int... function fl_xyline (line 439) | inline void fl_xyline(int x, int y, int x1) { function fl_xyline (line 445) | inline void fl_xyline(int x, int y, int x1, int y2) { function fl_xyline (line 452) | inline void fl_xyline(int x, int y, int x1, int y2, int x3) { function fl_yxline (line 460) | inline void fl_yxline(int x, int y, int y1) { function fl_yxline (line 466) | inline void fl_yxline(int x, int y, int y1, int x2) { function fl_yxline (line 473) | inline void fl_yxline(int x, int y, int y1, int x2, int y3) { function fl_arc (line 503) | inline void fl_arc(int x, int y, int w, int h, double a1, double a2) { function fl_pie (line 521) | inline void fl_pie(int x, int y, int w, int h, double a1, double a2) { function fl_push_matrix (line 532) | inline void fl_push_matrix() { function fl_pop_matrix (line 538) | inline void fl_pop_matrix() { function fl_scale (line 545) | inline void fl_scale(double x, double y) { function fl_scale (line 552) | inline void fl_scale(double x) { function fl_translate (line 559) | inline void fl_translate(double x, double y) { function fl_rotate (line 566) | inline void fl_rotate(double d) { function fl_load_identity (line 572) | inline void fl_load_identity() { function fl_load_matrix (line 579) | inline void fl_load_matrix(double a, double b, double c, double d, doubl... function fl_mult_matrix (line 588) | inline void fl_mult_matrix(double a, double b, double c, double d, doubl... function fl_begin_points (line 594) | inline void fl_begin_points() { function fl_begin_line (line 600) | inline void fl_begin_line() { function fl_begin_loop (line 606) | inline void fl_begin_loop() { function fl_begin_polygon (line 612) | inline void fl_begin_polygon() { function fl_vertex (line 619) | inline void fl_vertex(double x, double y) { function fl_curve (line 630) | inline void fl_curve(double X0, double Y0, double X1, double Y1, double ... function fl_arc (line 668) | inline void fl_arc(double x, double y, double r, double start, double en... function fl_circle (line 683) | inline void fl_circle(double x, double y, double r) { function fl_end_points (line 689) | inline void fl_end_points() { function fl_end_line (line 695) | inline void fl_end_line() { function fl_end_loop (line 701) | inline void fl_end_loop() { function fl_end_polygon (line 707) | inline void fl_end_polygon() { function fl_begin_complex_polygon (line 723) | inline void fl_begin_complex_polygon() { function fl_gap (line 732) | inline void fl_gap() { function fl_end_complex_polygon (line 738) | inline void fl_end_complex_polygon() { function fl_transform_x (line 746) | inline double fl_transform_x(double x, double y) { function fl_transform_y (line 753) | inline double fl_transform_y(double x, double y) { function fl_transform_dx (line 760) | inline double fl_transform_dx(double x, double y) { function fl_transform_dy (line 767) | inline double fl_transform_dy(double x, double y) { function fl_transformed_vertex (line 774) | inline void fl_transformed_vertex(double xf, double yf) { function fl_copy_offscreen (line 784) | inline void fl_copy_offscreen(int x, int y, int w, int h, Fl_Offscreen p... function Fl_Font (line 811) | inline Fl_Font fl_font() { function Fl_Fontsize (line 818) | inline Fl_Fontsize fl_size() { function fl_height (line 827) | inline int fl_height() { function fl_descent (line 835) | inline int fl_descent() { function fl_width (line 846) | inline double fl_width(const char *txt, int n) { function fl_width (line 855) | inline double fl_width(unsigned int c) { function fl_text_extents (line 891) | inline void fl_text_extents(const char *t, int n, int &dx, int &dy, int ... function fl_draw (line 956) | inline void fl_draw(const char *str, int n, int x, int y) { function fl_draw (line 968) | inline void fl_draw(int angle, const char *str, int n, int x, int y) { function fl_rtl_draw (line 974) | inline void fl_rtl_draw(const char *str, int n, int x, int y) { function fl_can_do_alpha_blending (line 1145) | inline char fl_can_do_alpha_blending() { function fl_draw_pixmap (line 1169) | inline int fl_draw_pixmap(/*const*/ char *const *data, int x, int y, Fl_... FILE: Game Trainers/common/include/FL/fl_types.h type uchar (line 30) | typedef unsigned char uchar; type ulong (line 32) | typedef unsigned long ulong; type Fl_Shortcut (line 55) | typedef unsigned int Fl_Shortcut; FILE: Game Trainers/common/include/FL/fl_utf8.h type stat (line 163) | struct stat FILE: Game Trainers/common/include/FL/forms.H type Fl_Widget (line 25) | typedef Fl_Widget FL_OBJECT; type Fl_Window (line 26) | typedef Fl_Window FL_FORM; type FL_Coord (line 151) | typedef int FL_Coord; type FL_COLOR (line 152) | typedef int FL_COLOR; function fl_finish (line 159) | inline void fl_finish() {} function fl_add_io_callback (line 162) | inline void fl_add_io_callback(int fd, short w, FL_IO_CALLBACK cb, void*... function fl_remove_io_callback (line 164) | inline void fl_remove_io_callback(int fd, short, FL_IO_CALLBACK) { function fl_add_timeout (line 168) | inline void fl_add_timeout(long msec, void (*cb)(void*), void* v) { function fl_remove_timeout (line 170) | inline void fl_remove_timeout(int) {} function fl_set_idle_callback (line 173) | inline void fl_set_idle_callback(void (*cb)()) {Fl::set_idle(cb);} function Fl_Widget (line 177) | inline Fl_Widget* fl_do_only_forms(void) {return fl_do_forms();} function Fl_Widget (line 178) | inline Fl_Widget* fl_check_only_forms(void) {return fl_check_forms();} function fl_freeze_object (line 181) | inline void fl_freeze_object(Fl_Widget*) {} function fl_unfreeze_object (line 182) | inline void fl_unfreeze_object(Fl_Widget*) {} function fl_freeze_form (line 183) | inline void fl_freeze_form(Fl_Window*) {} function fl_unfreeze_form (line 184) | inline void fl_unfreeze_form(Fl_Window*) {} function fl_freeze_all_forms (line 185) | inline void fl_freeze_all_forms() {} function fl_unfreeze_all_forms (line 186) | inline void fl_unfreeze_all_forms() {} function fl_set_focus_object (line 188) | inline void fl_set_focus_object(Fl_Window*, Fl_Widget* o) {Fl::focus(o);} function fl_reset_focus_object (line 189) | inline void fl_reset_focus_object(Fl_Widget* o) {Fl::focus(o);} function fl_set_object_boxtype (line 199) | inline void fl_set_object_boxtype(Fl_Widget* o, Fl_Boxtype a) {o->box(a);} function fl_set_object_lsize (line 200) | inline void fl_set_object_lsize(Fl_Widget* o,int s) {o->labelsize(s);} function fl_set_object_lstyle (line 203) | inline void fl_set_object_lstyle(Fl_Widget* o,int a) { function fl_set_object_lcol (line 205) | inline void fl_set_object_lcol(Fl_Widget* o, Fl_Color a) {o->labelcolor(... function fl_set_object_lalign (line 207) | inline void fl_set_object_lalign(Fl_Widget* o, Fl_Align a) {o->align(a);} function fl_set_object_color (line 209) | inline void fl_set_object_color(Fl_Widget* o,Fl_Color a,Fl_Color b) {o->... function fl_set_object_label (line 210) | inline void fl_set_object_label(Fl_Widget* o, const char* a) {o->label(a... function fl_set_object_position (line 211) | inline void fl_set_object_position(Fl_Widget*o,int x,int y) {o->position... function fl_set_object_size (line 212) | inline void fl_set_object_size(Fl_Widget* o, int w, int h) {o->size(w,h);} function fl_set_object_geometry (line 213) | inline void fl_set_object_geometry(Fl_Widget* o,int x,int y,int w,int h)... function fl_get_object_geometry (line 215) | inline void fl_get_object_geometry(Fl_Widget* o,int*x,int*y,int*w,int*h) { function fl_get_object_position (line 217) | inline void fl_get_object_position(Fl_Widget* o,int*x,int*y) { function fl_set_object_callback (line 221) | inline void fl_set_object_callback(Fl_Widget*o,Forms_CB c,long a) {o->ca... function fl_call_object_callback (line 223) | inline void fl_call_object_callback(Fl_Widget* o) {o->do_callback();} function fl_trigger_object (line 224) | inline void fl_trigger_object(Fl_Widget* o) {o->do_callback();} function fl_set_object_return (line 225) | inline void fl_set_object_return(Fl_Widget* o, int v) { function fl_redraw_object (line 228) | inline void fl_redraw_object(Fl_Widget* o) {o->redraw();} function fl_show_object (line 229) | inline void fl_show_object(Fl_Widget* o) {o->show();} function fl_hide_object (line 230) | inline void fl_hide_object(Fl_Widget* o) {o->hide();} function fl_free_object (line 231) | inline void fl_free_object(Fl_Widget* x) {delete x;} function fl_delete_object (line 232) | inline void fl_delete_object(Fl_Widget* o) {o->parent()->remove(*o);} function fl_activate_object (line 233) | inline void fl_activate_object(Fl_Widget* o) {o->activate();} function fl_deactivate_object (line 234) | inline void fl_deactivate_object(Fl_Widget* o) {o->deactivate();} function fl_add_object (line 236) | inline void fl_add_object(Fl_Window* f, Fl_Widget* x) {f->add(x);} function fl_insert_object (line 237) | inline void fl_insert_object(Fl_Widget* o, Fl_Widget* b) {b->parent()->i... function Fl_Window (line 239) | inline Fl_Window* FL_ObjWin(Fl_Widget* o) {return o->window();} function fl_get_border_width (line 245) | inline int fl_get_border_width() {return 3;} function fl_set_border_width (line 246) | inline void fl_set_border_width(int) {} function fl_set_object_dblbuffer (line 247) | inline void fl_set_object_dblbuffer(Fl_Widget*, int) {} function fl_set_form_dblbuffer (line 248) | inline void fl_set_form_dblbuffer(Fl_Window*, int) {} function fl_free_form (line 253) | inline void fl_free_form(Fl_Window* x) {delete x;} function fl_redraw_form (line 254) | inline void fl_redraw_form(Fl_Window* f) {f->redraw();} function Fl_Window (line 256) | inline Fl_Window* fl_bgn_form(Fl_Boxtype b,int w,int h) { function fl_addto_form (line 262) | inline void fl_addto_form(Fl_Window* f) {f->begin();} function Fl_Group (line 263) | inline Fl_Group* fl_bgn_group() {return new Fl_Group(0,0,0,0,0);} function fl_end_group (line 264) | inline void fl_end_group() {Fl_Group::current()->forms_end();} function fl_addto_group (line 265) | inline void fl_addto_group(Fl_Widget* o) {((Fl_Group* )o)->begin();} function fl_scale_form (line 268) | inline void fl_scale_form(Fl_Window* f, double x, double y) { function fl_set_form_position (line 270) | inline void fl_set_form_position(Fl_Window* f,int x,int y) {f->position(... function fl_set_form_size (line 271) | inline void fl_set_form_size(Fl_Window* f, int w, int h) {f->size(w,h);} function fl_set_form_geometry (line 272) | inline void fl_set_form_geometry(Fl_Window* f,int x,int y,int w,int h) { function fl_adjust_form_size (line 275) | inline void fl_adjust_form_size(Fl_Window*) {} function fl_set_form_hotspot (line 300) | inline void fl_set_form_hotspot(Fl_Window* w,int x,int y) {w->hotspot(x,... function fl_set_form_hotobject (line 301) | inline void fl_set_form_hotobject(Fl_Window* w, Fl_Widget* o) {w->hotspo... function fl_flip_yorigin (line 303) | inline void fl_flip_yorigin() {fl_flip = 1;} function fl_show_form_window (line 306) | inline void fl_show_form_window(Fl_Window*) {} function fl_raise_form (line 308) | inline void fl_raise_form(Fl_Window* f) {f->show();} function fl_hide_form (line 310) | inline void fl_hide_form(Fl_Window* f) {f->hide();} function fl_pop_form (line 311) | inline void fl_pop_form(Fl_Window* f) {f->show();} function fl_activate_all_forms (line 314) | inline void fl_activate_all_forms() {} function fl_deactivate_all_forms (line 315) | inline void fl_deactivate_all_forms() {fl_modal_next = 1;} function fl_deactivate_form (line 316) | inline void fl_deactivate_form(Fl_Window*w) {w->deactivate();} function fl_activate_form (line 317) | inline void fl_activate_form(Fl_Window*w) {w->activate();} function fl_set_form_title (line 319) | inline void fl_set_form_title(Fl_Window* f, const char* s) {f->label(s);} function fl_title_form (line 320) | inline void fl_title_form(Fl_Window* f, const char* s) {f->label(s);} function fl_set_form_callback (line 323) | inline void fl_set_form_callback(Fl_Window* f,Forms_FormCB c) {f->callba... function fl_init (line 326) | inline void fl_init() {} function fl_form_is_visible (line 329) | inline int fl_form_is_visible(Fl_Window* f) {return f->visible();} function fl_mouse_button (line 331) | inline int fl_mouse_button() {return Fl::event_button();} function fl_drw_text (line 347) | inline void fl_drw_text(Fl_Align align, int x, int y, int w, int h, function fl_drw_text_beside (line 356) | inline void fl_drw_text_beside(Fl_Align align, int x, int y, int w, int h, function fl_set_font_name (line 364) | inline void fl_set_font_name(Fl_Font n,const char* s) {Fl::set_font(n,s);} function fl_mapcolor (line 366) | inline void fl_mapcolor(Fl_Color c, uchar r, uchar g, uchar b) {Fl::set_... function Fl_Widget (line 374) | inline Fl_Widget* fl_add_new(Fl_Widget* p) {return p;} function Fl_Widget (line 375) | inline Fl_Widget* fl_add_new(uchar t,Fl_Widget* p) {p->type(t); return p;} function fl_set_bitmap_data (line 390) | inline void fl_set_bitmap_data(Fl_Widget* o, int w, int h, const uchar* ... function fl_set_pixmap_data (line 397) | inline void fl_set_pixmap_data(Fl_Widget* o, char*const* b) { function fl_set_pixmap_align (line 401) | inline void fl_set_pixmap_align(Fl_Widget* o,Fl_Align a,int,int) {o->ali... function fl_clear_browser (line 410) | inline void fl_clear_browser(Fl_Widget* o) { function fl_add_browser_line (line 412) | inline void fl_add_browser_line(Fl_Widget* o, const char* s) { function fl_addto_browser (line 414) | inline void fl_addto_browser(Fl_Widget* o, const char* s) { function fl_insert_browser_line (line 418) | inline void fl_insert_browser_line(Fl_Widget* o, int n, const char* s) { function fl_delete_browser_line (line 420) | inline void fl_delete_browser_line(Fl_Widget* o, int n) { function fl_replace_browser_line (line 422) | inline void fl_replace_browser_line(Fl_Widget* o, int n, const char* s) { function fl_load_browser (line 426) | inline int fl_load_browser(Fl_Widget* o, const char* f) { function fl_select_browser_line (line 428) | inline void fl_select_browser_line(Fl_Widget* o, int n) { function fl_deselect_browser_line (line 430) | inline void fl_deselect_browser_line(Fl_Widget* o, int n) { function fl_deselect_browser (line 432) | inline void fl_deselect_browser(Fl_Widget* o) { function fl_isselected_browser_line (line 434) | inline int fl_isselected_browser_line(Fl_Widget* o, int n) { function fl_get_browser_topline (line 436) | inline int fl_get_browser_topline(Fl_Widget* o) { function fl_get_browser (line 438) | inline int fl_get_browser(Fl_Widget* o) { function fl_get_browser_maxline (line 440) | inline int fl_get_browser_maxline(Fl_Widget* o) { function fl_set_browser_topline (line 443) | inline void fl_set_browser_topline(Fl_Widget* o, int n) { function fl_set_browser_fontsize (line 445) | inline void fl_set_browser_fontsize(Fl_Widget* o, int s) { function fl_set_browser_fontstyle (line 447) | inline void fl_set_browser_fontstyle(Fl_Widget* o, Fl_Font s) { function fl_set_browser_specialkey (line 449) | inline void fl_set_browser_specialkey(Fl_Widget* o, char c) { function fl_setdisplayed_browser_line (line 460) | inline void fl_setdisplayed_browser_line(Fl_Widget* o, int n, int i) { function fl_isdisplayed_browser_line (line 462) | inline int fl_isdisplayed_browser_line(Fl_Widget* o, int n) { function fl_get_button (line 476) | inline int fl_get_button(Fl_Widget* b) {return ((Fl_Button*)b)->value();} function fl_set_button (line 477) | inline void fl_set_button(Fl_Widget* b, int v) {((Fl_Button*)b)->value(v);} function fl_get_button_numb (line 478) | inline int fl_get_button_numb(Fl_Widget*) {return Fl::event_button();} function Fl_Widget (line 493) | inline Fl_Widget* fl_add_bitmapbutton(int t,int x,int y,int w,int h,cons... function fl_set_bitmapbutton_data (line 494) | inline void fl_set_bitmapbutton_data(Fl_Widget* o,int a,int b,uchar* c) { function Fl_Widget (line 497) | inline Fl_Widget* fl_add_pixmapbutton(int t,int x,int y,int w,int h,cons... function fl_set_pixmapbutton_data (line 498) | inline void fl_set_pixmapbutton_data(Fl_Widget* o, const char*const* c) { function fl_clear_chart (line 506) | inline void fl_clear_chart(Fl_Widget* o) { function fl_add_chart_value (line 508) | inline void fl_add_chart_value(Fl_Widget* o,double v,const char* s,uchar... function fl_insert_chart_value (line 510) | inline void fl_insert_chart_value(Fl_Widget* o, int i, double v, const c... function fl_replace_chart_value (line 512) | inline void fl_replace_chart_value(Fl_Widget* o, int i, double v, const ... function fl_set_chart_bounds (line 514) | inline void fl_set_chart_bounds(Fl_Widget* o, double a, double b) { function fl_set_chart_maxnumb (line 516) | inline void fl_set_chart_maxnumb(Fl_Widget* o, int v) { function fl_set_chart_autosize (line 518) | inline void fl_set_chart_autosize(Fl_Widget* o, int v) { function fl_set_chart_lstyle (line 520) | inline void fl_set_chart_lstyle(Fl_Widget* o, Fl_Font v) { function fl_set_chart_lsize (line 522) | inline void fl_set_chart_lsize(Fl_Widget* o, int v) { function fl_set_chart_lcolor (line 524) | inline void fl_set_chart_lcolor(Fl_Widget* o, Fl_Color v) { function fl_clear_choice (line 535) | inline void fl_clear_choice(Fl_Widget* o) { function fl_addto_choice (line 537) | inline void fl_addto_choice(Fl_Widget* o, const char* s) { function fl_replace_choice (line 539) | inline void fl_replace_choice(Fl_Widget* o, int i, const char* s) { function fl_delete_choice (line 541) | inline void fl_delete_choice(Fl_Widget* o, int i) { function fl_set_choice (line 543) | inline void fl_set_choice(Fl_Widget* o, int i) { function fl_get_choice (line 546) | inline int fl_get_choice(Fl_Widget* o) { function fl_set_choice_fontsize (line 552) | inline void fl_set_choice_fontsize(Fl_Widget* o, int x) { function fl_set_choice_fontstyle (line 554) | inline void fl_set_choice_fontstyle(Fl_Widget* o, Fl_Font x) { function fl_get_clock (line 561) | inline void fl_get_clock(Fl_Widget* o, int* h, int* m, int* s) { function fl_set_counter_value (line 569) | inline void fl_set_counter_value(Fl_Widget* o, double v) { function fl_set_counter_bounds (line 571) | inline void fl_set_counter_bounds(Fl_Widget* o, double a, double b) { function fl_set_counter_step (line 573) | inline void fl_set_counter_step(Fl_Widget* o, double a, double b) { function fl_set_counter_precision (line 575) | inline void fl_set_counter_precision(Fl_Widget* o, int v) { function fl_set_counter_return (line 577) | inline void fl_set_counter_return(Fl_Widget* o, int v) { function fl_get_counter_value (line 579) | inline double fl_get_counter_value(Fl_Widget* o) { function fl_get_counter_bounds (line 581) | inline void fl_get_counter_bounds(Fl_Widget* o, float* a, float* b) { function fl_set_cursor (line 588) | inline void fl_set_cursor(Fl_Window* w, Fl_Cursor c) {w->cursor(c);} function fl_set_dial_value (line 598) | inline void fl_set_dial_value(Fl_Widget* o, double v) { function fl_get_dial_value (line 600) | inline double fl_get_dial_value(Fl_Widget* o) { function fl_set_dial_bounds (line 602) | inline void fl_set_dial_bounds(Fl_Widget* o, double a, double b) { function fl_get_dial_bounds (line 604) | inline void fl_get_dial_bounds(Fl_Widget* o, float* a, float* b) { function fl_set_dial_return (line 608) | inline void fl_set_dial_return(Fl_Widget* o, int i) { function fl_set_dial_angles (line 610) | inline void fl_set_dial_angles(Fl_Widget* o, int a, int b) { function fl_set_dial_step (line 615) | inline void fl_set_dial_step(Fl_Widget* o, double v) { function Fl_Widget (line 620) | inline Fl_Widget* fl_add_frame(Fl_Boxtype i,int x,int y,int w,int h,cons... function Fl_Widget (line 624) | inline Fl_Widget* fl_add_labelframe(Fl_Boxtype i,int x,int y,int w,int h... function Fl_Free (line 631) | inline Fl_Free* function fl_set_goodies_font (line 656) | inline void fl_set_goodies_font(Fl_Font a, Fl_Fontsize b) {fl_message_fo... function fl_show_choices (line 658) | inline int fl_show_choices(const char* c,int n,const char* b1,const char... function do_matching (line 665) | inline int do_matching(char* a, const char* b) {return fl_filename_match... function fl_set_input (line 676) | inline void fl_set_input(Fl_Widget* o, const char* v) { function fl_set_input_return (line 678) | inline void fl_set_input_return(Fl_Widget* o, int x) { function fl_set_input_color (line 680) | inline void fl_set_input_color(Fl_Widget* o, Fl_Color a, Fl_Color b) { function fl_set_input_cursorpos (line 685) | inline void fl_set_input_cursorpos(Fl_Widget* o, int x, int /*y*/) { function fl_get_input_cursorpos (line 698) | inline int fl_get_input_cursorpos(Fl_Widget* o, int*x, int*y) { function fl_clear_menu (line 712) | inline void fl_clear_menu(Fl_Widget* o) { function fl_set_menu (line 714) | inline void fl_set_menu(Fl_Widget* o, const char* s) { function fl_addto_menu (line 716) | inline void fl_addto_menu(Fl_Widget* o, const char* s) { function fl_replace_menu_item (line 718) | inline void fl_replace_menu_item(Fl_Widget* o, int i, const char* s) { function fl_delete_menu_item (line 720) | inline void fl_delete_menu_item(Fl_Widget* o, int i) { function fl_set_menu_item_shortcut (line 722) | inline void fl_set_menu_item_shortcut(Fl_Widget* o, int i, const char* s) { function fl_set_menu_item_mode (line 724) | inline void fl_set_menu_item_mode(Fl_Widget* o, int i, long x) { function fl_show_menu_symbol (line 726) | inline void fl_show_menu_symbol(Fl_Widget*, int ) { function fl_get_menu (line 729) | inline int fl_get_menu(Fl_Widget* o) { function fl_get_menu_maxitems (line 733) | inline int fl_get_menu_maxitems(Fl_Widget* o) { function fl_get_menu_item_mode (line 735) | inline int fl_get_menu_item_mode(Fl_Widget* o, int i) { function fl_set_positioner_xvalue (line 743) | inline void fl_set_positioner_xvalue(Fl_Widget* o, double v) { function fl_get_positioner_xvalue (line 745) | inline double fl_get_positioner_xvalue(Fl_Widget* o) { function fl_set_positioner_xbounds (line 747) | inline void fl_set_positioner_xbounds(Fl_Widget* o, double a, double b) { function fl_get_positioner_xbounds (line 749) | inline void fl_get_positioner_xbounds(Fl_Widget* o, float* a, float* b) { function fl_set_positioner_yvalue (line 753) | inline void fl_set_positioner_yvalue(Fl_Widget* o, double v) { function fl_get_positioner_yvalue (line 755) | inline double fl_get_positioner_yvalue(Fl_Widget* o) { function fl_set_positioner_ybounds (line 757) | inline void fl_set_positioner_ybounds(Fl_Widget* o, double a, double b) { function fl_get_positioner_ybounds (line 759) | inline void fl_get_positioner_ybounds(Fl_Widget* o, float* a, float* b) { function fl_set_positioner_xstep (line 763) | inline void fl_set_positioner_xstep(Fl_Widget* o, double v) { function fl_set_positioner_ystep (line 765) | inline void fl_set_positioner_ystep(Fl_Widget* o, double v) { function fl_set_positioner_return (line 767) | inline void fl_set_positioner_return(Fl_Widget* o, int v) { function fl_set_slider_value (line 777) | inline void fl_set_slider_value(Fl_Widget* o, double v) { function fl_get_slider_value (line 779) | inline double fl_get_slider_value(Fl_Widget* o) { function fl_set_slider_bounds (line 781) | inline void fl_set_slider_bounds(Fl_Widget* o, double a, double b) { function fl_get_slider_bounds (line 783) | inline void fl_get_slider_bounds(Fl_Widget* o, float* a, float* b) { function fl_set_slider_return (line 787) | inline void fl_set_slider_return(Fl_Widget* o, int i) { function fl_set_slider_step (line 789) | inline void fl_set_slider_step(Fl_Widget* o, double v) { function fl_set_slider_size (line 792) | inline void fl_set_slider_size(Fl_Widget* o, double v) { function fl_set_slider_precision (line 798) | inline void fl_set_slider_precision(Fl_Widget* o, int i) { function fl_set_timer (line 816) | inline void fl_set_timer(Fl_Widget* o, double v) {((Fl_Timer*)o)->value(... function fl_get_timer (line 817) | inline double fl_get_timer(Fl_Widget* o) {return ((Fl_Timer*)o)->value();} function fl_suspend_timer (line 818) | inline void fl_suspend_timer(Fl_Widget* o) {((Fl_Timer*)o)->suspended(1);} function fl_resume_timer (line 819) | inline void fl_resume_timer(Fl_Widget* o) {((Fl_Timer*)o)->suspended(0);} function fl_set_timer_countup (line 820) | inline void fl_set_timer_countup(Fl_Widget* o,char d) {((Fl_Timer*)o)->d... function fl_double_click (line 828) | inline int fl_double_click() {return Fl::event_clicks();} function fl_draw (line 829) | inline void fl_draw() {Fl::flush();} FILE: Game Trainers/common/include/FL/gl.h function gl_color (line 73) | inline void gl_color(int c) {gl_color((Fl_Color)c);} FILE: Game Trainers/common/include/FL/gl2opengl.h function clear (line 15) | inline void clear() {glClear(GL_COLOR_BUFFER_BIT|GL_DEPTH_BUFFER_BIT);} function pushmatrix (line 29) | inline void pushmatrix() {glPushMatrix();} function popmatrix (line 30) | inline void popmatrix() {glPopMatrix();} function multmatrix (line 31) | inline void multmatrix(Matrix m) {glMultMatrixf((float *)m);} function color (line 32) | inline void color(int n) {glIndexi(n);} function rect (line 33) | inline void rect(int x,int y,int r,int t) {gl_rect(x,y,r-x,t-y);} function rectf (line 34) | inline void rectf(int x,int y,int r,int t) {glRectf(x,y,r+1,t+1);} function recti (line 35) | inline void recti(int x,int y,int r,int t) {gl_rect(x,y,r-x,t-y);} function rectfi (line 36) | inline void rectfi(int x,int y,int r,int t) {glRecti(x,y,r+1,t+1);} function rects (line 37) | inline void rects(int x,int y,int r,int t) {gl_rect(x,y,r-x,t-y);} function rectfs (line 38) | inline void rectfs(int x,int y,int r,int t) {glRects(x,y,r+1,t+1);} FILE: Game Trainers/common/include/FL/glut.H function glutPostRedisplay (line 121) | inline void glutPostRedisplay() { function glutGetWindow (line 129) | inline int glutGetWindow() { function glutSetWindowTitle (line 135) | inline void glutSetWindowTitle(char *t) { function glutSetIconTitle (line 139) | inline void glutSetIconTitle(char *t) { function glutPositionWindow (line 143) | inline void glutPositionWindow(int x, int y) { function glutReshapeWindow (line 147) | inline void glutReshapeWindow(int w, int h) { function glutPopWindow (line 151) | inline void glutPopWindow() { function glutPushWindow (line 155) | inline void glutPushWindow() { /* do nothing */ } function glutIconifyWindow (line 157) | inline void glutIconifyWindow() { function glutShowWindow (line 161) | inline void glutShowWindow() { function glutHideWindow (line 165) | inline void glutHideWindow() { function glutFullScreen (line 169) | inline void glutFullScreen() { function glutSetCursor (line 173) | inline void glutSetCursor(Fl_Cursor cursor) { function glutWarpPointer (line 202) | inline void glutWarpPointer(int, int) { /* do nothing */ } function glutEstablishOverlay (line 204) | inline void glutEstablishOverlay() { function glutRemoveOverlay (line 208) | inline void glutRemoveOverlay() { function glutUseLayer (line 212) | inline void glutUseLayer(GLenum layer) { function glutPostOverlayRedisplay (line 220) | inline void glutPostOverlayRedisplay() { function glutShowOverlay (line 224) | inline void glutShowOverlay() { function glutHideOverlay (line 228) | inline void glutHideOverlay() { function glutGetMenu (line 236) | inline int glutGetMenu() {return glut_menu;} function glutSetMenu (line 238) | inline void glutSetMenu(int m) {glut_menu = m;} function glutAttachMenu (line 250) | inline void glutAttachMenu(int b) { function glutDetachMenu (line 254) | inline void glutDetachMenu(int b) { function glutDisplayFunc (line 258) | inline void glutDisplayFunc(void (*f)()) { function glutReshapeFunc (line 262) | inline void glutReshapeFunc(void (*f)(int w, int h)) { function glutKeyboardFunc (line 266) | inline void glutKeyboardFunc(void (*f)(uchar key, int x, int y)) { function glutMouseFunc (line 270) | inline void glutMouseFunc(void (*f)(int b, int state, int x, int y)) { function glutMotionFunc (line 280) | inline void glutMotionFunc(void (*f)(int x, int y)) { function glutPassiveMotionFunc (line 284) | inline void glutPassiveMotionFunc(void (*f)(int x, int y)) { function glutEntryFunc (line 288) | inline void glutEntryFunc(void (*f)(int s)) { function glutVisibilityFunc (line 294) | inline void glutVisibilityFunc(void (*f)(int s)) { function glutTimerFunc (line 301) | inline void glutTimerFunc(unsigned int msec, void (*f)(int), int value) { function glutMenuStateFunc (line 305) | inline void glutMenuStateFunc(void (*f)(int state)) { function glutMenuStatusFunc (line 308) | inline void glutMenuStatusFunc(void (*f)(int status, int x, int y)) { function glutSpecialFunc (line 312) | inline void glutSpecialFunc(void (*f)(int key, int x, int y)) { function glutOverlayDisplayFunc (line 353) | inline void glutOverlayDisplayFunc(void (*f)()) { function glutGetModifiers (line 435) | inline int glutGetModifiers() { type Fl_Glut_Bitmap_Font (line 475) | struct Fl_Glut_Bitmap_Font {Fl_Font font; Fl_Fontsize size;} type Fl_Glut_StrokeVertex (line 498) | struct Fl_Glut_StrokeVertex { type Fl_Glut_StrokeStrip (line 502) | struct Fl_Glut_StrokeStrip { type Fl_Glut_StrokeChar (line 507) | struct Fl_Glut_StrokeChar { type Fl_Glut_StrokeFont (line 513) | struct Fl_Glut_StrokeFont { FILE: Game Trainers/common/include/FL/mac.H type FLWindow (line 38) | typedef FLWindow *Window; type class (line 40) | typedef class FLWindow *Window; type NSInteger (line 109) | typedef long NSInteger; type NSUInteger (line 110) | typedef unsigned long NSUInteger; type NSInteger (line 112) | typedef int NSInteger; type NSUInteger (line 113) | typedef unsigned int NSUInteger; type CGImageAlphaInfo (line 118) | typedef CGImageAlphaInfo CGBitmapInfo; type flCocoaRegion (line 121) | struct flCocoaRegion { type CGFloat (line 128) | typedef double CGFloat; type CGFloat (line 130) | typedef float CGFloat; type CGContext (line 136) | struct CGContext type Fl_Menu_Item (line 174) | struct Fl_Menu_Item function class (line 176) | class Fl_Mac_App_Menu { FILE: Game Trainers/common/include/FL/math.h function rint (line 45) | inline double rint(double v) {return floor(v+.5);} function copysign (line 46) | inline double copysign(double a, double b) {return b<0 ? -a : a;} FILE: Game Trainers/common/include/FL/platform.H function class (line 52) | class FL_EXPORT Fl_X { function Window (line 68) | inline Window fl_xid(const Fl_Window* w) { Fl_X *xTemp = Fl_X::flx(w); r... FILE: Game Trainers/common/include/FL/platform_types.h type opaque (line 31) | typedef opaque fl_intptr_t; type opaque (line 36) | typedef opaque fl_uintptr_t; type opaque (line 46) | typedef opaque Fl_Offscreen; type opaque (line 56) | struct opaque type opaque (line 57) | typedef opaque FL_SOCKET; type opaque (line 66) | struct opaque type opaque (line 73) | typedef opaque Fl_Timestamp; type fl_intptr_t (line 106) | typedef intptr_t fl_intptr_t; type fl_uintptr_t (line 107) | typedef uintptr_t fl_uintptr_t; type fl_intptr_t (line 111) | typedef long fl_intptr_t; type fl_uintptr_t (line 112) | typedef unsigned long fl_uintptr_t; type fl_uintptr_t (line 118) | typedef fl_uintptr_t Fl_Offscreen; type dirent (line 122) | struct dirent {char d_name[1];} type FL_SOCKET (line 128) | typedef unsigned __int64 FL_SOCKET; type FL_SOCKET (line 130) | typedef int FL_SOCKET; type Fl_Timestamp_t (line 142) | struct Fl_Timestamp_t { type Fl_Timestamp (line 147) | typedef struct Fl_Timestamp_t Fl_Timestamp; FILE: Game Trainers/common/include/FL/wayland.H type cairo_t (line 27) | typedef struct _cairo cairo_t; type wld_window (line 32) | struct wld_window type wld_window (line 36) | struct wld_window type wld_window (line 58) | struct wld_window FILE: Game Trainers/common/include/FL/win32.H type HWND (line 45) | typedef HWND Window; type HGLRC__ (line 47) | struct HGLRC__ function FL_EXPORT (line 74) | extern FL_EXPORT struct Fl_XMap { function COLORREF (line 80) | inline COLORREF fl_RGB() {return fl_current_xmap->rgb;} function HPEN (line 81) | inline HPEN fl_pen() {return fl_current_xmap->pen;} FILE: Game Trainers/common/include/FL/x11.H type __GLXcontextRec (line 61) | struct __GLXcontextRec type cairo_t (line 77) | typedef struct _cairo cairo_t; FILE: Game Trainers/common/include/FLTKUtils.h type TimeoutData (line 29) | struct TimeoutData type ChangeLanguageData (line 36) | struct ChangeLanguageData type ApplyData (line 43) | struct ApplyData type ToggleData (line 52) | struct ToggleData type WidgetPair (line 61) | struct WidgetPair type InfoCallbackData (line 68) | struct InfoCallbackData function load_translations (line 107) | void load_translations(const char *resource_name) function change_language (line 202) | void change_language(const std::string &lang, Fl_Group *group) function check_process_status (line 376) | void check_process_status(void *data) function class (line 422) | class ItemTable : public Fl_Table function setItems (line 584) | void setItems(const std::vector> &item_list) function info_callback (line 595) | void info_callback(Fl_Widget *widget, void *data) function Fl_Button (line 676) | Fl_Button *create_info_button( function Fl_Input (line 882) | Fl_Input *place_indented_input_widget( FILE: Game Trainers/common/include/Il2CppBase.h function class (line 6) | class Il2CppBase : public TrainerBase FILE: Game Trainers/common/include/MinHook.h type MH_STATUS (line 38) | typedef enum MH_STATUS FILE: Game Trainers/common/include/MonoBase.h function class (line 11) | class MonoBase : public TrainerBase FILE: Game Trainers/common/include/MonoBridge.cpp type ParamValue (line 27) | struct ParamValue type Type (line 29) | enum Type type FunctionPointers (line 43) | struct FunctionPointers type LoadAssemblyParams (line 49) | struct LoadAssemblyParams type InvokeMethodParams (line 54) | struct InvokeMethodParams type SharedMemoryHeader (line 63) | struct SharedMemoryHeader function SendData (line 80) | __declspec(dllexport) void SendData(const char *message) function Log (line 132) | void Log(const char *message) function LogToFile (line 138) | void LogToFile(const char *message) function SendResponse (line 150) | __declspec(dllexport) void SendResponse(const char *message) function InitializeMono (line 202) | void InitializeMono() function LoadAssembly (line 228) | void LoadAssembly(const char *path) function DWORD (line 250) | __declspec(dllexport) DWORD WINAPI LoadAssemblyThread(LPVOID lpParam) function DWORD (line 257) | __declspec(dllexport) DWORD WINAPI InvokeMethodThread(LPVOID lpParam) function DWORD (line 368) | __declspec(dllexport) DWORD WINAPI GetFunctionPointersThread(LPVOID lpPa... function BOOL (line 376) | BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID ... FILE: Game Trainers/common/include/TrainerBase.h type HookInfo (line 16) | struct HookInfo type PatternByte (line 33) | struct PatternByte type PointerToggleInfo (line 42) | struct PointerToggleInfo function class (line 60) | class TrainerBase function disableNamedPointerToggle (line 178) | inline bool disableNamedPointerToggle(const std::string &name) function disableAllPointerToggles (line 199) | inline void disableAllPointerToggles() function findPatternWild (line 410) | inline uintptr_t findPatternWild(const wchar_t *moduleName, const std::v... FILE: Game Trainers/common/include/il2cpp/hook.h function load (line 6) | struct HOOK { FILE: Game Trainers/common/include/il2cpp/il2cpp.cpp type IL2CPP (line 4) | namespace IL2CPP { type API (line 8) | namespace API { function Initialize (line 14) | bool Initialize(MEMORY memory) function Attach (line 32) | void Attach() { function Il2CppImage (line 38) | Il2CppImage* ASSEMBLY::Image() { function NAMESPACE (line 42) | NAMESPACE* ASSEMBLY::Namespace(const char* namespace_name) { function ASSEMBLY (line 46) | ASSEMBLY* ASSEMBLY::List(size_t* size) { function CLASS (line 57) | CLASS* NAMESPACE::Class(const char* class_name) { function TYPE (line 63) | TYPE* CLASS::Type(const char* field_name) { function METHOD (line 67) | METHOD* CLASS::Method(const char* method_name, int args_count) { function FIELD (line 71) | FIELD* CLASS::Field(const char* field_name) { function Il2CppImage (line 87) | const Il2CppImage* CLASS::Image() { function TYPE (line 97) | TYPE* FIELD::Type() { function OBJECT (line 113) | OBJECT* FIELD::GetObject(OBJECT* obj) { function ARRAY (line 117) | ARRAY* FIELD::GetArray(OBJECT* obj) { function STRING (line 121) | STRING* FIELD::GetString(OBJECT* obj) { function OBJECT (line 125) | OBJECT* FIELD::GetStaticObject() { function ARRAY (line 129) | ARRAY* FIELD::GetStaticArray() { function STRING (line 133) | STRING* FIELD::GetStaticString() { function CLASS (line 145) | CLASS* TYPE::Class() { function FIELD (line 155) | FIELD* OBJECT::Field(const char* field_name) { function OBJECT (line 159) | OBJECT* OBJECT::GetObject(const char* field_name) { function ARRAY (line 163) | ARRAY* OBJECT::GetArray(const char* field_name) { function STRING (line 167) | STRING* OBJECT::GetString(const char* field_name) { function CLASS (line 171) | CLASS* OBJECT::Class() { function TYPE (line 175) | TYPE* OBJECT::Type(const char* field_name) { function OBJECT (line 189) | OBJECT* ARRAY::GetObject(size_t id) { function STRING (line 193) | STRING* ARRAY::GetString(size_t id) { function wchar_t (line 202) | const wchar_t* STRING::WChars() { function ASSEMBLY (line 206) | ASSEMBLY* Assembly(const char* assembly_name) { function STRING (line 210) | STRING* String(const char* str){ function CLASS (line 214) | CLASS* Class(const char* assembly_name, const char* namespace_name, co... function FIELD (line 218) | FIELD* Field(const char* assembly_name, const char* namespace_name, co... function METHOD (line 222) | METHOD* Method(const char* assembly_name, const char* namespace_name, ... FILE: Game Trainers/common/include/il2cpp/il2cpp.h function namespace (line 18) | namespace IL2CPP FILE: Game Trainers/common/include/il2cpp/il2cpp_types.h type Il2CppClass (line 157) | typedef struct Il2CppClass Il2CppClass; type Il2CppType (line 158) | typedef struct Il2CppType Il2CppType; type EventInfo (line 159) | typedef struct EventInfo EventInfo; type MethodInfo (line 160) | typedef struct MethodInfo MethodInfo; type FieldInfo (line 161) | typedef struct FieldInfo FieldInfo; type PropertyInfo (line 162) | typedef struct PropertyInfo PropertyInfo; type Il2CppAssembly (line 163) | typedef struct Il2CppAssembly Il2CppAssembly; type Il2CppArray (line 164) | typedef struct Il2CppArray Il2CppArray; type Il2CppDelegate (line 165) | typedef struct Il2CppDelegate Il2CppDelegate; type Il2CppDomain (line 166) | typedef struct Il2CppDomain Il2CppDomain; type Il2CppImage (line 167) | typedef struct Il2CppImage Il2CppImage; type Il2CppException (line 168) | typedef struct Il2CppException Il2CppException; type Il2CppProfiler (line 169) | typedef struct Il2CppProfiler Il2CppProfiler; type Il2CppObject (line 170) | typedef struct Il2CppObject Il2CppObject; type Il2CppReflectionMethod (line 171) | typedef struct Il2CppReflectionMethod Il2CppReflectionMethod; type Il2CppReflectionType (line 172) | typedef struct Il2CppReflectionType Il2CppReflectionType; type Il2CppString (line 173) | typedef struct Il2CppString Il2CppString; type Il2CppThread (line 174) | typedef struct Il2CppThread Il2CppThread; type Il2CppAsyncResult (line 175) | typedef struct Il2CppAsyncResult Il2CppAsyncResult; type Il2CppManagedMemorySnapshot (line 176) | typedef struct Il2CppManagedMemorySnapshot Il2CppManagedMemorySnapshot; type Il2CppCustomAttrInfo (line 177) | typedef struct Il2CppCustomAttrInfo Il2CppCustomAttrInfo; type Il2CppProfileFlags (line 178) | typedef enum type Il2CppProfileFileIOKind (line 203) | typedef enum type Il2CppGCEvent (line 208) | typedef enum type Il2CppStat (line 221) | typedef enum type Il2CppRuntimeUnhandledExceptionPolicy (line 232) | typedef enum type Il2CppStackFrameInfo (line 237) | typedef struct Il2CppStackFrameInfo type Il2CppMethodDebugInfo (line 242) | typedef struct Il2CppMethodDebugInfo type Il2CppMemoryCallbacks (line 248) | typedef struct type Il2CppDebuggerTransport (line 258) | typedef struct type Il2CppChar (line 268) | typedef uint16_t Il2CppChar; type Il2CppNativeChar (line 269) | typedef char Il2CppNativeChar; type Il2CppNativeChar (line 280) | typedef const Il2CppNativeChar* (*Il2CppSetFindPlugInCallback)(const Il2... type Il2CppManagedMemorySnapshot (line 283) | typedef struct Il2CppManagedMemorySnapshot Il2CppManagedMemorySnapshot; type il2cpp_array_size_t (line 284) | typedef uintptr_t il2cpp_array_size_t; type Il2CppMethodSlot (line 286) | typedef uint32_t Il2CppMethodSlot; type il2cpp_hresult_t (line 289) | typedef int32_t il2cpp_hresult_t; type Il2CppMetadataField (line 290) | typedef struct Il2CppMetadataField type Il2CppMetadataTypeFlags (line 297) | typedef enum Il2CppMetadataTypeFlags type Il2CppMetadataType (line 304) | typedef struct Il2CppMetadataType type Il2CppMetadataSnapshot (line 317) | typedef struct Il2CppMetadataSnapshot type Il2CppManagedMemorySection (line 322) | typedef struct Il2CppManagedMemorySection type Il2CppManagedHeap (line 328) | typedef struct Il2CppManagedHeap type Il2CppStacks (line 333) | typedef struct Il2CppStacks type NativeObject (line 338) | typedef struct NativeObject type Il2CppGCHandles (line 347) | typedef struct Il2CppGCHandles type Il2CppRuntimeInformation (line 352) | typedef struct Il2CppRuntimeInformation type Il2CppManagedMemorySnapshot (line 361) | typedef struct Il2CppManagedMemorySnapshot type Il2CppTypeEnum (line 370) | typedef enum Il2CppTypeEnum type Il2CppTokenType (line 409) | typedef enum type TypeIndex (line 434) | typedef int32_t TypeIndex; type TypeDefinitionIndex (line 435) | typedef int32_t TypeDefinitionIndex; type FieldIndex (line 436) | typedef int32_t FieldIndex; type DefaultValueIndex (line 437) | typedef int32_t DefaultValueIndex; type DefaultValueDataIndex (line 438) | typedef int32_t DefaultValueDataIndex; type CustomAttributeIndex (line 439) | typedef int32_t CustomAttributeIndex; type ParameterIndex (line 440) | typedef int32_t ParameterIndex; type MethodIndex (line 441) | typedef int32_t MethodIndex; type GenericMethodIndex (line 442) | typedef int32_t GenericMethodIndex; type PropertyIndex (line 443) | typedef int32_t PropertyIndex; type EventIndex (line 444) | typedef int32_t EventIndex; type GenericContainerIndex (line 445) | typedef int32_t GenericContainerIndex; type GenericParameterIndex (line 446) | typedef int32_t GenericParameterIndex; type GenericParameterConstraintIndex (line 447) | typedef int16_t GenericParameterConstraintIndex; type NestedTypeIndex (line 448) | typedef int32_t NestedTypeIndex; type InterfacesIndex (line 449) | typedef int32_t InterfacesIndex; type VTableIndex (line 450) | typedef int32_t VTableIndex; type InterfaceOffsetIndex (line 451) | typedef int32_t InterfaceOffsetIndex; type RGCTXIndex (line 452) | typedef int32_t RGCTXIndex; type StringIndex (line 453) | typedef int32_t StringIndex; type StringLiteralIndex (line 454) | typedef int32_t StringLiteralIndex; type GenericInstIndex (line 455) | typedef int32_t GenericInstIndex; type ImageIndex (line 456) | typedef int32_t ImageIndex; type AssemblyIndex (line 457) | typedef int32_t AssemblyIndex; type InteropDataIndex (line 458) | typedef int32_t InteropDataIndex; type EncodedMethodIndex (line 472) | typedef uint32_t EncodedMethodIndex; type Il2CppMetadataUsage (line 473) | typedef enum Il2CppMetadataUsage type Il2CppImage (line 483) | typedef struct Il2CppImage Il2CppImage; type Il2CppType (line 484) | typedef struct Il2CppType Il2CppType; type Il2CppTypeDefinitionMetadata (line 485) | typedef struct Il2CppTypeDefinitionMetadata Il2CppTypeDefinitionMetadata; type Il2CppRGCTXDefinitionData (line 486) | typedef union Il2CppRGCTXDefinitionData type Il2CppRGCTXDataType (line 492) | typedef enum Il2CppRGCTXDataType type Il2CppRGCTXDefinition (line 500) | typedef struct Il2CppRGCTXDefinition type Il2CppInterfaceOffsetPair (line 505) | typedef struct Il2CppInterfaceOffsetPair type Il2CppTypeDefinition (line 510) | typedef struct Il2CppTypeDefinition type Il2CppFieldDefinition (line 540) | typedef struct Il2CppFieldDefinition type Il2CppFieldDefaultValue (line 546) | typedef struct Il2CppFieldDefaultValue type Il2CppFieldMarshaledSize (line 552) | typedef struct Il2CppFieldMarshaledSize type Il2CppFieldRef (line 558) | typedef struct Il2CppFieldRef type Il2CppParameterDefinition (line 563) | typedef struct Il2CppParameterDefinition type Il2CppParameterDefaultValue (line 569) | typedef struct Il2CppParameterDefaultValue type Il2CppMethodDefinition (line 575) | typedef struct Il2CppMethodDefinition type Il2CppEventDefinition (line 588) | typedef struct Il2CppEventDefinition type Il2CppPropertyDefinition (line 597) | typedef struct Il2CppPropertyDefinition type Il2CppMethodSpec (line 605) | typedef struct Il2CppMethodSpec type Il2CppStringLiteral (line 611) | typedef struct Il2CppStringLiteral type Il2CppGenericMethodIndices (line 616) | typedef struct type Il2CppGenericMethodFunctionsDefinitions (line 622) | typedef struct Il2CppGenericMethodFunctionsDefinitions type Il2CppAssemblyNameDefinition (line 628) | typedef struct Il2CppAssemblyNameDefinition type Il2CppImageDefinition (line 642) | typedef struct Il2CppImageDefinition type Il2CppAssemblyDefinition (line 655) | typedef struct Il2CppAssemblyDefinition type Il2CppMetadataUsageList (line 663) | typedef struct Il2CppMetadataUsageList type Il2CppMetadataUsagePair (line 668) | typedef struct Il2CppMetadataUsagePair type Il2CppCustomAttributeTypeRange (line 673) | typedef struct Il2CppCustomAttributeTypeRange type Il2CppRange (line 679) | typedef struct Il2CppRange type Il2CppWindowsRuntimeTypeNamePair (line 684) | typedef struct Il2CppWindowsRuntimeTypeNamePair type Il2CppGlobalMetadataHeader (line 690) | typedef struct Il2CppGlobalMetadataHeader type Il2CppClass (line 760) | typedef struct Il2CppClass Il2CppClass; type MethodInfo (line 761) | typedef struct MethodInfo MethodInfo; type Il2CppType (line 762) | typedef struct Il2CppType Il2CppType; type Il2CppArrayType (line 763) | typedef struct Il2CppArrayType type Il2CppGenericInst (line 772) | typedef struct Il2CppGenericInst type Il2CppGenericContext (line 777) | typedef struct Il2CppGenericContext type Il2CppGenericParameter (line 782) | typedef struct Il2CppGenericParameter type Il2CppGenericContainer (line 791) | typedef struct Il2CppGenericContainer type Il2CppGenericClass (line 798) | typedef struct Il2CppGenericClass type Il2CppGenericMethod (line 804) | typedef struct Il2CppGenericMethod type Il2CppType (line 809) | typedef struct Il2CppType type Il2CppCallConvention (line 826) | typedef enum Il2CppCallConvention type Il2CppCharSet (line 835) | typedef enum Il2CppCharSet type Il2CppHString__ (line 841) | typedef struct Il2CppHString__ type Il2CppHString__ (line 845) | typedef Il2CppHString__* Il2CppHString; type Il2CppHStringHeader (line 846) | typedef struct Il2CppHStringHeader type Il2CppGuid (line 854) | typedef struct Il2CppGuid type Il2CppSafeArrayBound (line 861) | typedef struct Il2CppSafeArrayBound type Il2CppSafeArray (line 866) | typedef struct Il2CppSafeArray type Il2CppWin32Decimal (line 875) | typedef struct Il2CppWin32Decimal type IL2CPP_VARIANT_BOOL (line 898) | typedef int16_t IL2CPP_VARIANT_BOOL; type Il2CppVarType (line 899) | typedef enum Il2CppVarType type Il2CppVariant (line 954) | typedef struct Il2CppVariant Il2CppVariant; type Il2CppIUnknown (line 955) | typedef struct Il2CppIUnknown Il2CppIUnknown; type Il2CppVariant (line 956) | typedef struct Il2CppVariant type Il2CppFileTime (line 1021) | typedef struct Il2CppFileTime type Il2CppStatStg (line 1026) | typedef struct Il2CppStatStg type Il2CppWindowsRuntimeTypeKind (line 1040) | typedef enum Il2CppWindowsRuntimeTypeKind type Il2CppWindowsRuntimeTypeName (line 1046) | typedef struct Il2CppWindowsRuntimeTypeName type Il2CppIUnknown (line 1054) | struct Il2CppIUnknown type Il2CppInteropData (line 1055) | typedef struct Il2CppInteropData type Il2CppClass (line 1065) | typedef struct Il2CppClass Il2CppClass; type Il2CppGuid (line 1066) | typedef struct Il2CppGuid Il2CppGuid; type Il2CppImage (line 1067) | typedef struct Il2CppImage Il2CppImage; type Il2CppAppDomain (line 1068) | typedef struct Il2CppAppDomain Il2CppAppDomain; type Il2CppAppDomainSetup (line 1069) | typedef struct Il2CppAppDomainSetup Il2CppAppDomainSetup; type Il2CppDelegate (line 1070) | typedef struct Il2CppDelegate Il2CppDelegate; type Il2CppAppContext (line 1071) | typedef struct Il2CppAppContext Il2CppAppContext; type Il2CppNameToTypeDefinitionIndexHashTable (line 1072) | typedef struct Il2CppNameToTypeDefinitionIndexHashTable Il2CppNameToType... type Il2CppCodeGenModule (line 1073) | typedef struct Il2CppCodeGenModule Il2CppCodeGenModule; type VirtualInvokeData (line 1074) | typedef struct VirtualInvokeData type Il2CppTypeNameFormat (line 1079) | typedef enum Il2CppTypeNameFormat type Il2CppDefaults (line 1086) | typedef struct Il2CppDefaults type Il2CppClass (line 1188) | typedef struct Il2CppClass Il2CppClass; type MethodInfo (line 1189) | typedef struct MethodInfo MethodInfo; type FieldInfo (line 1190) | typedef struct FieldInfo FieldInfo; type Il2CppObject (line 1191) | typedef struct Il2CppObject Il2CppObject; type MemberInfo (line 1192) | typedef struct MemberInfo MemberInfo; type CustomAttributesCache (line 1193) | typedef struct CustomAttributesCache type FieldInfo (line 1199) | typedef struct FieldInfo type PropertyInfo (line 1207) | typedef struct PropertyInfo type EventInfo (line 1216) | typedef struct EventInfo type ParameterInfo (line 1226) | typedef struct ParameterInfo type MethodVariableKind (line 1234) | typedef enum MethodVariableKind type SequencePointKind (line 1240) | typedef enum SequencePointKind type Il2CppMethodExecutionContextInfo (line 1245) | typedef struct Il2CppMethodExecutionContextInfo type Il2CppMethodExecutionContextInfoIndex (line 1251) | typedef struct Il2CppMethodExecutionContextInfoIndex type Il2CppMethodScope (line 1256) | typedef struct Il2CppMethodScope type Il2CppMethodHeaderInfo (line 1261) | typedef struct Il2CppMethodHeaderInfo type Il2CppSequencePointSourceFile (line 1267) | typedef struct Il2CppSequencePointSourceFile type Il2CppTypeSourceFilePair (line 1272) | typedef struct Il2CppTypeSourceFilePair type Il2CppSequencePoint (line 1277) | typedef struct Il2CppSequencePoint type Il2CppCatchPoint (line 1288) | typedef struct Il2CppCatchPoint type Il2CppDebuggerMetadataRegistration (line 1296) | typedef struct Il2CppDebuggerMetadataRegistration type Il2CppRGCTXData (line 1311) | typedef union Il2CppRGCTXData type MethodInfo (line 1318) | typedef struct MethodInfo type Il2CppRuntimeInterfaceOffsetPair (line 1346) | typedef struct Il2CppRuntimeInterfaceOffsetPair type Il2CppClass (line 1351) | typedef struct Il2CppClass type Il2CppTypeDefinitionSizes (line 1427) | typedef struct Il2CppTypeDefinitionSizes type Il2CppDomain (line 1434) | typedef struct Il2CppDomain type Il2CppAssemblyName (line 1444) | typedef struct Il2CppAssemblyName type Il2CppImage (line 1458) | typedef struct Il2CppImage type Il2CppAssembly (line 1475) | typedef struct Il2CppAssembly type Il2CppCodeGenOptions (line 1483) | typedef struct Il2CppCodeGenOptions type Il2CppTokenIndexPair (line 1488) | typedef struct Il2CppTokenIndexPair type Il2CppTokenRangePair (line 1493) | typedef struct Il2CppTokenRangePair type Il2CppTokenIndexMethodTuple (line 1498) | typedef struct Il2CppTokenIndexMethodTuple type Il2CppTokenAdjustorThunkPair (line 1505) | typedef struct Il2CppTokenAdjustorThunkPair type Il2CppWindowsRuntimeFactoryTableEntry (line 1510) | typedef struct Il2CppWindowsRuntimeFactoryTableEntry type Il2CppCodeGenModule (line 1515) | typedef struct Il2CppCodeGenModule type Il2CppCodeRegistration (line 1531) | typedef struct Il2CppCodeRegistration type Il2CppMetadataRegistration (line 1551) | typedef struct Il2CppMetadataRegistration type Il2CppPerfCounters (line 1570) | typedef struct Il2CppPerfCounters type Il2CppClass (line 1637) | typedef struct Il2CppClass Il2CppClass; type MethodInfo (line 1638) | typedef struct MethodInfo MethodInfo; type PropertyInfo (line 1639) | typedef struct PropertyInfo PropertyInfo; type FieldInfo (line 1640) | typedef struct FieldInfo FieldInfo; type EventInfo (line 1641) | typedef struct EventInfo EventInfo; type Il2CppType (line 1642) | typedef struct Il2CppType Il2CppType; type Il2CppAssembly (line 1643) | typedef struct Il2CppAssembly Il2CppAssembly; type Il2CppException (line 1644) | typedef struct Il2CppException Il2CppException; type Il2CppImage (line 1645) | typedef struct Il2CppImage Il2CppImage; type Il2CppDomain (line 1646) | typedef struct Il2CppDomain Il2CppDomain; type Il2CppString (line 1647) | typedef struct Il2CppString Il2CppString; type Il2CppReflectionMethod (line 1648) | typedef struct Il2CppReflectionMethod Il2CppReflectionMethod; type Il2CppAsyncCall (line 1649) | typedef struct Il2CppAsyncCall Il2CppAsyncCall; type Il2CppIUnknown (line 1650) | typedef struct Il2CppIUnknown Il2CppIUnknown; type Il2CppWaitHandle (line 1651) | typedef struct Il2CppWaitHandle Il2CppWaitHandle; type MonitorData (line 1652) | typedef struct MonitorData MonitorData; type Il2CppReflectionAssembly (line 1653) | typedef struct Il2CppReflectionAssembly Il2CppReflectionAssembly; type Il2CppClass (line 1654) | typedef Il2CppClass Il2CppVTable; type Il2CppObject (line 1655) | typedef struct Il2CppObject type il2cpp_array_lower_bound_t (line 1664) | typedef int32_t il2cpp_array_lower_bound_t; type Il2CppArrayBounds (line 1665) | typedef struct Il2CppArrayBounds type Il2CppArray (line 1670) | typedef struct Il2CppArray type Il2CppArraySize (line 1676) | typedef struct Il2CppArraySize type Il2CppString (line 1683) | typedef struct Il2CppString type Il2CppReflectionType (line 1689) | typedef struct Il2CppReflectionType type Il2CppReflectionRuntimeType (line 1694) | typedef struct Il2CppReflectionRuntimeType type Il2CppReflectionMonoType (line 1701) | typedef struct Il2CppReflectionMonoType type Il2CppReflectionEvent (line 1705) | typedef struct Il2CppReflectionEvent type Il2CppReflectionMonoEvent (line 1710) | typedef struct Il2CppReflectionMonoEvent type Il2CppReflectionMonoEventInfo (line 1716) | typedef struct Il2CppReflectionMonoEventInfo type Il2CppReflectionField (line 1727) | typedef struct Il2CppReflectionField type Il2CppReflectionProperty (line 1736) | typedef struct Il2CppReflectionProperty type Il2CppReflectionMethod (line 1742) | typedef struct Il2CppReflectionMethod type Il2CppReflectionGenericMethod (line 1749) | typedef struct Il2CppReflectionGenericMethod type Il2CppMethodInfo (line 1753) | typedef struct Il2CppMethodInfo type Il2CppPropertyInfo (line 1761) | typedef struct Il2CppPropertyInfo type Il2CppReflectionParameter (line 1770) | typedef struct Il2CppReflectionParameter type Il2CppReflectionModule (line 1781) | typedef struct Il2CppReflectionModule type Il2CppReflectionAssemblyName (line 1792) | typedef struct Il2CppReflectionAssemblyName type Il2CppReflectionAssembly (line 1809) | typedef struct Il2CppReflectionAssembly type Il2CppReflectionMarshal (line 1823) | typedef struct Il2CppReflectionMarshal type Il2CppReflectionPointer (line 1836) | typedef struct Il2CppReflectionPointer type Il2CppInternalThread (line 1842) | typedef struct Il2CppInternalThread type Il2CppIOSelectorJob (line 1885) | typedef struct Il2CppIOSelectorJob type Il2CppCallType (line 1892) | typedef enum type Il2CppMethodMessage (line 1899) | typedef struct Il2CppMethodMessage type Il2CppAppDomainSetup (line 1912) | typedef struct Il2CppAppDomainSetup type Il2CppThread (line 1938) | typedef struct Il2CppThread type Il2CppException (line 1950) | typedef struct Il2CppException type Il2CppSystemException (line 1969) | typedef struct Il2CppSystemException type Il2CppArgumentException (line 1973) | typedef struct Il2CppArgumentException type Il2CppTypedRef (line 1978) | typedef struct Il2CppTypedRef type Il2CppDelegate (line 1984) | typedef struct Il2CppDelegate type Il2CppMulticastDelegate (line 1999) | typedef struct Il2CppMulticastDelegate type Il2CppMarshalByRefObject (line 2004) | typedef struct Il2CppMarshalByRefObject type Il2CppAppDomain (line 2009) | typedef struct Il2CppAppDomain type Il2CppStackFrame (line 2014) | typedef struct Il2CppStackFrame type Il2CppDateTimeFormatInfo (line 2027) | typedef struct Il2CppDateTimeFormatInfo type Il2CppNumberFormatInfo (line 2081) | typedef struct Il2CppNumberFormatInfo type Il2CppCultureData (line 2119) | typedef struct Il2CppCultureData type Il2CppCalendarData (line 2130) | typedef struct Il2CppCalendarData type Il2CppCultureInfo (line 2149) | typedef struct Il2CppCultureInfo type Il2CppRegionInfo (line 2180) | typedef struct Il2CppRegionInfo type Il2CppSafeHandle (line 2194) | typedef struct Il2CppSafeHandle type Il2CppStringBuilder (line 2202) | typedef struct Il2CppStringBuilder Il2CppStringBuilder; type Il2CppStringBuilder (line 2203) | typedef struct Il2CppStringBuilder type Il2CppSocketAddress (line 2212) | typedef struct Il2CppSocketAddress type Il2CppSortKey (line 2220) | typedef struct Il2CppSortKey type Il2CppErrorWrapper (line 2228) | typedef struct Il2CppErrorWrapper type Il2CppAsyncResult (line 2233) | typedef struct Il2CppAsyncResult type Il2CppAsyncCall (line 2248) | typedef struct Il2CppAsyncCall type Il2CppExceptionWrapper (line 2258) | typedef struct Il2CppExceptionWrapper Il2CppExceptionWrapper; type Il2CppExceptionWrapper (line 2259) | typedef struct Il2CppExceptionWrapper type Il2CppIOAsyncResult (line 2263) | typedef struct Il2CppIOAsyncResult type Il2CppSocketAsyncResult (line 2272) | typedef struct Il2CppSocketAsyncResult type Il2CppResourceLocation (line 2294) | typedef enum Il2CppResourceLocation type Il2CppManifestResourceInfo (line 2300) | typedef struct Il2CppManifestResourceInfo type Il2CppAppContext (line 2307) | typedef struct Il2CppAppContext type Il2CppDecimal (line 2314) | typedef struct Il2CppDecimal type Il2CppDouble (line 2337) | typedef struct Il2CppDouble type Il2CppDouble_double (line 2344) | typedef union Il2CppDouble_double type Il2CppDecimalCompareResult (line 2349) | typedef enum Il2CppDecimalCompareResult type Il2CppSingle (line 2355) | typedef struct Il2CppSingle type Il2CppSingle_float (line 2361) | typedef union Il2CppSingle_float FILE: Game Trainers/common/include/il2cpp/memory.h function class (line 5) | class MEMORY FILE: Game Trainers/common/include/il2cpp/unity.cpp type Unity (line 3) | namespace Unity { function Initialize (line 13) | bool Initialize(MEMORY memory) { FILE: Game Trainers/common/include/il2cpp/unity.h type vec3 (line 8) | struct vec3 type Rect (line 9) | struct Rect type GUIContent (line 10) | struct GUIContent type GUIStyle (line 11) | struct GUIStyle function namespace (line 22) | namespace Unity FILE: Game Trainers/common/include/il2cpp/vec.h type Vector2 (line 7) | struct Vector2 { type Vector3 (line 16) | struct Vector3 function Length (line 26) | float Length() { function Length2D (line 30) | float Length2D() { function Vector2 (line 34) | Vector2 DeltaAngle(Vector3 target) { FILE: Game Trainers/common/include/nlohmann/adl_serializer.hpp function from_json (line 27) | static auto from_json(BasicJsonType && j, TargetType& val) noexcept( function from_json (line 37) | static auto from_json(BasicJsonType && j) noexcept( function to_json (line 47) | static auto to_json(BasicJsonType& j, TargetType && val) noexcept( FILE: Game Trainers/common/include/nlohmann/byte_container_with_subtype.hpp function set_subtype (line 70) | void set_subtype(subtype_type subtype_) noexcept function subtype_type (line 78) | constexpr subtype_type subtype() const noexcept function has_subtype (line 85) | constexpr bool has_subtype() const noexcept function clear_subtype (line 92) | void clear_subtype() noexcept FILE: Game Trainers/common/include/nlohmann/detail/conversions/from_json.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 35) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/conversions/to_chars.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 21) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/conversions/to_json.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 31) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/exceptions.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 40) | NLOHMANN_JSON_NAMESPACE_BEGIN class parse_error (line 148) | class parse_error : public exception method parse_error (line 161) | static parse_error create(int id_, const position_t& pos, const std::s... method parse_error (line 169) | static parse_error create(int id_, std::size_t byte_, const std::strin... method parse_error (line 189) | parse_error(int id_, std::size_t byte_, const char* what_arg) method position_string (line 192) | static std::string position_string(const position_t& pos) class invalid_iterator (line 201) | class invalid_iterator : public exception method invalid_iterator (line 205) | static invalid_iterator create(int id_, const std::string& what_arg, B... method JSON_HEDLEY_NON_NULL (line 212) | JSON_HEDLEY_NON_NULL(3) class type_error (line 219) | class type_error : public exception method type_error (line 223) | static type_error create(int id_, const std::string& what_arg, BasicJs... method JSON_HEDLEY_NON_NULL (line 230) | JSON_HEDLEY_NON_NULL(3) class out_of_range (line 236) | class out_of_range : public exception method out_of_range (line 240) | static out_of_range create(int id_, const std::string& what_arg, Basic... method JSON_HEDLEY_NON_NULL (line 247) | JSON_HEDLEY_NON_NULL(3) class other_error (line 253) | class other_error : public exception method other_error (line 257) | static other_error create(int id_, const std::string& what_arg, BasicJ... method JSON_HEDLEY_NON_NULL (line 264) | JSON_HEDLEY_NON_NULL(3) FILE: Game Trainers/common/include/nlohmann/detail/hash.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 18) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/input/binary_reader.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 37) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/input/input_adapters.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 31) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/input/json_sax.hpp class json_sax_dom_parser (line 167) | class json_sax_dom_parser method json_sax_dom_parser (line 182) | explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_except... method json_sax_dom_parser (line 187) | json_sax_dom_parser(const json_sax_dom_parser&) = delete; method json_sax_dom_parser (line 188) | json_sax_dom_parser(json_sax_dom_parser&&) = default; method json_sax_dom_parser (line 189) | json_sax_dom_parser& operator=(const json_sax_dom_parser&) = delete; method json_sax_dom_parser (line 190) | json_sax_dom_parser& operator=(json_sax_dom_parser&&) = default; method null (line 193) | bool null() method boolean (line 199) | bool boolean(bool val) method number_integer (line 205) | bool number_integer(number_integer_t val) method number_unsigned (line 211) | bool number_unsigned(number_unsigned_t val) method number_float (line 217) | bool number_float(number_float_t val, const string_t& /*unused*/) method string (line 223) | bool string(string_t& val) method binary (line 229) | bool binary(binary_t& val) method start_object (line 235) | bool start_object(std::size_t len) method key (line 258) | bool key(string_t& val) method end_object (line 268) | bool end_object() method start_array (line 286) | bool start_array(std::size_t len) method end_array (line 307) | bool end_array() method parse_error (line 326) | bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, method is_errored (line 338) | constexpr bool is_errored() const method handle_diagnostic_positions_for_json_value (line 346) | void handle_diagnostic_positions_for_json_value(BasicJsonType& v) method JSON_HEDLEY_RETURNS_NON_NULL (line 420) | JSON_HEDLEY_RETURNS_NON_NULL class json_sax_dom_callback_parser (line 473) | class json_sax_dom_callback_parser method json_sax_dom_callback_parser (line 485) | json_sax_dom_callback_parser(BasicJsonType& r, method json_sax_dom_callback_parser (line 495) | json_sax_dom_callback_parser(const json_sax_dom_callback_parser&) = de... method json_sax_dom_callback_parser (line 496) | json_sax_dom_callback_parser(json_sax_dom_callback_parser&&) = default; method json_sax_dom_callback_parser (line 497) | json_sax_dom_callback_parser& operator=(const json_sax_dom_callback_pa... method json_sax_dom_callback_parser (line 498) | json_sax_dom_callback_parser& operator=(json_sax_dom_callback_parser&&... method null (line 501) | bool null() method boolean (line 507) | bool boolean(bool val) method number_integer (line 513) | bool number_integer(number_integer_t val) method number_unsigned (line 519) | bool number_unsigned(number_unsigned_t val) method number_float (line 525) | bool number_float(number_float_t val, const string_t& /*unused*/) method string (line 531) | bool string(string_t& val) method binary (line 537) | bool binary(binary_t& val) method start_object (line 543) | bool start_object(std::size_t len) method key (line 575) | bool key(string_t& val) method end_object (line 592) | bool end_object() method start_array (line 642) | bool start_array(std::size_t len) method end_array (line 674) | bool end_array() method parse_error (line 721) | bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/, method is_errored (line 733) | constexpr bool is_errored() const method handle_diagnostic_positions_for_json_value (line 741) | void handle_diagnostic_positions_for_json_value(BasicJsonType& v) method handle_value (line 820) | std::pair handle_value(Value&& v, const bool ski... class json_sax_acceptor (line 910) | class json_sax_acceptor method null (line 919) | bool null() method boolean (line 924) | bool boolean(bool /*unused*/) method number_integer (line 929) | bool number_integer(number_integer_t /*unused*/) method number_unsigned (line 934) | bool number_unsigned(number_unsigned_t /*unused*/) method number_float (line 939) | bool number_float(number_float_t /*unused*/, const string_t& /*unused*/) method string (line 944) | bool string(string_t& /*unused*/) method binary (line 949) | bool binary(binary_t& /*unused*/) method start_object (line 954) | bool start_object(std::size_t /*unused*/ = detail::unknown_size()) method key (line 959) | bool key(string_t& /*unused*/) method end_object (line 964) | bool end_object() method start_array (line 969) | bool start_array(std::size_t /*unused*/ = detail::unknown_size()) method end_array (line 974) | bool end_array() method parse_error (line 979) | bool parse_error(std::size_t /*unused*/, const std::string& /*unused*/... FILE: Game Trainers/common/include/nlohmann/detail/input/lexer.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 26) | NLOHMANN_JSON_NAMESPACE_BEGIN function reset (line 1323) | void reset() noexcept function char_int_type (line 1341) | char_int_type get() function unget (line 1378) | void unget() function add (line 1405) | void add(char_int_type c) function number_unsigned_t (line 1422) | constexpr number_unsigned_t get_number_unsigned() const noexcept function number_float_t (line 1428) | constexpr number_float_t get_number_float() const noexcept function string_t (line 1434) | string_t& get_string() function position_t (line 1449) | constexpr position_t get_position() const noexcept function get_token_string (line 1457) | std::string get_token_string() const function JSON_HEDLEY_RETURNS_NON_NULL (line 1481) | JSON_HEDLEY_RETURNS_NON_NULL function skip_bom (line 1495) | bool skip_bom() function skip_whitespace (line 1509) | void skip_whitespace() function token_type (line 1518) | token_type scan() FILE: Game Trainers/common/include/nlohmann/detail/input/parser.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 27) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/input/position_t.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 15) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/iterators/internal_iterator.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 14) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/iterators/iter_impl.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 22) | NLOHMANN_JSON_NAMESPACE_BEGIN function pointer (line 324) | pointer operator->() const function iter_impl (line 366) | iter_impl operator++(int)& // NOLINT(cert-dcl21-cpp) function iter_impl (line 377) | iter_impl& operator++() function iter_impl (line 417) | iter_impl operator--(int)& // NOLINT(cert-dcl21-cpp) function iter_impl (line 428) | iter_impl& operator--() function iter_impl (line 585) | iter_impl& operator+=(difference_type i) function iter_impl (line 622) | iter_impl& operator-=(difference_type i) function iter_impl (line 631) | iter_impl operator+(difference_type i) const function friend (line 642) | friend iter_impl operator+(difference_type i, const iter_impl& it) function iter_impl (line 653) | iter_impl operator-(difference_type i) const function difference_type (line 664) | difference_type operator-(const iter_impl& other) const function reference (line 693) | reference operator[](difference_type n) const function reference (line 747) | reference value() const FILE: Game Trainers/common/include/nlohmann/detail/iterators/iteration_proxy.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 25) | NLOHMANN_JSON_NAMESPACE_BEGIN function NLOHMANN_JSON_NAMESPACE_END (line 200) | NLOHMANN_JSON_NAMESPACE_END FILE: Game Trainers/common/include/nlohmann/detail/iterators/iterator_traits.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 17) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/iterators/json_reverse_iterator.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 17) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/iterators/primitive_iterator.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 16) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/json_custom_base_class.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 15) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/json_pointer.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 30) | NLOHMANN_JSON_NAMESPACE_BEGIN function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 50) | NLOHMANN_BASIC_JSON_TPL_DECLARATION function json_pointer (line 62) | explicit json_pointer(const string_t& s = "") function string_t (line 68) | string_t to_string() const function friend (line 89) | friend std::ostream& operator<<(std::ostream& o, const json_pointer& ptr) function json_pointer (line 98) | json_pointer& operator/=(const json_pointer& ptr) function json_pointer (line 108) | json_pointer& operator/=(string_t token) function json_pointer (line 116) | json_pointer& operator/=(std::size_t array_idx) function friend (line 123) | friend json_pointer operator/(const json_pointer& lhs, function friend (line 131) | friend json_pointer operator/(const json_pointer& lhs, string_t token) /... function friend (line 138) | friend json_pointer operator/(const json_pointer& lhs, std::size_t array... function json_pointer (line 145) | json_pointer parent_pointer() const function pop_back (line 159) | void pop_back() function string_t (line 171) | const string_t& back() const function push_back (line 183) | void push_back(const string_t& token) function push_back (line 190) | void push_back(string_t&& token) function empty (line 197) | bool empty() const noexcept function BasicJsonType (line 274) | BasicJsonType& get_and_create(BasicJsonType& j) const function BasicJsonType (line 354) | BasicJsonType& get_unchecked(BasicJsonType* ptr) const function BasicJsonType (line 422) | BasicJsonType& get_checked(BasicJsonType* ptr) const function BasicJsonType (line 480) | const BasicJsonType& get_unchecked(const BasicJsonType* ptr) const function BasicJsonType (line 529) | const BasicJsonType& get_checked(const BasicJsonType* ptr) const function contains (line 578) | bool contains(const BasicJsonType* ptr) const function split (line 666) | static std::vector split(const string_t& reference_string) function BasicJsonType (line 806) | static BasicJsonType function convert (line 835) | json_pointer convert() const& function convert (line 842) | json_pointer convert()&& FILE: Game Trainers/common/include/nlohmann/detail/json_ref.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 17) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/macro_scope.hpp function from_json (line 231) | inline void from_json(const BasicJsonType& j, ENUM_TYPE& e) ... type would_call_std_ (line 518) | struct would_call_std_ FILE: Game Trainers/common/include/nlohmann/detail/meta/cpp_future.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 19) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/detected.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 15) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/identity_tag.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 13) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/is_sax.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 19) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/std_fs.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 15) | NLOHMANN_JSON_NAMESPACE_BEGIN function NLOHMANN_JSON_NAMESPACE_BEGIN (line 23) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/type_traits.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 25) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/meta/void_t.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 13) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/output/binary_writer.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 27) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/output/output_adapters.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 25) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/output/serializer.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 34) | NLOHMANN_JSON_NAMESPACE_BEGIN function hex_bytes (line 677) | static std::string hex_bytes(std::uint8_t byte) function is_negative_number (line 688) | bool is_negative_number(NumberType x) function is_negative_number (line 694) | bool is_negative_number(NumberType /*unused*/) function dump_integer (line 714) | void dump_integer(NumberType x) function dump_float (line 799) | void dump_float(number_float_t x) function dump_float (line 820) | void dump_float(number_float_t x, std::true_type /*is_ieee_single_or_dou... function dump_float (line 828) | void dump_float(number_float_t x, std::false_type /*is_ieee_single_or_do... function decode (line 900) | static std::uint8_t decode(std::uint8_t& state, std::uint32_t& codep, co... function number_unsigned_t (line 940) | number_unsigned_t remove_sign(number_unsigned_t x) function number_unsigned_t (line 955) | number_unsigned_t remove_sign(number_integer_t x) noexcept FILE: Game Trainers/common/include/nlohmann/detail/string_concat.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 18) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/string_escape.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 13) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/string_utils.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 16) | NLOHMANN_JSON_NAMESPACE_BEGIN FILE: Game Trainers/common/include/nlohmann/detail/value_t.hpp type value_t (line 53) | enum class value_t : std::uint8_t FILE: Game Trainers/common/include/nlohmann/json.hpp function NLOHMANN_JSON_NAMESPACE_BEGIN (line 77) | NLOHMANN_JSON_NAMESPACE_BEGIN function set_parents (line 706) | void set_parents() function iterator (line 743) | iterator set_parents(iterator it, typename iterator::difference_type cou... function reference (line 756) | reference set_parent(reference j, std::size_t old_capacity = detail::unk... function basic_json (line 818) | basic_json(const value_t v) function basic_json (line 826) | basic_json(std::nullptr_t = nullptr) noexcept // NOLINT(bugprone-excepti... function basic_json (line 838) | basic_json(CompatibleType && val) noexcept(noexcept( // NOLINT(bugprone-... function basic_json (line 910) | basic_json(initializer_list_t init, function JSON_HEDLEY_WARN_UNUSED_RESULT (line 968) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 979) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 990) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 1001) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 1012) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 1020) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 1028) | basic_json(size_type cnt, const basic_json& val): function basic_json (line 1040) | basic_json(InputIT first, InputIT last) // NOLINT(performance-unnecessar... function basic_json (line 1149) | basic_json(const JsonRef& ref) : basic_json(ref.moved_or_copied()) {} function basic_json (line 1153) | basic_json(const basic_json& other) function basic_json (line 1226) | basic_json(basic_json&& other) noexcept function basic_json (line 1252) | basic_json& operator=(basic_json other) noexcept ( function value_t (line 1321) | constexpr value_t type() const noexcept function is_primitive (line 1328) | constexpr bool is_primitive() const noexcept function is_structured (line 1335) | constexpr bool is_structured() const noexcept function is_null (line 1342) | constexpr bool is_null() const noexcept function is_boolean (line 1349) | constexpr bool is_boolean() const noexcept function is_number (line 1356) | constexpr bool is_number() const noexcept function is_number_integer (line 1363) | constexpr bool is_number_integer() const noexcept function is_number_unsigned (line 1370) | constexpr bool is_number_unsigned() const noexcept function is_number_float (line 1377) | constexpr bool is_number_float() const noexcept function is_object (line 1384) | constexpr bool is_object() const noexcept function is_array (line 1391) | constexpr bool is_array() const noexcept function is_string (line 1398) | constexpr bool is_string() const noexcept function is_binary (line 1405) | constexpr bool is_binary() const noexcept function is_discarded (line 1412) | constexpr bool is_discarded() const noexcept function object_t (line 1443) | object_t* get_impl_ptr(object_t* /*unused*/) noexcept function object_t (line 1449) | constexpr const object_t* get_impl_ptr(const object_t* /*unused*/) const... function array_t (line 1455) | array_t* get_impl_ptr(array_t* /*unused*/) noexcept function array_t (line 1461) | constexpr const array_t* get_impl_ptr(const array_t* /*unused*/) const n... function string_t (line 1467) | string_t* get_impl_ptr(string_t* /*unused*/) noexcept function string_t (line 1473) | constexpr const string_t* get_impl_ptr(const string_t* /*unused*/) const... function boolean_t (line 1479) | boolean_t* get_impl_ptr(boolean_t* /*unused*/) noexcept function boolean_t (line 1485) | constexpr const boolean_t* get_impl_ptr(const boolean_t* /*unused*/) con... function number_integer_t (line 1491) | number_integer_t* get_impl_ptr(number_integer_t* /*unused*/) noexcept function number_integer_t (line 1497) | constexpr const number_integer_t* get_impl_ptr(const number_integer_t* /... function number_unsigned_t (line 1503) | number_unsigned_t* get_impl_ptr(number_unsigned_t* /*unused*/) noexcept function number_unsigned_t (line 1509) | constexpr const number_unsigned_t* get_impl_ptr(const number_unsigned_t*... function number_float_t (line 1515) | number_float_t* get_impl_ptr(number_float_t* /*unused*/) noexcept function number_float_t (line 1521) | constexpr const number_float_t* get_impl_ptr(const number_float_t* /*unu... function binary_t (line 1527) | binary_t* get_impl_ptr(binary_t* /*unused*/) noexcept function binary_t (line 1533) | constexpr const binary_t* get_impl_ptr(const binary_t* /*unused*/) const... function ReferenceType (line 1550) | static ReferenceType get_ref_impl(ThisType& obj) function get_ptr (line 1583) | constexpr auto get_ptr() const noexcept -> decltype(std::declval /*unused*/) const noexcept(no... function BasicJsonType (line 1700) | BasicJsonType get_impl(detail::priority_tag<2> /*unused*/) const function basic_json (line 1723) | basic_json get_impl(detail::priority_tag<3> /*unused*/) const function get_impl (line 1736) | constexpr auto get_impl(detail::priority_tag<4> /*unused*/) const noexcept function get (line 1812) | auto get() noexcept -> decltype(std::declval().template g... function ValueType (line 1825) | ValueType & get_to(ValueType& v) const noexcept(noexcept( function ValueType (line 1838) | ValueType & get_to(ValueType& v) const function Array (line 1849) | Array get_to(T (&v)[N]) const // NOLINT(cppcoreguidelines-avoid-c-arrays... function ReferenceType (line 1861) | ReferenceType get_ref() function ReferenceType (line 1872) | ReferenceType get_ref() const function binary_t (line 1931) | binary_t& get_binary() function binary_t (line 1943) | const binary_t& get_binary() const function reference (line 1965) | reference at(size_type idx) function const_reference (line 1988) | const_reference at(size_type idx) const function reference (line 2011) | reference at(const typename object_t::key_type& key) function reference (line 2031) | reference at(KeyType && key) function const_reference (line 2049) | const_reference at(const typename object_t::key_type& key) const function const_reference (line 2069) | const_reference at(KeyType && key) const function reference (line 2087) | reference operator[](size_type idx) function const_reference (line 2133) | const_reference operator[](size_type idx) const function reference (line 2146) | reference operator[](typename object_t::key_type key) // NOLINT(performa... function const_reference (line 2168) | const_reference operator[](const typename object_t::key_type& key) const function reference (line 2184) | reference operator[](T* key) function const_reference (line 2190) | const_reference operator[](T* key) const function reference (line 2199) | reference operator[](KeyType && key) function const_reference (line 2223) | const_reference operator[](KeyType && key) const class ValueType (line 2249) | class ValueType function ReturnType (line 2278) | ReturnType value(const typename object_t::key_type& key, ValueType && de... function ValueType (line 2304) | ValueType value(KeyType && key, const ValueType& default_value) const function ReturnType (line 2331) | ReturnType value(KeyType && key, ValueType && default_value) const function ValueType (line 2354) | ValueType value(const json_pointer& ptr, const ValueType& default_value)... function ReturnType (line 2379) | ReturnType value(const json_pointer& ptr, ValueType && default_value) const function ValueType (line 2403) | ValueType value(const ::nlohmann::json_pointer& ptr, cons... function ReturnType (line 2414) | ReturnType value(const ::nlohmann::json_pointer& ptr, Val... function reference (line 2421) | reference front() function const_reference (line 2428) | const_reference front() const function reference (line 2435) | reference back() function const_reference (line 2444) | const_reference back() const function IteratorType (line 2456) | IteratorType erase(IteratorType pos) // NOLINT(performance-unnecessary-v... function IteratorType (line 2526) | IteratorType erase(IteratorType first, IteratorType last) // NOLINT(perf... function erase_internal (line 2594) | private: function size_type (line 2610) | size_type erase_internal(KeyType && key) function size_type (line 2642) | size_type erase(KeyType && key) function erase (line 2649) | void erase(const size_type idx) function iterator (line 2678) | iterator find(const typename object_t::key_type& key) function const_iterator (line 2692) | const_iterator find(const typename object_t::key_type& key) const function iterator (line 2708) | iterator find(KeyType && key) function const_iterator (line 2724) | const_iterator find(KeyType && key) const function size_type (line 2738) | size_type count(const typename object_t::key_type& key) const function size_type (line 2748) | size_type count(KeyType && key) const function contains (line 2756) | bool contains(const typename object_t::key_type& key) const function contains (line 2765) | bool contains(KeyType && key) const function contains (line 2772) | bool contains(const json_pointer& ptr) const function contains (line 2779) | bool contains(const typename ::nlohmann::json_pointer& pt... function iterator (line 2795) | iterator begin() noexcept function const_iterator (line 2804) | const_iterator begin() const noexcept function const_iterator (line 2811) | const_iterator cbegin() const noexcept function iterator (line 2820) | iterator end() noexcept function const_iterator (line 2829) | const_iterator end() const noexcept function const_iterator (line 2836) | const_iterator cend() const noexcept function reverse_iterator (line 2845) | reverse_iterator rbegin() noexcept function const_reverse_iterator (line 2852) | const_reverse_iterator rbegin() const noexcept function reverse_iterator (line 2859) | reverse_iterator rend() noexcept function const_reverse_iterator (line 2866) | const_reverse_iterator rend() const noexcept function const_reverse_iterator (line 2873) | const_reverse_iterator crbegin() const noexcept function const_reverse_iterator (line 2880) | const_reverse_iterator crend() const noexcept function iterator_wrapper (line 2892) | static iteration_proxy iterator_wrapper(reference ref) noexcept function iterator_wrapper (line 2903) | static iteration_proxy iterator_wrapper(const_reference ... function items (line 2910) | iteration_proxy items() noexcept function items (line 2917) | iteration_proxy items() const noexcept function empty (line 2933) | bool empty() const noexcept function size_type (line 2972) | size_type size() const noexcept function size_type (line 3011) | size_type max_size() const noexcept function clear (line 3054) | void clear() noexcept function push_back (line 3115) | void push_back(basic_json&& val) function reference (line 3140) | reference operator+=(basic_json&& val) function push_back (line 3148) | void push_back(const basic_json& val) function reference (line 3172) | reference operator+=(const basic_json& val) function push_back (line 3180) | void push_back(const typename object_t::value_type& val) function reference (line 3203) | reference operator+=(const typename object_t::value_type& val) function push_back (line 3211) | void push_back(initializer_list_t init) function reference (line 3227) | reference operator+=(initializer_list_t init) function reference (line 3236) | reference emplace_back(Args&& ... args) function emplace (line 3261) | std::pair emplace(Args&& ... args) function iterator (line 3293) | iterator insert_iterator(const_iterator pos, Args&& ... args) // NOLINT(... function iterator (line 3312) | iterator insert(const_iterator pos, const basic_json& val) // NOLINT(per... function iterator (line 3332) | iterator insert(const_iterator pos, basic_json&& val) // NOLINT(performa... function iterator (line 3339) | iterator insert(const_iterator pos, size_type cnt, const basic_json& val... function iterator (line 3359) | iterator insert(const_iterator pos, const_iterator first, const_iterator... function iterator (line 3390) | iterator insert(const_iterator pos, initializer_list_t ilist) // NOLINT(... function insert (line 3410) | void insert(const_iterator first, const_iterator last) // NOLINT(perform... function update (line 3436) | void update(const_reference j, bool merge_objects = false) function update (line 3443) | void update(const_iterator first, const_iterator last, bool merge_object... function swap (line 3490) | void swap(reference other) noexcept ( function friend (line 3507) | friend void swap(reference left, reference right) noexcept ( function swap (line 3519) | void swap(array_t& other) // NOLINT(bugprone-exception-escape,cppcoregui... function swap (line 3535) | void swap(object_t& other) // NOLINT(bugprone-exception-escape,cppcoregu... function swap (line 3551) | void swap(string_t& other) // NOLINT(bugprone-exception-escape,cppcoregu... function swap (line 3567) | void swap(binary_t& other) // NOLINT(bugprone-exception-escape,cppcoregu... function swap (line 3583) | void swap(typename binary_t::container_type& other) // NOLINT(bugprone-e... function else (line 3672) | else if(compares_unordered(lhs, rhs))\ function compares_unordered (line 3701) | bool compares_unordered(const_reference rhs, bool inverse = false) const... function friend (line 3814) | friend bool operator==(const_reference lhs, const_reference rhs) noexcept function friend (line 3846) | friend bool operator!=(const_reference lhs, const_reference rhs) noexcept function friend (line 3903) | friend bool operator<=(const_reference lhs, const_reference rhs) noexcept function friend (line 3932) | friend bool operator>(const_reference lhs, const_reference rhs) noexcept function friend (line 3962) | friend bool operator>=(const_reference lhs, const_reference rhs) noexcept function friend (line 4003) | friend std::ostream& operator<<(std::ostream& o, const basic_json& j) function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4042) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4056) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 4070) | static basic_json parse(detail::span_input_adapter&& i, function accept (line 4083) | static bool accept(InputType&& i, function accept (line 4092) | static bool accept(IteratorType first, IteratorType last, function accept (line 4100) | static bool accept(detail::span_input_adapter&& i, function sax_parse (line 4110) | static bool sax_parse(InputType&& i, SAX* sax, function sax_parse (line 4125) | static bool sax_parse(IteratorType first, IteratorType last, SAX* sax, function sax_parse (line 4144) | static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, function JSON_HEDLEY_RETURNS_NON_NULL (line 4185) | JSON_HEDLEY_RETURNS_NON_NULL type data (line 4217) | struct data method data (line 4225) | data(const value_t v) method data (line 4230) | data(size_type cnt, const basic_json& val) method data (line 4236) | data() noexcept = default; method data (line 4237) | data(data&&) noexcept = default; method data (line 4238) | data(const data&) noexcept = delete; method data (line 4239) | data& operator=(data&&) noexcept = delete; method data (line 4240) | data& operator=(const data&) noexcept = delete; function end_pos (line 4266) | constexpr std::size_t end_pos() const noexcept function to_cbor (line 4291) | static void to_cbor(const basic_json& j, detail::output_adapter o) function to_msgpack (line 4305) | static std::vector to_msgpack(const basic_json& j) function to_msgpack (line 4314) | static void to_msgpack(const basic_json& j, detail::output_adapter o) function to_ubjson (line 4328) | static std::vector to_ubjson(const basic_json& j, function to_ubjson (line 4339) | static void to_ubjson(const basic_json& j, detail::output_adapter o, function to_bjdata (line 4355) | static std::vector to_bjdata(const basic_json& j, function to_bjdata (line 4367) | static void to_bjdata(const basic_json& j, detail::output_adapter o, function to_bson (line 4385) | static std::vector to_bson(const basic_json& j) function to_bson (line 4394) | static void to_bson(const basic_json& j, detail::output_adapter o) function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4409) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4425) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 4441) | static basic_json from_cbor(const T* ptr, std::size_t len, function basic_json (line 4451) | static basic_json from_cbor(detail::span_input_adapter&& i, function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4467) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4482) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 4497) | static basic_json from_msgpack(const T* ptr, std::size_t len, function basic_json (line 4506) | static basic_json from_msgpack(detail::span_input_adapter&& i, function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4521) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4536) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 4551) | static basic_json from_ubjson(const T* ptr, std::size_t len, function basic_json (line 4560) | static basic_json from_ubjson(detail::span_input_adapter&& i, function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4575) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4590) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4605) | JSON_HEDLEY_WARN_UNUSED_RESULT function JSON_HEDLEY_WARN_UNUSED_RESULT (line 4620) | JSON_HEDLEY_WARN_UNUSED_RESULT function basic_json (line 4635) | static basic_json from_bson(const T* ptr, std::size_t len, function basic_json (line 4644) | static basic_json from_bson(detail::span_input_adapter&& i, function reference (line 4666) | reference operator[](const json_pointer& ptr) function reference (line 4673) | reference operator[](const ::nlohmann::json_pointer& ptr) function const_reference (line 4680) | const_reference operator[](const json_pointer& ptr) const function const_reference (line 4687) | const_reference operator[](const ::nlohmann::json_pointer... function reference (line 4694) | reference at(const json_pointer& ptr) function reference (line 4701) | reference at(const ::nlohmann::json_pointer& ptr) function const_reference (line 4708) | const_reference at(const json_pointer& ptr) const function const_reference (line 4715) | const_reference at(const ::nlohmann::json_pointer& ptr) c... function basic_json (line 4722) | basic_json flatten() const function basic_json (line 4731) | basic_json unflatten() const function patch_inplace (line 4747) | void patch_inplace(const basic_json& json_patch) function basic_json (line 5018) | basic_json patch(const basic_json& json_patch) const function JSON_HEDLEY_WARN_UNUSED_RESULT (line 5027) | JSON_HEDLEY_WARN_UNUSED_RESULT function merge_patch (line 5170) | void merge_patch(const basic_json& apply_patch) function NLOHMANN_BASIC_JSON_TPL_DECLARATION (line 5201) | NLOHMANN_BASIC_JSON_TPL_DECLARATION function NLOHMANN_JSON_NAMESPACE_END (line 5238) | NLOHMANN_JSON_NAMESPACE_END FILE: Game Trainers/common/include/nlohmann/json_fwd.hpp class json_pointer (line 56) | class json_pointer type ordered_map (line 67) | struct ordered_map FILE: Game Trainers/common/include/nlohmann/ordered_map.hpp function ordered_map (line 46) | ordered_map() noexcept(noexcept(Container())) : Container{} {} function ordered_map (line 47) | explicit ordered_map(const Allocator& alloc) noexcept(noexcept(Container... function ordered_map (line 49) | ordered_map(It first, It last, const Allocator& alloc = Allocator()) function ordered_map (line 51) | ordered_map(std::initializer_list init, const Allocator& all... function emplace (line 54) | std::pair emplace(const key_type& key, T&& t) function emplace (line 69) | std::pair emplace(KeyType && key, T && t) function T (line 82) | T& operator[](const key_type& key) function T (line 89) | T & operator[](KeyType && key) function T (line 94) | const T& operator[](const key_type& key) const function T (line 101) | const T & operator[](KeyType && key) const function T (line 106) | T& at(const key_type& key) function T (line 121) | T & at(KeyType && key) // NOLINT(cppcoreguidelines-missing-std-forward) function T (line 134) | const T& at(const key_type& key) const function T (line 149) | const T & at(KeyType && key) const // NOLINT(cppcoreguidelines-missing-s... function size_type (line 162) | size_type erase(const key_type& key) function size_type (line 183) | size_type erase(KeyType && key) // NOLINT(cppcoreguidelines-missing-std-... function iterator (line 202) | iterator erase(iterator pos) function iterator (line 207) | iterator erase(iterator first, iterator last) function size_type (line 260) | size_type count(const key_type& key) const function size_type (line 274) | size_type count(KeyType && key) const // NOLINT(cppcoreguidelines-missin... function iterator (line 286) | iterator find(const key_type& key) function iterator (line 300) | iterator find(KeyType && key) // NOLINT(cppcoreguidelines-missing-std-fo... function const_iterator (line 312) | const_iterator find(const key_type& key) const function insert (line 324) | std::pair insert( value_type&& value ) function insert (line 329) | std::pair insert( const value_type& value ) function insert (line 347) | void insert(InputIt first, InputIt last) FILE: Game Trainers/documents/trainer_template.h function class (line 19) | class Trainer : public TrainerBase // Or MonoBase if it's a Unity game FILE: Game Trainers/scripts/font_processor.py function extract_text_from_file (line 10) | def extract_text_from_file(file_path): function extract_text_from_json (line 28) | def extract_text_from_json(data): function extract_strings_from_py (line 40) | def extract_strings_from_py(file_path): function extract_strings_from_rs (line 49) | def extract_strings_from_rs(file_path): function get_unique_characters (line 61) | def get_unique_characters(files): function subset_font (line 70) | def subset_font(font_path, characters, output_path): function main (line 83) | def main(): FILE: Game Trainers/trainers/Arrow a Row Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 45) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 211) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 220) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Arrow a Row Trainer/trainer.h function class (line 6) | class Trainer : public TrainerBase function setArrowSpeed (line 226) | inline bool setArrowSpeed(float newVal) function setArrowDistance (line 287) | inline bool setArrowDistance(float newVal) function setArrowCount (line 348) | inline bool setArrowCount(int newVal) function setSwordDamage (line 410) | inline bool setSwordDamage(float newVal) function setSwordCoolDown (line 472) | inline bool setSwordCoolDown(float newVal) function setSwordSpeed (line 533) | inline bool setSwordSpeed(float newVal) function setSwordDistance (line 593) | inline bool setSwordDistance(float newVal) FILE: Game Trainers/trainers/DREDGE Trainer/GCMInjection.cs class MainThreadDispatcher (line 11) | public class MainThreadDispatcher : MonoBehaviour method Awake (line 16) | private void Awake() method Update (line 27) | private void Update() method Enqueue (line 38) | public static void Enqueue(Action action) class GCMInjection (line 50) | public static class GCMInjection method SendData (line 52) | [DllImport("MonoBridge.dll")] method SendResponse (line 55) | [DllImport("MonoBridge.dll")] method Log (line 58) | private static void Log(string message) method Initialize (line 64) | public static void Initialize() method SpawnItem (line 70) | public static void SpawnItem(int index) method AddFunds (line 91) | public static void AddFunds(float amount) method RepairAll (line 100) | public static void RepairAll() method RestockAll (line 109) | public static void RestockAll() method ClearWeather (line 121) | public static void ClearWeather() method FreezeTime (line 130) | public static void FreezeTime(bool freeze) method GetItemList (line 138) | public static void GetItemList() FILE: Game Trainers/trainers/DREDGE Trainer/main.cpp function apply_callback (line 15) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 70) | void toggle_callback(Fl_Widget *widget, void *data) type InfoCallbackDataOld (line 149) | struct InfoCallbackDataOld class ItemTableOld (line 155) | class ItemTableOld : public Fl_Table method draw_cell (line 163) | void draw_cell(TableContext context, int row, int col, int x, int y, i... method find_cell_at (line 204) | bool find_cell_at(int mouse_x, int mouse_y, int &row, int &col) method handle (line 263) | int handle(int event) override method ItemTableOld (line 309) | ItemTableOld(int x, int y, int w, int h, Fl_Input *inp, const char *l ... method setItems (line 322) | void setItems(const std::vector> &item_list) function info_callback_old (line 331) | void info_callback_old(Fl_Widget *widget, void *data) function main_window_close_callback (line 394) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 408) | int main(int argc, char **argv) FILE: Game Trainers/trainers/DREDGE Trainer/trainer.h function class (line 6) | class Trainer : public MonoBase function spawnItem (line 175) | bool spawnItem(int itemIndex) function addFunds (line 184) | bool addFunds(float amount) function repairAll (line 193) | bool repairAll() function restockAll (line 202) | bool restockAll() function clearWeather (line 211) | bool clearWeather() function freezeTime (line 220) | bool freezeTime(bool freeze) FILE: Game Trainers/trainers/Feeding Frenzy 2_Shipwreck Showdown Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 50) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 96) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 105) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Feeding Frenzy 2_Shipwreck Showdown Trainer/trainer.h function setGrowth (line 21) | inline bool setGrowth(int newVal) FILE: Game Trainers/trainers/Headbangers_Rhythm Royale Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 43) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 110) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 119) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Headbangers_Rhythm Royale Trainer/trainer.h function class (line 6) | class Trainer : public TrainerBase FILE: Game Trainers/trainers/Heavy Weapon Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 48) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 181) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 190) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Heavy Weapon Trainer/trainer.h function setThunderStrike (line 62) | inline bool setThunderStrike(int newVal) FILE: Game Trainers/trainers/Inotia 4 Trainer/main.cpp function apply_callback (line 20) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 67) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 161) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 170) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Inotia 4 Trainer/trainer.h function setExp (line 27) | inline bool setExp(int newVal) function setStatPoints (line 97) | inline bool setStatPoints(int newVal) function setSkillPoints (line 144) | inline bool setSkillPoints(int newVal) function unlockAllMercenarySlots (line 209) | inline bool unlockAllMercenarySlots() FILE: Game Trainers/trainers/Just Shapes & Beats Trainer/IL2CPP.cpp type BeatPointsCommand (line 47) | struct BeatPointsCommand function HandleAddBeatPoints (line 65) | void HandleAddBeatPoints() function HandleFinishLevel (line 118) | void HandleFinishLevel() function IsPlayerActor (line 153) | bool IsPlayerActor(void *actorPtr) function Detour_LifeComponent_Damage (line 174) | void Detour_LifeComponent_Damage(void *instance, float amount) function Detour_HeroCollision_OnCollision (line 193) | void Detour_HeroCollision_OnCollision(void *instance) function HookGodMode (line 207) | bool HookGodMode(NAMESPACE *ns, MEMORY &memory) function Detour_Update (line 242) | void Detour_Update(void *instance) function InitializeIL2CPP (line 267) | bool InitializeIL2CPP() function DWORD (line 332) | __declspec(dllexport) DWORD WINAPI GodMode(LPVOID lpParam) function DWORD (line 343) | __declspec(dllexport) DWORD WINAPI AddBeatPoints(LPVOID lpParam) function DWORD (line 355) | __declspec(dllexport) DWORD WINAPI FinishLevel(LPVOID lpParam) function DWORD (line 369) | DWORD WINAPI MainThread(HMODULE hModule) function BOOL (line 378) | BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID ... FILE: Game Trainers/trainers/Just Shapes & Beats Trainer/main.cpp function apply_callback (line 12) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 48) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 87) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 96) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Just Shapes & Beats Trainer/trainer.h function class (line 6) | class Trainer : public Il2CppBase FILE: Game Trainers/trainers/Oil Rush Trainer/main.cpp function apply_callback (line 12) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 39) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 78) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 87) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Oil Rush Trainer/trainer.h function toggleOil (line 23) | inline bool toggleOil(bool active, int value) function toggleAbility (line 29) | inline bool toggleAbility(bool active, int value) function emit_je (line 83) | auto emit_je = [&](std::vector &jump_list) function emit_jne (line 90) | auto emit_jne = [&](std::vector &jump_list) FILE: Game Trainers/trainers/Outland Trainer/main.cpp function apply_callback (line 12) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 39) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 92) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 101) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Outland Trainer/trainer.h function setCoins (line 27) | inline bool setCoins(int newVal) FILE: Game Trainers/trainers/Plants vs. Zombies_GOTY Edition Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 43) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 143) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 152) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Plants vs. Zombies_GOTY Edition Trainer/trainer.h function setBugSpray (line 21) | inline bool setBugSpray(int newVal) FILE: Game Trainers/trainers/Plants vs. Zombies_Replanted Trainer/IL2CPP.cpp type ZenGardenPlantCommand (line 45) | struct ZenGardenPlantCommand type PlantArgs (line 52) | struct PlantArgs type SpawnZombieArgs (line 58) | struct SpawnZombieArgs type ZombieCommand (line 65) | struct ZombieCommand function HandlePlantSpawn (line 81) | void HandlePlantSpawn(void *boardInstance) function HandleInstantWin (line 149) | void HandleInstantWin(void *boardInstance) function HandleZombieSpawn (line 165) | void HandleZombieSpawn(void *boardInstance) function HandleFullScreenJalapeno (line 205) | void HandleFullScreenJalapeno(void *boardInstance) function Detour_UpdateGame (line 232) | void Detour_UpdateGame(void *instance) function InitializeIL2CPP (line 265) | bool InitializeIL2CPP() function SendResponse (line 319) | __declspec(dllexport) void SendResponse(const char *message) function GetPlantList (line 379) | __declspec(dllexport) void GetPlantList() function GetZombieList (line 421) | __declspec(dllexport) void GetZombieList() function DWORD (line 463) | __declspec(dllexport) DWORD WINAPI InstantCompleteLevel(LPVOID lpParam) function DWORD (line 473) | __declspec(dllexport) DWORD WINAPI SpawnZombie(LPVOID lpParam) function DWORD (line 488) | __declspec(dllexport) DWORD WINAPI FullScreenJalapeno(LPVOID lpParam) function DWORD (line 498) | __declspec(dllexport) DWORD WINAPI AddPlantToGarden(LPVOID lpParam) function DWORD (line 512) | DWORD WINAPI MainThread(HMODULE hModule) function BOOL (line 521) | BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID ... FILE: Game Trainers/trainers/Plants vs. Zombies_Replanted Trainer/main.cpp function apply_callback (line 18) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 81) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 162) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 181) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Plants vs. Zombies_Replanted Trainer/trainer.h function class (line 6) | class Trainer : public Il2CppBase function setFertilizerAndBugSpray (line 108) | inline bool setFertilizerAndBugSpray(int newVal) function setChocolate (line 231) | inline bool setChocolate(int newVal) function setTreeFood (line 316) | inline bool setTreeFood(int newVal) function setCoin (line 400) | inline bool setCoin(int newVal) function instantCompleteLevel (line 466) | bool instantCompleteLevel() function fullScreenJalapeno (line 500) | bool fullScreenJalapeno() FILE: Game Trainers/trainers/PvZ2 Gardendless Trainer/main.cpp type LaunchData (line 17) | struct LaunchData function apply_callback (line 28) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 66) | void toggle_callback(Fl_Widget *widget, void *data) {} function browse_callback (line 71) | static void browse_callback(Fl_Widget *widget, void *data) function launch_callback (line 108) | static void launch_callback(Fl_Widget *widget, void *data) function check_process_status_wrapper (line 129) | static void check_process_status_wrapper(void *data) function main_window_close_callback (line 141) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 151) | int main(int argc, char **argv) FILE: Game Trainers/trainers/PvZ2 Gardendless Trainer/trainer.h function class (line 8) | class Trainer : public CDPBase FILE: Game Trainers/trainers/Wizard of Legend 2 Trainer/main.cpp function apply_callback (line 11) | void apply_callback(Fl_Widget *widget, void *data) function toggle_callback (line 46) | void toggle_callback(Fl_Widget *widget, void *data) function main_window_close_callback (line 147) | static void main_window_close_callback(Fl_Widget *w, void *) function main (line 156) | int main(int argc, char **argv) FILE: Game Trainers/trainers/Wizard of Legend 2 Trainer/trainer.h function setArcaneChromo (line 45) | inline bool setArcaneChromo(int newVal) FILE: src/scripts/config.py function resource_path (line 18) | def resource_path(relative_path): function apply_settings (line 43) | def apply_settings(settings): function load_settings (line 48) | def load_settings(): function get_translator (line 121) | def get_translator(): function is_chinese (line 137) | def is_chinese(text): function sort_trainers_key (line 144) | def sort_trainers_key(name): function sort_trainers_key_ignore_prefix (line 150) | def sort_trainers_key_ignore_prefix(name): function ensure_trainer_download_path_is_valid (line 159) | def ensure_trainer_download_path_is_valid(): function findWeModInstallPath (line 168) | def findWeModInstallPath(): function findCEInstallPath (line 175) | def findCEInstallPath(): FILE: src/scripts/main.py class GameCheatsManager (line 31) | class GameCheatsManager(QMainWindow): method __init__ (line 33) | def __init__(self): method closeEvent (line 283) | def closeEvent(self, event): method show_announcement (line 288) | def show_announcement(self, data): method start_update (line 293) | def start_update(self, version): method send_notification (line 306) | def send_notification(self, success, latest_version=0): method init_settings (line 338) | def init_settings(self): method on_enter_press (line 354) | def on_enter_press(self): method on_download_start (line 359) | def on_download_start(self, item): method disable_download_widgets (line 364) | def disable_download_widgets(self): method enable_download_widgets (line 368) | def enable_download_widgets(self): method disable_all_widgets (line 372) | def disable_all_widgets(self): method enable_all_widgets (line 379) | def enable_all_widgets(self): method update_list (line 386) | def update_list(self): method show_cheats (line 397) | def show_cheats(self): method cleanup_launch_junctions (line 449) | def cleanup_launch_junctions(self): method get_ascii_launch_path (line 462) | def get_ascii_launch_path(self, original_exe_path): method is_cheat_engine_available (line 514) | def is_cheat_engine_available(self, ext): method prompt_cheat_engine_install (line 543) | def prompt_cheat_engine_install(self): method launch_trainer (line 566) | def launch_trainer(self): method delete_trainer (line 599) | def delete_trainer(self): method findWidgetInStatusBar (line 638) | def findWidgetInStatusBar(self, statusbar, widgetName): method change_path (line 644) | def change_path(self): method download_display (line 673) | def download_display(self, keyword): method fetch_trainer_translations (line 684) | def fetch_trainer_translations(self): method fetch_gcm_data (line 693) | def fetch_gcm_data(self): method fetch_fling_data (line 702) | def fetch_fling_data(self): method fetch_xiaoxing_data (line 711) | def fetch_xiaoxing_data(self): method fetch_ct_data (line 720) | def fetch_ct_data(self): method update_trainers (line 729) | def update_trainers(self, auto_check=False): method fetch_trainer_search_data (line 739) | def fetch_trainer_search_data(self): method on_main_interval (line 748) | def on_main_interval(self): method download_trainers (line 762) | def download_trainers(self, index): method on_trainer_update (line 765) | def on_trainer_update(self, update_entry): method enqueue_download (line 768) | def enqueue_download(self, index, trainers, trainerDownloadPath, updat... method start_next_download (line 773) | def start_next_download(self): method on_message (line 791) | def on_message(self, message, type=None): method format_size (line 846) | def format_size(num_bytes): method on_download_progress (line 853) | def on_download_progress(self, downloaded, total): method on_message_box (line 867) | def on_message_box(self, type, title, text): method on_migration_error (line 873) | def on_migration_error(self, error_message): method on_migration_finished (line 879) | def on_migration_finished(self, new_path): method on_display_finished (line 888) | def on_display_finished(self, status): method on_download_finished (line 898) | def on_download_finished(self, status): method on_status_load (line 906) | def on_status_load(self, widgetName, message): method on_status_update (line 910) | def on_status_update(self, widgetName, newMessage, state): method on_interval_finished (line 914) | def on_interval_finished(self, widgetName): method open_settings (line 935) | def open_settings(self): method import_files (line 943) | def import_files(self): method open_trainer_directory (line 978) | def open_trainer_directory(self): method add_whitelist (line 981) | def add_whitelist(self): method open_about (line 1007) | def open_about(self): method open_trainer_management (line 1015) | def open_trainer_management(self): method open_trainer_upload (line 1023) | def open_trainer_upload(self): method browse_all_trainers (line 1031) | def browse_all_trainers(self): FILE: src/scripts/threads/download_base_thread.py class DownloadBaseThread (line 21) | class DownloadBaseThread(QThread): method __init__ (line 33) | def __init__(self, parent=None): method get_webpage_content (line 38) | def get_webpage_content(self, url, verify=True, use_cloudScraper=False): method request_download (line 58) | def request_download(self, url, download_path, verify=True, use_cloudS... method find_download_fname (line 91) | def find_download_fname(response): method get_signed_download_url (line 108) | def get_signed_download_url(file_path_on_s3): method get_signed_upload_url (line 137) | def get_signed_upload_url(file_path_on_s3, metadata_json): method is_internet_connected (line 164) | def is_internet_connected(urls=None, timeout=5): method arabic_to_roman (line 184) | def arabic_to_roman(num): method sanitize (line 203) | def sanitize(self, text): method symbol_replacement (line 209) | def symbol_replacement(text): method find_best_trainer_match (line 212) | def find_best_trainer_match(self, target_name, target_language, thresh... method translate_trainer (line 246) | def translate_trainer(self, trainer): method save_html_content (line 314) | def save_html_content(content, file_name, overwrite=True): method load_html_content (line 321) | def load_html_content(file_name): method load_json_content (line 333) | def load_json_content(file_name, from_database=True): FILE: src/scripts/threads/download_display_thread.py class DownloadDisplayThread (line 13) | class DownloadDisplayThread(DownloadBaseThread): method __init__ (line 14) | def __init__(self, keyword, parent=None): method run (line 19) | def run(self): method translate_keyword (line 111) | def translate_keyword(self, keyword): method keyword_match (line 133) | def keyword_match(self, keywordList, targetString): method search_from_fling_archive (line 143) | def search_from_fling_archive(self, keywordList): method search_from_fling_main (line 216) | def search_from_fling_main(self, keywordList): method search_from_xiaoxing (line 282) | def search_from_xiaoxing(self, keywordList): method search_from_ct (line 319) | def search_from_ct(self, keywordList): method search_from_gcm (line 360) | def search_from_gcm(self, keywordList): FILE: src/scripts/threads/download_trainers_thread.py class DownloadTrainersThread (line 14) | class DownloadTrainersThread(DownloadBaseThread): method __init__ (line 15) | def __init__(self, index, trainers, trainerDownloadPath, update_entry,... method run (line 24) | def run(self): method modify_fling_settings (line 103) | def modify_fling_settings(self, removeBgMusic): method remove_bgMusic (line 143) | def remove_bgMusic(self, source_exe, resource_type_list): method download_fling (line 178) | def download_fling(self, selected_trainer): method download_xiaoxing (line 322) | def download_xiaoxing(self, selected_trainer): method handle_xiaoxing_special_cases (line 375) | def handle_xiaoxing_special_cases(self, selected_trainer, extractedCon... method handle_multi_version_archive (line 412) | def handle_multi_version_archive(self, extractedContentPath, trainerNa... method process_pattern_to_hex_and_mask (line 439) | def process_pattern_to_hex_and_mask(self, pattern_str): method unlock_xiaoxing (line 452) | def unlock_xiaoxing(self, selected_trainer): method download_default (line 525) | def download_default(self, selected_trainer): FILE: src/scripts/threads/other_threads.py class AnnouncementFetchWorker (line 16) | class AnnouncementFetchWorker(QThread): method run (line 20) | def run(self): class VersionFetchWorker (line 48) | class VersionFetchWorker(QThread): method __init__ (line 52) | def __init__(self, app_name, parent=None): method run (line 56) | def run(self): class PathChangeThread (line 86) | class PathChangeThread(QThread): method __init__ (line 90) | def __init__(self, source_path, destination_path, parent=None): method run (line 95) | def run(self): class FetchGCMSite (line 114) | class FetchGCMSite(DownloadBaseThread): method __init__ (line 119) | def __init__(self, parent=None): method run (line 122) | def run(self): class FetchFlingSite (line 138) | class FetchFlingSite(DownloadBaseThread): method __init__ (line 143) | def __init__(self, parent=None): method run (line 146) | def run(self): class FetchXiaoXingSite (line 194) | class FetchXiaoXingSite(DownloadBaseThread): method __init__ (line 199) | def __init__(self, parent=None): method run (line 202) | def run(self): class FetchCTSite (line 218) | class FetchCTSite(DownloadBaseThread): method __init__ (line 223) | def __init__(self, parent=None): method run (line 226) | def run(self): class FetchTrainerTranslations (line 242) | class FetchTrainerTranslations(DownloadBaseThread): method __init__ (line 247) | def __init__(self, parent=None): method run (line 250) | def run(self): class TrainerUploadWorker (line 266) | class TrainerUploadWorker(QThread): method __init__ (line 270) | def __init__(self, file_path, trainer_name, contact_info, trainer_sour... method stop (line 279) | def stop(self): method run (line 282) | def run(self): class WeModCustomization (line 344) | class WeModCustomization(QThread): method __init__ (line 351) | def __init__(self, weModVersions, weModInstallPath, selectedWeModVersi... method run (line 359) | def run(self): method is_program_running (line 471) | def is_program_running(self, program_name): method apply_patch (line 480) | def apply_patch(self, file_path, pattern, replacement): method replace_hex_in_file (line 491) | def replace_hex_in_file(self, input_file, output_file, search_hex, rep... method patch (line 498) | def patch(self, enable_dev=False): FILE: src/scripts/threads/update_trainers_thread.py class UpdateTrainers (line 12) | class UpdateTrainers(DownloadBaseThread): method __init__ (line 18) | def __init__(self, trainers, auto_check, parent=None): method check_trainer_update (line 23) | def check_trainer_update(self, trainer_path): method run (line 81) | def run(self): FILE: src/scripts/widgets/custom_dialogs.py class AnnouncementDialog (line 14) | class AnnouncementDialog(QDialog): method __init__ (line 15) | def __init__(self, announcement_data, parent=None): method _mark_seen (line 67) | def _mark_seen(self): method accept (line 71) | def accept(self): method closeEvent (line 75) | def closeEvent(self, event): class CopyRightWarning (line 80) | class CopyRightWarning(QDialog): method __init__ (line 81) | def __init__(self, parent=None): method closeEvent (line 144) | def closeEvent(self, event): class SettingsDialog (line 151) | class SettingsDialog(QDialog): method __init__ (line 152) | def __init__(self, parent=None): method find_settings_key (line 230) | def find_settings_key(value, dict): method add_or_remove_startup (line 234) | def add_or_remove_startup(app_name, path_to_exe, add=True): method apply_settings_page (line 247) | def apply_settings_page(self): class AboutDialog (line 295) | class AboutDialog(QDialog): method __init__ (line 296) | def __init__(self, parent=None): method start_version_fetch (line 405) | def start_version_fetch(self): method update_version_labels (line 411) | def update_version_labels(self, latest_version): method handle_version_load_failure (line 422) | def handle_version_load_failure(self): class TrainerUploadDialog (line 428) | class TrainerUploadDialog(QDialog): method __init__ (line 429) | def __init__(self, parent=None): method browse_file (line 552) | def browse_file(self): method start_upload (line 565) | def start_upload(self): method update_progress (line 593) | def update_progress(self, percent): method handle_upload_finished (line 596) | def handle_upload_finished(self, success, message): method closeEvent (line 606) | def closeEvent(self, event): method set_ui_locked (line 612) | def set_ui_locked(self, locked): FILE: src/scripts/widgets/custom_widgets.py class LargerActionIconStyle (line 9) | class LargerActionIconStyle(QProxyStyle): method pixelMetric (line 10) | def pixelMetric(self, metric, option=None, widget=None): class ToastNotification (line 16) | class ToastNotification(QWidget): method __init__ (line 19) | def __init__(self, title, message, notification_type="info"): method apply_theme (line 145) | def apply_theme(self, theme): method show_notification (line 199) | def show_notification(self): method on_accept (line 223) | def on_accept(self): class CustomButton (line 228) | class CustomButton(QPushButton): method __init__ (line 229) | def __init__(self, text, parent=None): method setEnabled (line 234) | def setEnabled(self, enabled): method setDisabled (line 245) | def setDisabled(self, disabled): method enterEvent (line 256) | def enterEvent(self, event): method leaveEvent (line 262) | def leaveEvent(self, event): method hideEvent (line 267) | def hideEvent(self, event): class StatusMessageWidget (line 274) | class StatusMessageWidget(QWidget): method __init__ (line 275) | def __init__(self, widgetName, message): method update_loading_animation (line 294) | def update_loading_animation(self): method update_message (line 299) | def update_message(self, newMessage, state="load"): class MultilingualListWidget (line 313) | class MultilingualListWidget(QListWidget): method __init__ (line 314) | def __init__(self): method addItem (line 320) | def addItem(self, item): method is_chinese_simplified (line 335) | def is_chinese_simplified(text): method is_chinese_traditional (line 339) | def is_chinese_traditional(text): class AlertWidget (line 343) | class AlertWidget(QWidget): method __init__ (line 344) | def __init__(self, parent, message, alert_type): method init_ui (line 358) | def init_ui(self): method enforce_alert_limit (line 382) | def enforce_alert_limit(self): method move_to_top_right (line 389) | def move_to_top_right(self): method close (line 398) | def close(self): method paintEvent (line 411) | def paintEvent(self, event): FILE: src/scripts/widgets/trainer_management.py class TrainerManagementDialog (line 14) | class TrainerManagementDialog(QDialog): method __init__ (line 15) | def __init__(self, parent=None): method closeEvent (line 40) | def closeEvent(self, event): method find_settings_key (line 72) | def find_settings_key(value, dict): method show_alert (line 78) | def show_alert(self, message, alert_type): method moveEvent (line 86) | def moveEvent(self, event): method createGCMTab (line 91) | def createGCMTab(self): method createFlingTab (line 136) | def createFlingTab(self): method createXiaoXingTab (line 195) | def createXiaoXingTab(self): method createCETab (line 248) | def createCETab(self): method createWemodTab (line 354) | def createWemodTab(self): method createCevoTab (line 458) | def createCevoTab(self): method selectWeModPath (line 536) | def selectWeModPath(self): method resetWemodPath (line 545) | def resetWemodPath(self): method selectCEPath (line 551) | def selectCEPath(self): method resetCEPath (line 560) | def resetCEPath(self): method checkCEInstallStatus (line 566) | def checkCEInstallStatus(self): method findWeModVersions (line 577) | def findWeModVersions(self, weModPath): method on_finished (line 603) | def on_finished(self): method applyWeModCustomization (line 608) | def applyWeModCustomization(self): method applyCheatEngineCustomization (line 620) | def applyCheatEngineCustomization(self): method selectCevoPath (line 653) | def selectCevoPath(self): method checkCevoInstallStatus (line 662) | def checkCevoInstallStatus(self): method applyCevoCustomization (line 678) | def applyCevoCustomization(self):