MCPcopy Create free account

hub / github.com/ColinPitrat/caprice32 / functions

Functions904 in github.com/ColinPitrat/caprice32

↓ 7 callersFunctionset_osd_message
src/cap32.cpp:1874
↓ 6 callersMethodDrawHLine
src/gui/src/wg_painter.cpp:61
↓ 6 callersMethodIsVisible
Get the visibility of the control \return true if the control is visible
src/gui/includes/wg_window.h:118
↓ 6 callersMethodSetBottom
Set the Bottom poisition \param bottom The new Bottom coordinate
src/gui/includes/wg_rect.h:84
↓ 6 callersMethodSetHasFocus
src/gui/src/wg_window.cpp:190
↓ 6 callersMethodStartTimer
src/gui/src/wg_timer.cpp:52
↓ 6 callersMethodStopTimer
src/gui/src/wg_timer.cpp:63
↓ 6 callersFunctionapplyKeypress
src/keyboard.cpp:1542
↓ 6 callersFunctionaudio_resume
src/cap32.cpp:1283
↓ 6 callersFunctionfile_load
Still some duplication there... but it cannot really be helped
src/slotshandler.cpp:1380
↓ 6 callersMethodgetTotalSize
src/disk.h:74
↓ 6 callersFunctionserializeDiskFormat
src/slotshandler.cpp:251
↓ 6 callersFunctiontape_eject
src/slotshandler.cpp:750
↓ 5 callersMethodBottomLeft
Gets the bottom left corner of the rectangle \return A point representing the Bottom Left corner of the CRect
src/gui/includes/wg_rect.h:112
↓ 5 callersMethodGetDefaultBackgroundColor
Gets the default background color \return Default background color
src/gui/includes/wg_application.h:152
↓ 5 callersMethodSetFloatingWindow
Sets the current floating window, which will be drawn on top of all other controls \param pWindow A pointer to the window to set as the floating windo
src/gui/includes/wg_view.h:87
↓ 5 callersMethodStringToEvents
src/keyboard.cpp:1366
↓ 5 callersFunctionasic_register_page_write
Return true if byte should be written in memory
src/asic.cpp:198
↓ 5 callersFunctionaudio_pause
src/cap32.cpp:1274
↓ 5 callersFunctionga_memory_manager
src/cap32.cpp:265
↓ 5 callersFunctionlower
src/stringutils.cpp:32
↓ 5 callersFunctionparseArguments
src/argparse.cpp:89
↓ 5 callersFunctionsplit
src/stringutils.cpp:9
↓ 4 callersFunctionDOT_16
------------------------------------------------------------------------------------ */ Dot matrix video plugin --------------------------------------
src/video.cpp:1707
↓ 4 callersMethodDraw3DLoweredRect
judb draw a 'lowered button' border based on the given color
src/gui/src/wg_painter.cpp:148
↓ 4 callersMethodDraw3DRaisedRect
judb draw a 'raised button' border based on the given color
src/gui/src/wg_painter.cpp:134
↓ 4 callersMethodGetAncestor
src/gui/src/wg_window.cpp:119
↓ 4 callersMethodGetBitsPerPixel
Gets the color depth (in bits per pixel) of the app \return The color depth of the view
src/gui/includes/wg_application.h:148
↓ 4 callersMethodGetLength
Get the length of the rendered string in characters \return The length of the string
src/gui/includes/wg_renderedstring.h:90
↓ 4 callersFunctionGetResult
src/video.cpp:696
↓ 4 callersMethodHasFocus
Get whether the control has the focus \return true if the control has the focus
src/gui/includes/wg_window.h:126
↓ 4 callersMethodInit
src/gui/src/CapriceGui.cpp:3
↓ 4 callersFunctionReadWord
Read an MFM word from the track
src/ipf.cpp:177
↓ 4 callersFunctionSetAYRegister
src/psg.cpp:287
↓ 4 callersMethodSetContentType
src/gui/includes/wg_editbox.h:123
↓ 4 callersMethodSetLeft
Set the Left poisition \param left The new Left coordinate
src/gui/includes/wg_rect.h:76
↓ 4 callersMethodSetMinLimit
Set the lower limit for the control \param minLimit The lower limit of the control
src/gui/includes/wg_range_control.h:54
↓ 4 callersMethodSetMouseCursor
src/gui/src/wg_application.cpp:432
↓ 4 callersMethodSetNewParent
src/gui/src/wg_window.cpp:331
↓ 4 callersMethodSetStepSize
Set the current step size. \param stepSize The amount to increment the value by for Increment() and Decrement() calls
src/gui/includes/wg_range_control.h:70
↓ 4 callersMethodSetVisible
src/gui/src/wg_window.cpp:172
↓ 4 callersMethodShow
src/gui/src/wg_menu.cpp:411
↓ 4 callersFunctionSynthesizer_Logic_Q
src/psg.cpp:326
↓ 4 callersFunctionTape_GetCycleCount
src/tape.cpp:67
↓ 4 callersFunctionTape_ReadDataBit
src/tape.cpp:89
↓ 4 callersMethodViewToClient
src/gui/src/wg_window.cpp:235
↓ 4 callersMethodViewToWindow
src/gui/src/wg_window.cpp:257
↓ 4 callersFunctionatoi
src/gui/src/std_ex.cpp:63
↓ 4 callersFunctiondsk_load
src/slotshandler.cpp:458
↓ 4 callersFunctionipf_load
src/ipf.cpp:399
↓ 4 callersFunctionloadConfiguration
src/cap32.cpp:1598
↓ 4 callersFunctionparseDiskFormat
src/slotshandler.cpp:200
↓ 4 callersMethodparseFile
src/configuration.cpp:45
↓ 4 callersFunctionreplaceCap32Keys
src/argparse.cpp:57
↓ 4 callersFunctionvideo_init
src/cap32.cpp:1429
↓ 4 callersMethodwhat
Gets a text description of the exception \return A string describing what caused the exception
src/gui/includes/wg_error.h:50
↓ 3 callersMethodAddToResourcePool
src/gui/src/wg_application.cpp:418
↓ 3 callersMethodCenter
Gets the center of the rectangle \return A point representing the center of the CRect
src/gui/includes/wg_rect.h:120
↓ 3 callersMethodGetMaxFontHeight
src/gui/src/wg_renderedstring.cpp:86
↓ 3 callersMethodGetMetrics
src/gui/src/wg_renderedstring.cpp:138
↓ 3 callersMethodGetMouseFocus
Gets the current mouse focus for the application \return A pointer to the window with mouse focus ( grab )
src/gui/includes/wg_application.h:118
↓ 3 callersMethodGetState
Gets the current state of the radiobutton \return The current radiobutton state
src/gui/includes/wg_radiobutton.h:57
↓ 3 callersMethodSetModal
src/gui/src/wg_frame.cpp:79
↓ 3 callersMethodSetVisible
src/gui/src/wg_dropdown.cpp:109
↓ 3 callersFunctionTape_Rewind
src/tape.cpp:593
↓ 3 callersFunctionTape_SwitchLevel
src/tape.cpp:77
↓ 3 callersFunctionasic_reset
src/asic.cpp:21
↓ 3 callersFunctionaudio_init
src/cap32.cpp:1218
↓ 3 callersFunctionaudio_shutdown
src/cap32.cpp:1261
↓ 3 callersFunctioncpc_resume
src/cap32.cpp:1296
↓ 3 callersFunctionemulator_init
src/cap32.cpp:1045
↓ 3 callersFunctionfind_sector
src/fdc.cpp:169
↓ 3 callersFunctionframe_finished
src/crtc.cpp:759
↓ 3 callersFunctionga_init_banking
src/cap32.cpp:206
↓ 3 callersMethodhasValue
src/configuration.cpp:72
↓ 3 callersFunctionis_directory
src/fileutils.cpp:34
↓ 3 callersFunctionlistDirectory
Returns a vector containing the names of the files in the specified directory
src/fileutils.cpp:41
↓ 3 callersFunctionlistDirectoryExt
Returns a vector containing the names of the files having extension "ext" in the specified directory
src/fileutils.cpp:67
↓ 3 callersMethodsaveToFile
src/configuration.cpp:65
↓ 3 callersMethodset_joystick_emulation
src/keyboard.cpp:1414
↓ 3 callersFunctionupdate_skew
src/crtc.cpp:489
↓ 3 callersFunctionupper
src/stringutils.cpp:39
↓ 3 callersFunctionvideo_set_palette
src/cap32.cpp:1302
↓ 3 callersFunctionvideo_shutdown
src/cap32.cpp:1473
↓ 3 callersFunctionz80_execute_pfx_ed_instruction
src/z80.cpp:2120
↓ 2 callersMethodCPCkeyFromJoystickButton
src/keyboard.cpp:1446
↓ 2 callersFunctionCUBIC_WEIGHT
src/video.cpp:1577
↓ 2 callersMethodDeregisterMessageClient
src/gui/src/wg_message_server.cpp:80
↓ 2 callersMethodDrawPoint
src/gui/src/wg_painter.cpp:205
↓ 2 callersMethodExec
src/gui/src/wg_application.cpp:280
↓ 2 callersMethodGetButton
src/gui/includes/CapriceMenu.h:30
↓ 2 callersMethodGetItemHeight
Gets the height of the items \return The height of the items in the listbox
src/gui/includes/wg_listbox.h:75
↓ 2 callersFunctionGetResult1
src/video.cpp:654
↓ 2 callersFunctionGetResult2
src/video.cpp:675
↓ 2 callersMethodHitTest
src/gui/src/wg_window.cpp:286
↓ 2 callersFunctionInitAY
src/psg.cpp:734
↓ 2 callersMethodIsRunning
Indicates if the timer is currently running \return true is the timer is currently running
src/gui/includes/wg_timer.h:63
↓ 2 callersFunctionMaxInt
src/gui/src/std_ex.cpp:115
↓ 2 callersMethodOnMouseButtonDown
src/gui/src/wg_menu.cpp:101
↓ 2 callersMethodOnMouseButtonUp
src/gui/src/wg_window.cpp:365
← previousnext →101–200 of 904, ranked by callers