Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColinPitrat/caprice32
/ functions
Functions
904 in github.com/ColinPitrat/caprice32
⨍
Functions
904
◇
Types & classes
128
↓ 7 callers
Function
set_osd_message
src/cap32.cpp:1874
↓ 6 callers
Method
DrawHLine
src/gui/src/wg_painter.cpp:61
↓ 6 callers
Method
IsVisible
Get the visibility of the control \return true if the control is visible
src/gui/includes/wg_window.h:118
↓ 6 callers
Method
SetBottom
Set the Bottom poisition \param bottom The new Bottom coordinate
src/gui/includes/wg_rect.h:84
↓ 6 callers
Method
SetHasFocus
src/gui/src/wg_window.cpp:190
↓ 6 callers
Method
StartTimer
src/gui/src/wg_timer.cpp:52
↓ 6 callers
Method
StopTimer
src/gui/src/wg_timer.cpp:63
↓ 6 callers
Function
applyKeypress
src/keyboard.cpp:1542
↓ 6 callers
Function
audio_resume
src/cap32.cpp:1283
↓ 6 callers
Function
file_load
Still some duplication there... but it cannot really be helped
src/slotshandler.cpp:1380
↓ 6 callers
Method
getTotalSize
src/disk.h:74
↓ 6 callers
Function
serializeDiskFormat
src/slotshandler.cpp:251
↓ 6 callers
Function
tape_eject
src/slotshandler.cpp:750
↓ 5 callers
Method
BottomLeft
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 callers
Method
GetDefaultBackgroundColor
Gets the default background color \return Default background color
src/gui/includes/wg_application.h:152
↓ 5 callers
Method
SetFloatingWindow
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 callers
Method
StringToEvents
src/keyboard.cpp:1366
↓ 5 callers
Function
asic_register_page_write
Return true if byte should be written in memory
src/asic.cpp:198
↓ 5 callers
Function
audio_pause
src/cap32.cpp:1274
↓ 5 callers
Function
ga_memory_manager
src/cap32.cpp:265
↓ 5 callers
Function
lower
src/stringutils.cpp:32
↓ 5 callers
Function
parseArguments
src/argparse.cpp:89
↓ 5 callers
Function
split
src/stringutils.cpp:9
↓ 4 callers
Function
DOT_16
------------------------------------------------------------------------------------ */ Dot matrix video plugin --------------------------------------
src/video.cpp:1707
↓ 4 callers
Method
Draw3DLoweredRect
judb draw a 'lowered button' border based on the given color
src/gui/src/wg_painter.cpp:148
↓ 4 callers
Method
Draw3DRaisedRect
judb draw a 'raised button' border based on the given color
src/gui/src/wg_painter.cpp:134
↓ 4 callers
Method
GetAncestor
src/gui/src/wg_window.cpp:119
↓ 4 callers
Method
GetBitsPerPixel
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 callers
Method
GetLength
Get the length of the rendered string in characters \return The length of the string
src/gui/includes/wg_renderedstring.h:90
↓ 4 callers
Function
GetResult
src/video.cpp:696
↓ 4 callers
Method
HasFocus
Get whether the control has the focus \return true if the control has the focus
src/gui/includes/wg_window.h:126
↓ 4 callers
Method
Init
src/gui/src/CapriceGui.cpp:3
↓ 4 callers
Function
ReadWord
Read an MFM word from the track
src/ipf.cpp:177
↓ 4 callers
Function
SetAYRegister
src/psg.cpp:287
↓ 4 callers
Method
SetContentType
src/gui/includes/wg_editbox.h:123
↓ 4 callers
Method
SetLeft
Set the Left poisition \param left The new Left coordinate
src/gui/includes/wg_rect.h:76
↓ 4 callers
Method
SetMinLimit
Set the lower limit for the control \param minLimit The lower limit of the control
src/gui/includes/wg_range_control.h:54
↓ 4 callers
Method
SetMouseCursor
src/gui/src/wg_application.cpp:432
↓ 4 callers
Method
SetNewParent
src/gui/src/wg_window.cpp:331
↓ 4 callers
Method
SetStepSize
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 callers
Method
SetVisible
src/gui/src/wg_window.cpp:172
↓ 4 callers
Method
Show
src/gui/src/wg_menu.cpp:411
↓ 4 callers
Function
Synthesizer_Logic_Q
src/psg.cpp:326
↓ 4 callers
Function
Tape_GetCycleCount
src/tape.cpp:67
↓ 4 callers
Function
Tape_ReadDataBit
src/tape.cpp:89
↓ 4 callers
Method
ViewToClient
src/gui/src/wg_window.cpp:235
↓ 4 callers
Method
ViewToWindow
src/gui/src/wg_window.cpp:257
↓ 4 callers
Function
atoi
src/gui/src/std_ex.cpp:63
↓ 4 callers
Function
dsk_load
src/slotshandler.cpp:458
↓ 4 callers
Function
ipf_load
src/ipf.cpp:399
↓ 4 callers
Function
loadConfiguration
src/cap32.cpp:1598
↓ 4 callers
Function
parseDiskFormat
src/slotshandler.cpp:200
↓ 4 callers
Method
parseFile
src/configuration.cpp:45
↓ 4 callers
Function
replaceCap32Keys
src/argparse.cpp:57
↓ 4 callers
Function
video_init
src/cap32.cpp:1429
↓ 4 callers
Method
what
Gets a text description of the exception \return A string describing what caused the exception
src/gui/includes/wg_error.h:50
↓ 3 callers
Method
AddToResourcePool
src/gui/src/wg_application.cpp:418
↓ 3 callers
Method
Center
Gets the center of the rectangle \return A point representing the center of the CRect
src/gui/includes/wg_rect.h:120
↓ 3 callers
Method
GetMaxFontHeight
src/gui/src/wg_renderedstring.cpp:86
↓ 3 callers
Method
GetMetrics
src/gui/src/wg_renderedstring.cpp:138
↓ 3 callers
Method
GetMouseFocus
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 callers
Method
GetState
Gets the current state of the radiobutton \return The current radiobutton state
src/gui/includes/wg_radiobutton.h:57
↓ 3 callers
Method
SetModal
src/gui/src/wg_frame.cpp:79
↓ 3 callers
Method
SetVisible
src/gui/src/wg_dropdown.cpp:109
↓ 3 callers
Function
Tape_Rewind
src/tape.cpp:593
↓ 3 callers
Function
Tape_SwitchLevel
src/tape.cpp:77
↓ 3 callers
Function
asic_reset
src/asic.cpp:21
↓ 3 callers
Function
audio_init
src/cap32.cpp:1218
↓ 3 callers
Function
audio_shutdown
src/cap32.cpp:1261
↓ 3 callers
Function
cpc_resume
src/cap32.cpp:1296
↓ 3 callers
Function
emulator_init
src/cap32.cpp:1045
↓ 3 callers
Function
find_sector
src/fdc.cpp:169
↓ 3 callers
Function
frame_finished
src/crtc.cpp:759
↓ 3 callers
Function
ga_init_banking
src/cap32.cpp:206
↓ 3 callers
Method
hasValue
src/configuration.cpp:72
↓ 3 callers
Function
is_directory
src/fileutils.cpp:34
↓ 3 callers
Function
listDirectory
Returns a vector containing the names of the files in the specified directory
src/fileutils.cpp:41
↓ 3 callers
Function
listDirectoryExt
Returns a vector containing the names of the files having extension "ext" in the specified directory
src/fileutils.cpp:67
↓ 3 callers
Method
saveToFile
src/configuration.cpp:65
↓ 3 callers
Method
set_joystick_emulation
src/keyboard.cpp:1414
↓ 3 callers
Function
update_skew
src/crtc.cpp:489
↓ 3 callers
Function
upper
src/stringutils.cpp:39
↓ 3 callers
Function
video_set_palette
src/cap32.cpp:1302
↓ 3 callers
Function
video_shutdown
src/cap32.cpp:1473
↓ 3 callers
Function
z80_execute_pfx_ed_instruction
src/z80.cpp:2120
↓ 2 callers
Method
CPCkeyFromJoystickButton
src/keyboard.cpp:1446
↓ 2 callers
Function
CUBIC_WEIGHT
src/video.cpp:1577
↓ 2 callers
Method
DeregisterMessageClient
src/gui/src/wg_message_server.cpp:80
↓ 2 callers
Method
DrawPoint
src/gui/src/wg_painter.cpp:205
↓ 2 callers
Method
Exec
src/gui/src/wg_application.cpp:280
↓ 2 callers
Method
GetButton
src/gui/includes/CapriceMenu.h:30
↓ 2 callers
Method
GetItemHeight
Gets the height of the items \return The height of the items in the listbox
src/gui/includes/wg_listbox.h:75
↓ 2 callers
Function
GetResult1
src/video.cpp:654
↓ 2 callers
Function
GetResult2
src/video.cpp:675
↓ 2 callers
Method
HitTest
src/gui/src/wg_window.cpp:286
↓ 2 callers
Function
InitAY
src/psg.cpp:734
↓ 2 callers
Method
IsRunning
Indicates if the timer is currently running \return true is the timer is currently running
src/gui/includes/wg_timer.h:63
↓ 2 callers
Function
MaxInt
src/gui/src/std_ex.cpp:115
↓ 2 callers
Method
OnMouseButtonDown
src/gui/src/wg_menu.cpp:101
↓ 2 callers
Method
OnMouseButtonUp
src/gui/src/wg_window.cpp:365
← previous
next →
101–200 of 904, ranked by callers