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
↓ 756 callers
Function
read_mem
src/z80.cpp:329
↓ 452 callers
Function
write_mem
src/z80.cpp:333
↓ 192 callers
Function
RES
src/z80.cpp:605
↓ 192 callers
Function
SET
src/z80.cpp:641
↓ 104 callers
Method
Height
Gets the height of the rectangle \return The height (along the Y axis) of the CRect
src/gui/includes/wg_rect.h:149
↓ 95 callers
Method
Width
Gets the width of the rectangle \return The width (along the X axis) of the CRect
src/gui/includes/wg_rect.h:145
↓ 88 callers
Method
XPos
Gets the X coordinate \return X coordinate
src/gui/includes/wg_point.h:65
↓ 80 callers
Method
Left
Gets the left of the rectangle \return The Left position
src/gui/includes/wg_rect.h:92
↓ 73 callers
Method
YPos
Gets the Y coordinate \return Y coordinate
src/gui/includes/wg_point.h:69
↓ 71 callers
Method
RegisterMessageClient
src/gui/src/wg_message_server.cpp:66
↓ 63 callers
Method
QueueMessage
src/gui/src/wg_message_server.cpp:182
↓ 62 callers
Method
SizeRect
Creates a CRect that has the same width and height of the rect, but has 0, 0 as it's top left coordinate \return A CRect
src/gui/includes/wg_rect.h:153
↓ 60 callers
Method
SetIsFocusable
src/gui/src/wg_window.cpp:202
↓ 59 callers
Method
Destination
Gets the intended destination for the message \return A pointer to the destination of the message (0 for no specific destination, or to broadcast to a
src/gui/includes/wg_message.h:93
↓ 52 callers
Method
Top
Gets the top of the rectangle \return The Top position
src/gui/includes/wg_rect.h:88
↓ 51 callers
Method
Right
Gets the right of the rectangle \return The Right position
src/gui/includes/wg_rect.h:96
↓ 49 callers
Method
HitTest
test to see if the point lies within the rect
src/gui/src/wg_rect.cpp:166
↓ 46 callers
Method
getIntValue
src/configuration.cpp:85
↓ 44 callers
Method
TopLeft
Gets the top-left corner of the rectangle \return A point representing the Top Left corner of the CRect
src/gui/includes/wg_rect.h:104
↓ 43 callers
Method
GetValue
Gets the current value of the control \return The current value
src/gui/includes/wg_range_control.h:92
↓ 42 callers
Method
AddItem
src/gui/src/wg_listbox.cpp:78
↓ 41 callers
Method
Source
Gets the source of the message \return A pointer to the source of the message
src/gui/includes/wg_message.h:97
↓ 34 callers
Method
DrawRect
src/gui/src/wg_painter.cpp:96
↓ 34 callers
Method
setIntValue
src/configuration.cpp:108
↓ 32 callers
Method
Bottom
Gets the bottom of the rectangle \return The Bottom position
src/gui/includes/wg_rect.h:100
↓ 29 callers
Method
MessageType
Gets the message type \return The message type of the message
src/gui/includes/wg_message.h:89
↓ 27 callers
Method
Bitmap
src/gui/src/wg_resource_handle.cpp:89
↓ 27 callers
Method
getStringValue
src/configuration.cpp:94
↓ 26 callers
Function
INTERPOLATE
src/video.cpp:718
↓ 24 callers
Function
RL
src/z80.cpp:617
↓ 24 callers
Function
RLC
src/z80.cpp:609
↓ 24 callers
Function
RR
src/z80.cpp:633
↓ 24 callers
Function
RRC
src/z80.cpp:625
↓ 24 callers
Function
SLA
src/z80.cpp:645
↓ 24 callers
Function
SLL
src/z80.cpp:653
↓ 24 callers
Function
SRA
src/z80.cpp:661
↓ 24 callers
Function
SRL
src/z80.cpp:669
↓ 24 callers
Function
unload_caps_library
src/ipf.cpp:52
↓ 23 callers
Function
z80_OUT_handler
src/cap32.cpp:413
↓ 22 callers
Method
SetWindowText
src/gui/src/wg_view.cpp:138
↓ 21 callers
Method
MatchCurrentFileSpec
src/gui/src/CapriceLoadSave.cpp:299
↓ 21 callers
Method
SDLRect
src/gui/src/wg_rect.cpp:35
↓ 19 callers
Method
SetValue
src/gui/src/wg_scrollbar.cpp:78
↓ 19 callers
Function
dsk_eject
src/slotshandler.cpp:439
↓ 17 callers
Method
AddLogEntry
Add a log entry \param sMessage A text string with the log message \param iSeverity An arbitrary severity indicator, where lower numbers are considere
src/gui/includes/wutil_log.h:59
↓ 17 callers
Method
GetWindowText
src/gui/src/wg_dropdown.cpp:97
↓ 17 callers
Function
asic_poke_lock_sequence
src/asic.cpp:52
↓ 16 callers
Method
GetSelectedIndex
src/gui/src/wg_dropdown.cpp:228
↓ 16 callers
Function
itoa
src/gui/src/std_ex.cpp:31
↓ 15 callers
Method
GetClientRect
The ClientRect describes the internal area of the control By default, this is initialized to the value of the WindowRect The ClientRect is useful for
src/gui/includes/wg_window.h:87
↓ 15 callers
Function
shiftLittleEndianDwordTriplet
src/crtc.cpp:828
↓ 14 callers
Function
cap32_keystroke
src/argparse.cpp:49
↓ 13 callers
Method
setStringValue
src/configuration.cpp:103
↓ 11 callers
Function
Crc
CRC-16 CCITT, for track level header and data checksums
src/ipf.cpp:128
↓ 11 callers
Method
GetDefaultFontEngine
Gets the default font engine \return A pointer to the default font engine
src/gui/includes/wg_application.h:144
↓ 11 callers
Method
GetMetrics
src/gui/src/wg_fontengine.cpp:89
↓ 11 callers
Method
GetWindowRect
Gets the window's rectangle This is represented in the window's parent's client coordinates \return A copy of the CRect that the window represents
src/gui/includes/wg_window.h:76
↓ 11 callers
Function
ReadDataByte
Read a data byte, discarding the clock bits
src/ipf.cpp:214
↓ 11 callers
Method
SelectItem
src/gui/src/wg_dropdown.cpp:237
↓ 11 callers
Function
fillSlots
Parses a list of files and fill in the relevant CPC fields according to what is found. All we do here is fill the proper xxx_file entry.
src/slotshandler.cpp:121
↓ 11 callers
Function
z80_IN_handler
src/cap32.cpp:308
↓ 10 callers
Method
GetDefaultSelectionColor
Gets the default selection color \return Default selection color
src/gui/includes/wg_application.h:160
↓ 10 callers
Method
GetKeyFocus
Gets the current keyboard focus for the application \return A pointer to the window with keyboard focus
src/gui/includes/wg_application.h:109
↓ 10 callers
Method
SDLColor
Convert the color so an SDL Color \param pFormat A pointer to the SDL Pixel Format
src/gui/includes/wg_color.h:71
↓ 10 callers
Method
SetListboxHeight
src/gui/src/wg_dropdown.cpp:75
↓ 10 callers
Method
SetMaxLimit
Set the upper limit for the control \param maxLimit The upper limit of the control
src/gui/includes/wg_range_control.h:62
↓ 10 callers
Function
getRAMByte
src/crtc.cpp:824
↓ 10 callers
Method
init
src/keyboard.cpp:1316
↓ 10 callers
Method
parseString
src/configuration.cpp:39
↓ 10 callers
Function
z80_execute_instruction
src/z80.cpp:1041
↓ 9 callers
Method
GetFloatingWindow
Gets teh current floating window \return a pointer to the current floating window
src/gui/includes/wg_view.h:91
↓ 9 callers
Method
SetX
Set the X coordinate \param x X coordinate
src/gui/includes/wg_point.h:57
↓ 9 callers
Method
SetY
Set the Y coordinate \param y Y coordinate
src/gui/includes/wg_point.h:61
↓ 9 callers
Function
emulator_reset
src/cap32.cpp:961
↓ 9 callers
Method
getDataForRead
src/disk.h:67
↓ 9 callers
Function
trim
src/stringutils.cpp:21
↓ 8 callers
Method
DrawVLine
src/gui/src/wg_painter.cpp:79
↓ 8 callers
Function
Tape_BlockDone
src/tape.cpp:312
↓ 8 callers
Function
check_unit
src/fdc.cpp:139
↓ 8 callers
Function
cpr_load
src/cartridge.cpp:41
↓ 8 callers
Function
fillSlot
src/slotshandler.cpp:108
↓ 8 callers
Function
getPixel
src/crtc.cpp:948
↓ 8 callers
Function
splitPath
src/stringutils.cpp:46
↓ 7 callers
Method
CPCkeyFromKeysym
src/keyboard.cpp:1347
↓ 7 callers
Method
GetCheckBoxState
Gets the current state of the checkbox \return The current checkbox state
src/gui/includes/wg_checkbox.h:62
↓ 7 callers
Method
GetItem
src/gui/includes/CapriceMenu.h:31
↓ 7 callers
Function
Q_INTERPOLATE
src/video.cpp:728
↓ 7 callers
Method
SetCheckBoxState
src/gui/src/wg_checkbox.cpp:50
↓ 7 callers
Method
SetKeyFocus
src/gui/src/wg_application.cpp:228
↓ 7 callers
Method
SetReadOnly
src/gui/src/wg_editbox.cpp:84
↓ 7 callers
Method
SetRight
Set the Right poisition \param right The new Right coordinate
src/gui/includes/wg_rect.h:80
↓ 7 callers
Method
SetState
src/gui/src/wg_radiobutton.cpp:43
↓ 7 callers
Method
SetTop
Set the Top poisition \param top The new Top coordinate
src/gui/includes/wg_rect.h:72
↓ 7 callers
Function
Trace
The trace function is for outputting informational strings to std::cerr In non-debug builds, Trace will do nothing (it's #defined to nothing) \param s
src/gui/includes/wutil_debug.h:41
↓ 7 callers
Function
cleanExit
src/cap32.cpp:1807
↓ 7 callers
Function
compute_rects
computes the clipping of two rectangles and changes src and dst accordingly dst is the screen src is the internal window
src/video.cpp:81
↓ 7 callers
Function
dir
src/zip.cpp:14
↓ 7 callers
Function
init_status_regs
src/fdc.cpp:154
↓ 7 callers
Method
setData
src/disk.h:59
↓ 7 callers
Method
setSizes
src/disk.cpp:16
next →
1–100 of 904, ranked by callers