MCPcopy Create free account

hub / github.com/ColinPitrat/caprice32 / functions

Functions904 in github.com/ColinPitrat/caprice32

↓ 756 callersFunctionread_mem
src/z80.cpp:329
↓ 452 callersFunctionwrite_mem
src/z80.cpp:333
↓ 192 callersFunctionRES
src/z80.cpp:605
↓ 192 callersFunctionSET
src/z80.cpp:641
↓ 104 callersMethodHeight
Gets the height of the rectangle \return The height (along the Y axis) of the CRect
src/gui/includes/wg_rect.h:149
↓ 95 callersMethodWidth
Gets the width of the rectangle \return The width (along the X axis) of the CRect
src/gui/includes/wg_rect.h:145
↓ 88 callersMethodXPos
Gets the X coordinate \return X coordinate
src/gui/includes/wg_point.h:65
↓ 80 callersMethodLeft
Gets the left of the rectangle \return The Left position
src/gui/includes/wg_rect.h:92
↓ 73 callersMethodYPos
Gets the Y coordinate \return Y coordinate
src/gui/includes/wg_point.h:69
↓ 71 callersMethodRegisterMessageClient
src/gui/src/wg_message_server.cpp:66
↓ 63 callersMethodQueueMessage
src/gui/src/wg_message_server.cpp:182
↓ 62 callersMethodSizeRect
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 callersMethodSetIsFocusable
src/gui/src/wg_window.cpp:202
↓ 59 callersMethodDestination
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 callersMethodTop
Gets the top of the rectangle \return The Top position
src/gui/includes/wg_rect.h:88
↓ 51 callersMethodRight
Gets the right of the rectangle \return The Right position
src/gui/includes/wg_rect.h:96
↓ 49 callersMethodHitTest
test to see if the point lies within the rect
src/gui/src/wg_rect.cpp:166
↓ 46 callersMethodgetIntValue
src/configuration.cpp:85
↓ 44 callersMethodTopLeft
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 callersMethodGetValue
Gets the current value of the control \return The current value
src/gui/includes/wg_range_control.h:92
↓ 42 callersMethodAddItem
src/gui/src/wg_listbox.cpp:78
↓ 41 callersMethodSource
Gets the source of the message \return A pointer to the source of the message
src/gui/includes/wg_message.h:97
↓ 34 callersMethodDrawRect
src/gui/src/wg_painter.cpp:96
↓ 34 callersMethodsetIntValue
src/configuration.cpp:108
↓ 32 callersMethodBottom
Gets the bottom of the rectangle \return The Bottom position
src/gui/includes/wg_rect.h:100
↓ 29 callersMethodMessageType
Gets the message type \return The message type of the message
src/gui/includes/wg_message.h:89
↓ 27 callersMethodBitmap
src/gui/src/wg_resource_handle.cpp:89
↓ 27 callersMethodgetStringValue
src/configuration.cpp:94
↓ 26 callersFunctionINTERPOLATE
src/video.cpp:718
↓ 24 callersFunctionRL
src/z80.cpp:617
↓ 24 callersFunctionRLC
src/z80.cpp:609
↓ 24 callersFunctionRR
src/z80.cpp:633
↓ 24 callersFunctionRRC
src/z80.cpp:625
↓ 24 callersFunctionSLA
src/z80.cpp:645
↓ 24 callersFunctionSLL
src/z80.cpp:653
↓ 24 callersFunctionSRA
src/z80.cpp:661
↓ 24 callersFunctionSRL
src/z80.cpp:669
↓ 24 callersFunctionunload_caps_library
src/ipf.cpp:52
↓ 23 callersFunctionz80_OUT_handler
src/cap32.cpp:413
↓ 22 callersMethodSetWindowText
src/gui/src/wg_view.cpp:138
↓ 21 callersMethodMatchCurrentFileSpec
src/gui/src/CapriceLoadSave.cpp:299
↓ 21 callersMethodSDLRect
src/gui/src/wg_rect.cpp:35
↓ 19 callersMethodSetValue
src/gui/src/wg_scrollbar.cpp:78
↓ 19 callersFunctiondsk_eject
src/slotshandler.cpp:439
↓ 17 callersMethodAddLogEntry
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 callersMethodGetWindowText
src/gui/src/wg_dropdown.cpp:97
↓ 17 callersFunctionasic_poke_lock_sequence
src/asic.cpp:52
↓ 16 callersMethodGetSelectedIndex
src/gui/src/wg_dropdown.cpp:228
↓ 16 callersFunctionitoa
src/gui/src/std_ex.cpp:31
↓ 15 callersMethodGetClientRect
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 callersFunctionshiftLittleEndianDwordTriplet
src/crtc.cpp:828
↓ 14 callersFunctioncap32_keystroke
src/argparse.cpp:49
↓ 13 callersMethodsetStringValue
src/configuration.cpp:103
↓ 11 callersFunctionCrc
CRC-16 CCITT, for track level header and data checksums
src/ipf.cpp:128
↓ 11 callersMethodGetDefaultFontEngine
Gets the default font engine \return A pointer to the default font engine
src/gui/includes/wg_application.h:144
↓ 11 callersMethodGetMetrics
src/gui/src/wg_fontengine.cpp:89
↓ 11 callersMethodGetWindowRect
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 callersFunctionReadDataByte
Read a data byte, discarding the clock bits
src/ipf.cpp:214
↓ 11 callersMethodSelectItem
src/gui/src/wg_dropdown.cpp:237
↓ 11 callersFunctionfillSlots
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 callersFunctionz80_IN_handler
src/cap32.cpp:308
↓ 10 callersMethodGetDefaultSelectionColor
Gets the default selection color \return Default selection color
src/gui/includes/wg_application.h:160
↓ 10 callersMethodGetKeyFocus
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 callersMethodSDLColor
Convert the color so an SDL Color \param pFormat A pointer to the SDL Pixel Format
src/gui/includes/wg_color.h:71
↓ 10 callersMethodSetListboxHeight
src/gui/src/wg_dropdown.cpp:75
↓ 10 callersMethodSetMaxLimit
Set the upper limit for the control \param maxLimit The upper limit of the control
src/gui/includes/wg_range_control.h:62
↓ 10 callersFunctiongetRAMByte
src/crtc.cpp:824
↓ 10 callersMethodinit
src/keyboard.cpp:1316
↓ 10 callersMethodparseString
src/configuration.cpp:39
↓ 10 callersFunctionz80_execute_instruction
src/z80.cpp:1041
↓ 9 callersMethodGetFloatingWindow
Gets teh current floating window \return a pointer to the current floating window
src/gui/includes/wg_view.h:91
↓ 9 callersMethodSetX
Set the X coordinate \param x X coordinate
src/gui/includes/wg_point.h:57
↓ 9 callersMethodSetY
Set the Y coordinate \param y Y coordinate
src/gui/includes/wg_point.h:61
↓ 9 callersFunctionemulator_reset
src/cap32.cpp:961
↓ 9 callersMethodgetDataForRead
src/disk.h:67
↓ 9 callersFunctiontrim
src/stringutils.cpp:21
↓ 8 callersMethodDrawVLine
src/gui/src/wg_painter.cpp:79
↓ 8 callersFunctionTape_BlockDone
src/tape.cpp:312
↓ 8 callersFunctioncheck_unit
src/fdc.cpp:139
↓ 8 callersFunctioncpr_load
src/cartridge.cpp:41
↓ 8 callersFunctionfillSlot
src/slotshandler.cpp:108
↓ 8 callersFunctiongetPixel
src/crtc.cpp:948
↓ 8 callersFunctionsplitPath
src/stringutils.cpp:46
↓ 7 callersMethodCPCkeyFromKeysym
src/keyboard.cpp:1347
↓ 7 callersMethodGetCheckBoxState
Gets the current state of the checkbox \return The current checkbox state
src/gui/includes/wg_checkbox.h:62
↓ 7 callersMethodGetItem
src/gui/includes/CapriceMenu.h:31
↓ 7 callersFunctionQ_INTERPOLATE
src/video.cpp:728
↓ 7 callersMethodSetCheckBoxState
src/gui/src/wg_checkbox.cpp:50
↓ 7 callersMethodSetKeyFocus
src/gui/src/wg_application.cpp:228
↓ 7 callersMethodSetReadOnly
src/gui/src/wg_editbox.cpp:84
↓ 7 callersMethodSetRight
Set the Right poisition \param right The new Right coordinate
src/gui/includes/wg_rect.h:80
↓ 7 callersMethodSetState
src/gui/src/wg_radiobutton.cpp:43
↓ 7 callersMethodSetTop
Set the Top poisition \param top The new Top coordinate
src/gui/includes/wg_rect.h:72
↓ 7 callersFunctionTrace
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 callersFunctioncleanExit
src/cap32.cpp:1807
↓ 7 callersFunctioncompute_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 callersFunctiondir
src/zip.cpp:14
↓ 7 callersFunctioninit_status_regs
src/fdc.cpp:154
↓ 7 callersMethodsetData
src/disk.h:59
↓ 7 callersMethodsetSizes
src/disk.cpp:16
next →1–100 of 904, ranked by callers