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
Method
OnMouseButtonDown
src/gui/src/wg_button.cpp:127
Method
OnMouseButtonUp
src/gui/src/wg_checkbox.cpp:126
Method
OnMouseButtonUp
src/gui/src/wg_listbox.cpp:268
Method
OnMouseButtonUp
src/gui/src/wg_radiobutton.cpp:123
Method
OnMouseButtonUp
src/gui/src/wg_button.cpp:142
Method
PaintToSurface
src/gui/src/wg_navigationbar.cpp:184
Method
PaintToSurface
src/gui/src/wg_window.cpp:312
Method
PaintToSurface
src/gui/src/CapriceVKeyboardView.cpp:16
Method
PaintToSurface
src/gui/src/wg_frame.cpp:117
Method
PaintToSurface
judb Show the Caprice32 emulation display, and our CCaGuiView (CView) on top of it. The only CView object in Caprice32 is the first window you see whe
src/gui/src/CapriceGuiView.cpp:17
Method
PaintToSurface
src/gui/src/wg_listbox.cpp:216
Method
PaintToSurface
src/gui/src/wg_tooltip.cpp:105
Method
PaintToSurface
src/gui/src/wg_menu.cpp:566
Method
PrepareWindowText
src/gui/src/wg_textbox.cpp:840
Method
ProcessOptionChanges
Reinitialize parts of Caprice32 depending on options that have changed.
src/gui/src/CapriceOptions.cpp:480
Method
ReadPoint
src/gui/src/wg_painter.cpp:243
Method
RemoveButton
src/gui/src/wg_toolbar.cpp:70
Method
RemoveItem
Remove an item from the list \param iItemIndex The index of the item to remove
src/gui/includes/wg_dropdown.h:69
Method
RemoveItem
src/gui/src/wg_navigationbar.cpp:89
Method
RemoveItem
src/gui/src/wg_listbox.cpp:91
Method
RemoveMenuItem
src/gui/src/wg_menu.cpp:83
Method
ReplaceColor
src/gui/src/wg_painter.cpp:337
Method
RepositionButtons
src/gui/src/wg_toolbar.cpp:102
Method
RepositionThumb
src/gui/src/wg_scrollbar.cpp:277
Method
ResetCount
Resets the internal counter to zero
src/gui/includes/wg_timer.h:70
Method
RowColFromIndex
src/gui/src/wg_textbox.cpp:914
Method
SListItem
Standard constructor
src/gui/includes/wg_listbox.h:44
Method
SLogEntry
The constructor
src/gui/includes/wutil_log.h:46
Method
SMenuItem
Constructs a new Menu Item \param sItemText The text to display for the menu item \param iItemId An identifier for the menu item, which gets returned
src/gui/includes/wg_menu.h:52
Method
SNavBarItem
Standard constructor
src/gui/includes/wg_navigationbar.h:39
Method
SectorReadTest
test/disk.cpp:11
Method
SelDelete
src/gui/src/wg_editbox.cpp:673
Method
SelDelete
src/gui/src/wg_textbox.cpp:817
Method
Select
src/gui/src/wg_radiobutton.cpp:53
Method
SelectItem
src/gui/src/wg_navigationbar.cpp:112
Method
SetAllSelections
Set the selection for all of the items at once \param bSelected Will select all items if true, or unselect if false
src/gui/includes/wg_dropdown.h:95
Method
SetBarColor
Set the bar color \param BarColor The new bar color
src/gui/includes/wg_progress.h:55
Method
SetButtonState
src/gui/src/wg_button.cpp:70
Method
SetDefaultFontEngine
Sets the default font engine If a default font engine is not set, a valid font engine must be passed to any controls that display text
src/gui/includes/wg_application.h:140
Method
SetFileSpec
test/CapriceLoadSave.cpp:22
Method
SetFontColor
Sets the color of the font used to render the label \param FontColor The color of the label text
src/gui/includes/wg_label.h:64
Method
SetFontColor
Sets the color of the font used to render the label \param FontColor The color of the label text
src/gui/includes/wg_groupbox.h:59
Method
SetHighlightColor
Set the highlight color for the menu \param HighlightColor The new color to use for highlighting
src/gui/includes/wg_menu.h:101
Method
SetIsFocusable
src/gui/src/wg_scrollbar.cpp:183
Method
SetIsFocusable
src/gui/src/wg_dropdown.cpp:114
Method
SetItemHeight
src/gui/src/wg_navigationbar.cpp:63
Method
SetItemHeight
src/gui/src/wg_listbox.cpp:71
Method
SetItemWidth
src/gui/src/wg_navigationbar.cpp:68
Method
SetJumpAmount
Set the amount to jump by when the area below or above the thumb is clicked (this is 5 by default) \param iJumpAmount The amount to step by
src/gui/includes/wg_scrollbar.h:59
Method
SetMousePosition
Changes the mouse position When this is called a new SDL_MOUSEMOTION event is triggered \param Point the position where the mouse pointer should be wa
src/gui/includes/wg_application.h:181
Method
SetPicture
src/gui/src/wg_button.cpp:229
Method
SetReadOnly
src/gui/src/wg_textbox.cpp:99
Method
SetScrollBarVisibility
src/gui/src/wg_textbox.cpp:147
Method
SetSelection
Set an item as selected \param iItemIndex The index of the item to change \param bSelected Will select the item if true, or unselect if false
src/gui/includes/wg_dropdown.h:91
Method
SetSelection
src/gui/src/wg_textbox.cpp:129
Method
SetSelection
src/gui/src/wg_listbox.cpp:124
Method
SetSurface
judb ; sometimes the surface is re-created in caprice32; in this case, we have to pass it on here
src/gui/includes/wg_view.h:95
Method
SetTitleBarColor
Set the color of the title bar \param TitleBarColor The new color for the title bar
src/gui/includes/wg_frame.h:57
Method
SetTitleBarHeight
src/gui/src/wg_frame.cpp:161
Method
SetTitleBarTextColor
Set the color of the title bar text \param TitleBarTextColor The new color for the title bar text
src/gui/includes/wg_frame.h:61
Method
SetUp
test/cartridge.cpp:11
Method
SetUp
test/CapriceLoadSave.cpp:12
Method
SetUp
test/InputMapper.cpp:10
Method
SetUp
test/configuration.cpp:19
Method
SetUpTestCase
test/z80.cpp:13
Method
SetUsePasswordMask
Set the Password mask state of the control \param bUseMask If set to true, the control will act as a password mask box
src/gui/includes/wg_editbox.h:66
Method
SetValue
Sets the value of the message \param Value The value
src/gui/includes/wg_message.h:216
Method
SetValue
Set the current value. \param value The new value for the control \param bRedraw indicates if the control should be redrawn (defaults to true)
src/gui/includes/wg_range_control.h:79
Method
SetWindowRect
src/gui/src/wg_navigationbar.cpp:178
Method
SetWindowRect
src/gui/src/wg_picture.cpp:82
Method
SetWindowRect
src/gui/src/wg_scrollbar.cpp:108
Method
SetWindowRect
src/gui/src/wg_window.cpp:93
Method
SetWindowRect
src/gui/src/wg_groupbox.cpp:90
Method
SetWindowRect
src/gui/src/wg_listbox.cpp:205
Method
SetWindowText
src/gui/src/wg_editbox.cpp:287
Method
SetWindowText
src/gui/src/wg_textbox.cpp:270
Method
SetWindowText
src/gui/src/wg_window.cpp:279
Method
SetWindowText
src/gui/src/wg_frame.cpp:196
Method
SetWindowText
src/gui/src/wg_groupbox.cpp:82
Method
SetWindowText
src/gui/src/wg_dropdown.cpp:91
Method
SetWindowText
src/gui/src/wg_button.cpp:118
Method
SetWindowText
src/gui/src/wg_label.cpp:90
Method
ShowActivePopup
src/gui/src/wg_menu.cpp:371
Method
ShowListBox
src/gui/src/wg_dropdown.cpp:248
Method
ShowTip
src/gui/src/wg_tooltip.cpp:65
Method
Size
Gets the number of items in the navigation bar \return The number of items in the bar
src/gui/includes/wg_navigationbar.h:103
Method
Size
Gets the current number of items in the listbox \return The number of items in the list
src/gui/includes/wg_dropdown.h:76
Method
String
src/gui/src/wg_resource_handle.cpp:120
Method
SwitchMode
src/gui/src/wg_view.cpp:169
Function
Synthesizer_Mono16
src/psg.cpp:583
Function
Synthesizer_Mono8
src/psg.cpp:604
Function
Synthesizer_Stereo16
src/psg.cpp:450
Function
Synthesizer_Stereo8
src/psg.cpp:475
Function
TEST
test/argparse.cpp:7
Function
TEST
test/wg_application.cpp:9
Function
TEST
Validate that alignment is correct between bytes & words structs (cf issue #104)
test/psg.cpp:7
Function
TEST
test/fileutils.cpp:4
Function
TEST
test/stringutils.cpp:4
Function
TEST
test/zip.cpp:15
Function
TEST
test/slothandler.cpp:6
← previous
next →
601–700 of 904, ranked by callers