MCPcopy Create free account

hub / github.com/ColinPitrat/caprice32 / functions

Functions904 in github.com/ColinPitrat/caprice32

MethodGetButtonID
\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
MethodGetButtonPosition
src/gui/src/wg_toolbar.cpp:88
MethodGetButtonState
Gets the current state of the button \return The current button state
src/gui/includes/wg_button.h:65
MethodGetClassName
Return the classname for the object \return The classname of the object
src/gui/includes/wg_window.h:67
MethodGetCount
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
MethodGetEvents
src/gui/src/CapriceVKeyboardView.cpp:11
MethodGetFocused
src/gui/src/wg_frame.cpp:353
MethodGetFontColor
Gets the font color for the label \return The color of the text in the label
src/gui/includes/wg_label.h:68
MethodGetFontColor
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
MethodGetIndexFromPoint
src/gui/src/wg_editbox.cpp:137
MethodGetItemHeight
Gets the height of the items \return The height of the items in the navigation bar
src/gui/includes/wg_navigationbar.h:70
MethodGetItemWidth
Gets the width of the items \return The width of the items in the navigation bar
src/gui/includes/wg_navigationbar.h:74
MethodGetJumpAmount
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
MethodGetLogEntries
src/gui/src/wutil_log.cpp:32
MethodGetMaxFontWidth
src/gui/src/wg_renderedstring.cpp:105
MethodGetMaxLimit
Gets teh upper limit of the control \return The maximum limit of the control
src/gui/includes/wg_range_control.h:66
MethodGetMenu
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
MethodGetMenu
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
MethodGetMenuItemCount
Gets the number of items in a menu \return The number of items in the menu
src/gui/includes/wg_menu.h:94
MethodGetMinLimit
Gets the lower limit of the control \return The minimum limit of the control
src/gui/includes/wg_range_control.h:58
MethodGetOwner
Gets the owner of the timer \return A pointer to the owner of the timer
src/gui/includes/wg_timer.h:74
MethodGetRefCount
Gets the handle's internal reference count \return The reference count of the handle
src/gui/includes/wg_resource_handle.h:65
MethodGetResourceId
Gets the resource ID of the handle \return The resource ID of the handle
src/gui/includes/wg_resource_handle.h:61
MethodGetScrollBarVisibility
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
MethodGetSelText
src/gui/src/wg_editbox.cpp:93
MethodGetSelText
src/gui/src/wg_textbox.cpp:107
MethodGetSelectionLength
Gets the selection length \return The length of the selection
src/gui/includes/wg_textbox.h:80
MethodGetSelectionLength
Gets the length of the selection \return The length of the selection
src/gui/includes/wg_editbox.h:95
MethodGetSelectionStart
Gets the start of the selection \return The index of the start of the selection
src/gui/includes/wg_textbox.h:76
MethodGetSelectionStart
Gets the starting index of the selection \return The index of the start of the selection
src/gui/includes/wg_editbox.h:91
MethodGetStepSize
Gets the current step size of the control \return The current step size
src/gui/includes/wg_range_control.h:74
MethodGetSurface
src/gui/includes/wg_view.h:97
MethodGetView
src/gui/src/wg_window.cpp:148
MethodGetWindowText
Return the WindowText for the current window \return The WindowText
src/gui/includes/wg_window.h:174
MethodHandleExceptions
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
MethodHandleMessage
src/gui/src/wg_editbox.cpp:338
MethodHandleMessage
src/gui/src/wg_textbox.cpp:379
MethodHandleMessage
this routine doesn't do a lot for the moment :-) Functionality may be added later.
src/gui/src/wg_navigationbar.cpp:208
MethodHandleMessage
src/gui/src/wg_messagebox.cpp:69
MethodHandleMessage
src/gui/src/wg_application.cpp:451
MethodHandleMessage
src/gui/src/wg_scrollbar.cpp:190
MethodHandleMessage
src/gui/src/wg_window.cpp:406
MethodHandleMessage
src/gui/src/CapriceMemoryTool.cpp:80
MethodHandleMessage
src/gui/src/wg_checkbox.cpp:154
MethodHandleMessage
src/gui/src/wg_toolbar.cpp:134
MethodHandleMessage
src/gui/src/wg_timer.cpp:86
MethodHandleMessage
src/gui/src/CapriceVKeyboard.cpp:124
MethodHandleMessage
src/gui/src/CapriceOptions.cpp:295
MethodHandleMessage
src/gui/src/CapriceLoadSave.cpp:92
MethodHandleMessage
src/gui/src/wg_frame.cpp:224
MethodHandleMessage
src/gui/src/wg_groupbox.cpp:98
MethodHandleMessage
src/gui/src/CapriceMenu.cpp:49
MethodHandleMessage
src/gui/src/wg_dropdown.cpp:118
MethodHandleMessage
src/gui/src/wg_listbox.cpp:287
MethodHandleMessage
src/gui/src/wg_radiobutton.cpp:151
MethodHandleMessage
src/gui/src/wg_button.cpp:171
MethodHandleMessage
src/gui/src/wg_tooltip.cpp:121
MethodHandleMessage
src/gui/src/CapriceRomSlots.cpp:43
MethodHandleMessage
src/gui/src/wg_view.cpp:179
MethodHandleSDLEvent
src/gui/src/wg_application.cpp:44
MethodHideAll
src/gui/src/wg_menu.cpp:481
MethodHideListBox
src/gui/src/wg_dropdown.cpp:261
MethodHideTip
src/gui/src/wg_tooltip.cpp:73
MethodIncrement
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
MethodIndexFromRowCol
src/gui/src/wg_textbox.cpp:931
MethodInit
src/gui/src/wg_application.cpp:266
MethodInputMapper
src/keyboard.cpp:1540
MethodInsertButton
src/gui/src/wg_toolbar.cpp:45
MethodInsertMenuItem
src/gui/src/wg_menu.cpp:74
MethodInstance
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
MethodIsChildOf
src/gui/src/wg_window.cpp:154
MethodIsFullScreen
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
MethodIsInitialized
Indicates if the CApplication object has been properly initialized \return true if Init() has been called
src/gui/includes/wg_application.h:100
MethodIsInsideChild
src/gui/src/wg_menu.cpp:503
MethodIsModal
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
MethodIsReadOnly
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
MethodIsReadOnly
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
MethodIsResizable
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
MethodIsResizable
Indicates if the view is resizable (set in the constructor) \return true if the view is resizable
src/gui/includes/wg_view.h:65
MethodIsRootPopup
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
MethodIsRunning
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
MethodIsSelected
\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
MethodIsSelected
\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
MethodIsSelected
\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
MethodLockSurface
src/gui/src/wg_painter.cpp:280
MethodMixColor
src/gui/src/wg_painter.cpp:305
MethodMoveWindow
src/gui/src/wg_scrollbar.cpp:136
MethodMoveWindow
src/gui/src/wg_window.cpp:112
MethodMoveWindow
src/gui/src/wg_dropdown.cpp:103
MethodMoveWindow
src/gui/src/wg_tooltip.cpp:98
FunctionNoChar
src/crtc.cpp:710
MethodOnMouseButtonDown
src/gui/src/wg_editbox.cpp:297
MethodOnMouseButtonDown
src/gui/src/wg_textbox.cpp:288
MethodOnMouseButtonDown
src/gui/src/wg_navigationbar.cpp:189
MethodOnMouseButtonDown
src/gui/src/wg_scrollbar.cpp:143
MethodOnMouseButtonDown
src/gui/src/wg_window.cpp:345
MethodOnMouseButtonDown
src/gui/src/wg_checkbox.cpp:111
MethodOnMouseButtonDown
src/gui/src/wg_frame.cpp:203
MethodOnMouseButtonDown
src/gui/src/wg_listbox.cpp:239
MethodOnMouseButtonDown
src/gui/src/wg_radiobutton.cpp:109
← previousnext →501–600 of 904, ranked by callers