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
GetButtonID
\param iPosition The position of the button to get the ID for. An exception will be thrown if this is out of range. \return The ButtonID of the butto
src/gui/includes/wg_toolbar.h:81
Method
GetButtonPosition
src/gui/src/wg_toolbar.cpp:88
Method
GetButtonState
Gets the current state of the button \return The current button state
src/gui/includes/wg_button.h:65
Method
GetClassName
Return the classname for the object \return The classname of the object
src/gui/includes/wg_window.h:67
Method
GetCount
Gets the number of times the timer has triggered since it was last reset \return The count of times the timer has fired
src/gui/includes/wg_timer.h:67
Method
GetEvents
src/gui/src/CapriceVKeyboardView.cpp:11
Method
GetFocused
src/gui/src/wg_frame.cpp:353
Method
GetFontColor
Gets the font color for the label \return The color of the text in the label
src/gui/includes/wg_label.h:68
Method
GetFontColor
Gets the font color for the label od the group box \return The color of the text in the label
src/gui/includes/wg_groupbox.h:63
Method
GetIndexFromPoint
src/gui/src/wg_editbox.cpp:137
Method
GetItemHeight
Gets the height of the items \return The height of the items in the navigation bar
src/gui/includes/wg_navigationbar.h:70
Method
GetItemWidth
Gets the width of the items \return The width of the items in the navigation bar
src/gui/includes/wg_navigationbar.h:74
Method
GetJumpAmount
Get the amount that the scrollbar will jump by when the arrow buttons are clicked \return The amount the scrollbar jumps by when clicked above or belo
src/gui/includes/wg_scrollbar.h:63
Method
GetLogEntries
src/gui/src/wutil_log.cpp:32
Method
GetMaxFontWidth
src/gui/src/wg_renderedstring.cpp:105
Method
GetMaxLimit
Gets teh upper limit of the control \return The maximum limit of the control
src/gui/includes/wg_range_control.h:66
Method
GetMenu
Gets the menu for a frame \return A pointer to the frame's menu, 0 if the view doesn't have a menu
src/gui/includes/wg_frame.h:77
Method
GetMenu
Gets the menu for the view \return A pointer to the view's menu, 0 if the view doesn't have a menu
src/gui/includes/wg_view.h:77
Method
GetMenuItemCount
Gets the number of items in a menu \return The number of items in the menu
src/gui/includes/wg_menu.h:94
Method
GetMinLimit
Gets the lower limit of the control \return The minimum limit of the control
src/gui/includes/wg_range_control.h:58
Method
GetOwner
Gets the owner of the timer \return A pointer to the owner of the timer
src/gui/includes/wg_timer.h:74
Method
GetRefCount
Gets the handle's internal reference count \return The reference count of the handle
src/gui/includes/wg_resource_handle.h:65
Method
GetResourceId
Gets the resource ID of the handle \return The resource ID of the handle
src/gui/includes/wg_resource_handle.h:61
Method
GetScrollBarVisibility
Gets the visibility mode for the indicated scrollbar \param ScrollBarType Indicates the vertical or the horizontal scrollbar \return An EScrollBarVisi
src/gui/includes/wg_textbox.h:98
Method
GetSelText
src/gui/src/wg_editbox.cpp:93
Method
GetSelText
src/gui/src/wg_textbox.cpp:107
Method
GetSelectionLength
Gets the selection length \return The length of the selection
src/gui/includes/wg_textbox.h:80
Method
GetSelectionLength
Gets the length of the selection \return The length of the selection
src/gui/includes/wg_editbox.h:95
Method
GetSelectionStart
Gets the start of the selection \return The index of the start of the selection
src/gui/includes/wg_textbox.h:76
Method
GetSelectionStart
Gets the starting index of the selection \return The index of the start of the selection
src/gui/includes/wg_editbox.h:91
Method
GetStepSize
Gets the current step size of the control \return The current step size
src/gui/includes/wg_range_control.h:74
Method
GetSurface
src/gui/includes/wg_view.h:97
Method
GetView
src/gui/src/wg_window.cpp:148
Method
GetWindowText
Return the WindowText for the current window \return The WindowText
src/gui/includes/wg_window.h:174
Method
HandleExceptions
Indicates if the application will be attempting to handle it's own exceptions (set in the CApplication constructor) \return true if wGui should handle
src/gui/includes/wg_application.h:96
Method
HandleMessage
src/gui/src/wg_editbox.cpp:338
Method
HandleMessage
src/gui/src/wg_textbox.cpp:379
Method
HandleMessage
this routine doesn't do a lot for the moment :-) Functionality may be added later.
src/gui/src/wg_navigationbar.cpp:208
Method
HandleMessage
src/gui/src/wg_messagebox.cpp:69
Method
HandleMessage
src/gui/src/wg_application.cpp:451
Method
HandleMessage
src/gui/src/wg_scrollbar.cpp:190
Method
HandleMessage
src/gui/src/wg_window.cpp:406
Method
HandleMessage
src/gui/src/CapriceMemoryTool.cpp:80
Method
HandleMessage
src/gui/src/wg_checkbox.cpp:154
Method
HandleMessage
src/gui/src/wg_toolbar.cpp:134
Method
HandleMessage
src/gui/src/wg_timer.cpp:86
Method
HandleMessage
src/gui/src/CapriceVKeyboard.cpp:124
Method
HandleMessage
src/gui/src/CapriceOptions.cpp:295
Method
HandleMessage
src/gui/src/CapriceLoadSave.cpp:92
Method
HandleMessage
src/gui/src/wg_frame.cpp:224
Method
HandleMessage
src/gui/src/wg_groupbox.cpp:98
Method
HandleMessage
src/gui/src/CapriceMenu.cpp:49
Method
HandleMessage
src/gui/src/wg_dropdown.cpp:118
Method
HandleMessage
src/gui/src/wg_listbox.cpp:287
Method
HandleMessage
src/gui/src/wg_radiobutton.cpp:151
Method
HandleMessage
src/gui/src/wg_button.cpp:171
Method
HandleMessage
src/gui/src/wg_tooltip.cpp:121
Method
HandleMessage
src/gui/src/CapriceRomSlots.cpp:43
Method
HandleMessage
src/gui/src/wg_view.cpp:179
Method
HandleSDLEvent
src/gui/src/wg_application.cpp:44
Method
HideAll
src/gui/src/wg_menu.cpp:481
Method
HideListBox
src/gui/src/wg_dropdown.cpp:261
Method
HideTip
src/gui/src/wg_tooltip.cpp:73
Method
Increment
Increase the value by one step size \param bRedraw indicates if the control should be redrawn (defaults to true)
src/gui/includes/wg_range_control.h:96
Method
IndexFromRowCol
src/gui/src/wg_textbox.cpp:931
Method
Init
src/gui/src/wg_application.cpp:266
Method
InputMapper
src/keyboard.cpp:1540
Method
InsertButton
src/gui/src/wg_toolbar.cpp:45
Method
InsertMenuItem
src/gui/src/wg_menu.cpp:74
Method
Instance
Gets the single instance of the CApplication object \return A pointer to the one instance of the Application
src/gui/includes/wg_application.h:80
Method
IsChildOf
src/gui/src/wg_window.cpp:154
Method
IsFullScreen
Indicates id the view is fullscreen (set in the constructor) \return true if the view was created as fullscreen
src/gui/includes/wg_view.h:69
Method
IsInitialized
Indicates if the CApplication object has been properly initialized \return true if Init() has been called
src/gui/includes/wg_application.h:100
Method
IsInsideChild
src/gui/src/wg_menu.cpp:503
Method
IsModal
Indicates if the frame is modal (doesn't allow input to any other windows) \return true if the frame is modal
src/gui/includes/wg_frame.h:84
Method
IsReadOnly
Indicates if the text box is in read-only mode \return true if the control is read-only
src/gui/includes/wg_textbox.h:63
Method
IsReadOnly
Indicates if the edit box is operating in read-only mode \return true if the control is read-only
src/gui/includes/wg_editbox.h:78
Method
IsResizable
Indicates if the frame is resizable (set in the object constructor) \return true if the frame is resizable
src/gui/includes/wg_frame.h:69
Method
IsResizable
Indicates if the view is resizable (set in the constructor) \return true if the view is resizable
src/gui/includes/wg_view.h:65
Method
IsRootPopup
Indicates if the popup menu has any popup parents \return true is the Popup menu doesn't have any popup parents
src/gui/includes/wg_menu.h:250
Method
IsRunning
Indicates if the application is currently "running" or not \return true while the application is in it's message loop
src/gui/includes/wg_application.h:92
Method
IsSelected
\param iItemIndex The index of the item to check (will return false if the index is out of range) \return true if the item is selected
src/gui/includes/wg_navigationbar.h:107
Method
IsSelected
\param iItemIndex The index of the item to check (will return false if the index is out of range) \return true if the item is selected
src/gui/includes/wg_listbox.h:104
Method
IsSelected
\param iItemIndex The index of the item to check (will return false if the index is out of range) \return true if the item is selected
src/gui/includes/wg_dropdown.h:80
Method
LockSurface
src/gui/src/wg_painter.cpp:280
Method
MixColor
src/gui/src/wg_painter.cpp:305
Method
MoveWindow
src/gui/src/wg_scrollbar.cpp:136
Method
MoveWindow
src/gui/src/wg_window.cpp:112
Method
MoveWindow
src/gui/src/wg_dropdown.cpp:103
Method
MoveWindow
src/gui/src/wg_tooltip.cpp:98
Function
NoChar
src/crtc.cpp:710
Method
OnMouseButtonDown
src/gui/src/wg_editbox.cpp:297
Method
OnMouseButtonDown
src/gui/src/wg_textbox.cpp:288
Method
OnMouseButtonDown
src/gui/src/wg_navigationbar.cpp:189
Method
OnMouseButtonDown
src/gui/src/wg_scrollbar.cpp:143
Method
OnMouseButtonDown
src/gui/src/wg_window.cpp:345
Method
OnMouseButtonDown
src/gui/src/wg_checkbox.cpp:111
Method
OnMouseButtonDown
src/gui/src/wg_frame.cpp:203
Method
OnMouseButtonDown
src/gui/src/wg_listbox.cpp:239
Method
OnMouseButtonDown
src/gui/src/wg_radiobutton.cpp:109
← previous
next →
501–600 of 904, ranked by callers