Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualGL/virtualgl
/ functions
Functions
4,462 in github.com/VirtualGL/virtualgl
⨍
Functions
4,462
◇
Types & classes
431
↓ 32 callers
Function
input_type
Gets the input field type. \return the current input type */
server/fltk/FL/Fl_Input_.H:465
↓ 31 callers
Method
show
server/fltk/src/Fl_x.cxx:3220
↓ 30 callers
Function
belowmouse
Gets the widget that is below the mouse. \see belowmouse(Fl_Widget*) */
server/fltk/FL/Fl.H:876
↓ 30 callers
Function
fl_height
This function returns the actual height of the specified \p font and \p size. Normally the font height should always be 'size', but with the adven
server/fltk/src/fl_draw.cxx:572
↓ 30 callers
Function
fl_pie
Draw filled ellipse sections using integer coordinates. Like fl_arc(), but fl_pie() draws a filled-in pie slice. This slice may extend outside th
server/fltk/FL/fl_draw.H:521
↓ 30 callers
Function
init
server/faker.cpp:161
↓ 30 callers
Function
minimum
Gets the minimum value of the widget. */
server/fltk/FL/Fl_Spinner.H:93
↓ 30 callers
Function
resize
signal resize of given window */
demos/glthreads.c:243
↓ 30 callers
Function
scrollbar_size
Gets the current size of the scrollbars' troughs, in pixels. If this value is zero (default), this widget will use the Fl::scrollbar_size() v
server/fltk/FL/Fl_Scroll.H:195
↓ 30 callers
Function
sendGLXError
server/faker.cpp:129
↓ 30 callers
Function
textsize
Gets the font size of menu item labels. */
server/fltk/FL/Fl_Menu_.H:221
↓ 29 callers
Function
XCreateWindow
server/faker-x11.cpp:229
↓ 29 callers
Function
XDestroyWindow
server/faker-x11.cpp:305
↓ 29 callers
Method
checkError
util/Thread.cpp:76
↓ 29 callers
Function
data_w
Returns the width of the image data. */
server/fltk/FL/Fl_Image.H:141
↓ 29 callers
Method
deInit
common/Frame.cpp:55
↓ 28 callers
Function
GetFBConfigAttrib
* Either use glXGetFBConfigAttrib() or glXGetFBConfigAttribSGIX() * to query an fbconfig attribute. */
demos/pbutil.c:142
↓ 28 callers
Function
add
see src/Fl_Menu_add.cxx See int Fl_Menu_::add(const char* label, int shortcut, Fl_Callback*, void *user_data=0, int flags=0) */
server/fltk/FL/Fl_Menu_.H:140
↓ 28 callers
Method
cursor
Changes the cursor for this window. The window must be show()'n for this function to have any effect. This always calls the system. If you are ch
server/fltk/src/fl_cursor.cxx:122
↓ 28 callers
Method
get
server/fltk/src/Fl_Timeout.cxx:460
↓ 28 callers
Function
parent
Returns a pointer to the parent widget. Usually this is a Fl_Group or Fl_Window. \retval NULL if the widget has no parent \see Fl_Gr
server/fltk/FL/Fl_Widget.H:334
↓ 27 callers
Method
activate
server/fltk/src/Fl_Widget.cxx:221
↓ 27 callers
Function
align
Gets the label alignment. \return label alignment \see label(), align(Fl_Align), Fl_Align */
server/fltk/FL/Fl_Widget.H:425
↓ 27 callers
Method
color
server/fltk/src/Fl_File_Chooser.cxx:340
↓ 27 callers
Function
fl_contrast
Returns a color that contrasts with the background color. This will be the foreground color if it contrasts sufficiently with the background colo
server/fltk/src/fl_contrast.cxx:506
↓ 27 callers
Function
fl_draw
server/fltk/src/fl_font.cxx:32
↓ 27 callers
Function
id
Return an ID that can later be reused to open more references to this dataset. */
server/fltk/FL/Fl_Preferences.H:213
↓ 27 callers
Function
readonly
Gets the read-only state of the input field. \return non-zero if this widget is read-only */
server/fltk/FL/Fl_Input_.H:474
↓ 26 callers
Function
data_h
Returns the height of the image data. */
server/fltk/FL/Fl_Image.H:145
↓ 26 callers
Function
down_box
server/fltk/src/fl_oxy.cxx:492
↓ 26 callers
Method
getX11Display
server/VirtualDrawable.cpp:314
↓ 26 callers
Method
next_char
Return the next character position. Returns length() if the end of the buffer is reached. */
server/fltk/src/Fl_Text_Buffer.cxx:2107
↓ 26 callers
Function
textfont
Gets the current font of menu item labels. */
server/fltk/FL/Fl_Menu_.H:217
↓ 26 callers
Method
value
Gets the current value of the selected file(s). \p f is a \c 1-based index into a list of file names. The number of selected files is returned by F
server/fltk/src/Fl_File_Chooser2.cxx:1427
↓ 26 callers
Method
window
Returns a pointer to the nearest parent window up the widget hierarchy. This will return sub-windows if there are any, or the parent window if the
server/fltk/src/Fl_Window.cxx:107
↓ 25 callers
Function
checkBufferState
server/fakerut.cpp:260
↓ 25 callers
Function
eglMakeCurrent
server/faker-egl.cpp:1154
↓ 25 callers
Function
find
See int Fl_Group::find(const Fl_Widget *w) const */
server/fltk/FL/Fl_Group.H:119
↓ 25 callers
Function
linespacing
Add some space between browser lines. \param[in] pixels number of additional pixels between lines. */
server/fltk/FL/Fl_Browser_.H:409
↓ 25 callers
Function
pf_get
util/pf.c:576
↓ 25 callers
Method
select
Sets the selection state of the item at \p line to the value \p val. If \p val is not specified, the default is 1 (selects the item). \param[in] l
server/fltk/src/Fl_Browser.cxx:744
↓ 25 callers
Method
selected
Returns 1 if specified \p line is selected, 0 if not. \param[in] line The line being checked (1 based) \returns 1 if item selected, 0 if not. \s
server/fltk/src/Fl_Browser.cxx:755
↓ 25 callers
Function
shown
Returns non-zero if show() has been called (but not hide() ). You can tell if a window is iconified with (w->shown() && !w->visible()). */
server/fltk/FL/Fl_Window.H:431
↓ 24 callers
Method
add
server/Hash.h:59
↓ 24 callers
Function
clear_flag
Clears a flag in the flags mask */
server/fltk/FL/Fl_Widget.H:162
↓ 24 callers
Function
pushfont
server/fltk/FL/Fl_Help_View.H:260
↓ 24 callers
Function
remove
Removes the widget \p o from the group. \sa void remove(Fl_Widget&) */
server/fltk/FL/Fl_Group.H:146
↓ 23 callers
Method
add
The widget is removed from its current group (if any) and then added to the end of this group. */
server/fltk/src/Fl_Group.cxx:560
↓ 23 callers
Method
c_str
Return a pointer to the NUL terminated string. \return reference to non-mutable string \note same as Fl_String::data() const */
server/fltk/src/Fl_String.cxx:316
↓ 23 callers
Function
checkCurrent
server/fakerut.cpp:239
↓ 23 callers
Function
dlopen
server/dlfaker.c:73
↓ 23 callers
Function
maximum
Gets the maximum value of the widget. */
server/fltk/FL/Fl_Spinner.H:87
↓ 23 callers
Function
menu
Returns a pointer to the array of Fl_Menu_Items. This will either be the value passed to menu(value) or the private copy or an internal (temp
server/fltk/FL/Fl_Menu_.H:133
↓ 22 callers
Function
fl_beep
Emits a system beep. This function is platform specific. Depending on the input \p type a different sound may be played or the system speaker may
server/fltk/src/fl_ask.cxx:96
↓ 22 callers
Function
font_descriptor
Return the current Fl_Font_Descriptor */
server/fltk/FL/Fl_Graphics_Driver.H:259
↓ 22 callers
Function
glXCreateContext
server/faker-glx.cpp:297
↓ 21 callers
Function
GetTime
include/vglutil.h:99
↓ 21 callers
Method
do_callback
Calls the widget callback function with arbitrary arguments. All overloads of do_callback() call this method. It does nothing if the widget's callb
server/fltk/src/Fl_Widget.cxx:379
↓ 21 callers
Function
draw
server/fltk/src/fl_round_box.cxx:33
↓ 21 callers
Function
fl_line_style
line type: Set how to draw lines (the "pen"). If you change this it is your responsibility to set it back to the default using \c fl_line_style(0
server/fltk/FL/fl_draw.H:252
↓ 21 callers
Function
flags
Gets the widget flags mask */
server/fltk/FL/Fl_Widget.H:158
↓ 21 callers
Function
flx
server/fltk/FL/platform.H:60
↓ 21 callers
Function
glXChooseFBConfig
server/faker-glx.cpp:105
↓ 21 callers
Method
signalComplete
common/Frame.h:53
↓ 21 callers
Function
test_shortcut
Returns the menu item with the entered shortcut (key value). This searches the complete menu() for a shortcut that matches the entered key va
server/fltk/FL/Fl_Menu_.H:95
↓ 20 callers
Method
draw
server/fltk/src/Fl_Box.cxx:32
↓ 20 callers
Method
end
<I>Exactly the same as</I> current(this->parent()). Any new widgets added to the widget tree will be added to the parent of the group. */
server/fltk/src/Fl_Group.cxx:73
↓ 20 callers
Function
get_color
server/fltk/src/fl_contrast.cxx:57
↓ 20 callers
Function
glGetString
server/faker-gl.cpp:604
↓ 20 callers
Method
redraw
Redraws all widgets. */
server/fltk/src/Fl.cxx:797
↓ 20 callers
Method
type
server/fltk/src/Fl_File_Chooser.cxx:422
↓ 19 callers
Method
getHeight
server/FakePbuffer.h:38
↓ 19 callers
Method
getWidth
server/FakePbuffer.h:37
↓ 19 callers
Method
image
server/fltk/src/Fl_Widget.cxx:314
↓ 19 callers
Function
labelcolor
Gets the label color. The default color is FL_FOREGROUND_COLOR. \return the current label color */
server/fltk/FL/Fl_Widget.H:550
↓ 19 callers
Function
ld
Sets the current line data size in bytes. Color images may contain extra data (padding) that is included after every line of color image data
server/fltk/FL/Fl_Image.H:109
↓ 19 callers
Function
modal
Returns the top-most modal() window currently shown. This is the most recently shown() window with modal() true, or NULL if there are no moda
server/fltk/FL/Fl.H:582
↓ 19 callers
Function
oxy_color
server/fltk/src/fl_oxy.cxx:243
↓ 19 callers
Function
send
server/fltk/src/Fl_Group.cxx:95
↓ 18 callers
Function
bounds
Gets the lower and upper bounds of the chart values. \param[out] a, b are set to lower, upper */
server/fltk/FL/Fl_Chart.H:119
↓ 18 callers
Method
endFrame
common/Profiler.cpp:69
↓ 18 callers
Function
fl_match
server/fltk/src/Fl_arg.cxx:28
↓ 18 callers
Function
fl_polygon
filled polygons Fill a 3-sided polygon. */
server/fltk/FL/fl_draw.H:425
↓ 18 callers
Function
fl_utf8len
Returns the byte length of the UTF-8 sequence with first byte \p c, or -1 if \p c is not valid. This function is helpful for finding faulty UTF-8
server/fltk/src/fl_utf8.cxx:69
↓ 18 callers
Function
getCurrentDrawable
server/backend.cpp:403
↓ 18 callers
Function
glXSwapBuffers
server/faker-glx.cpp:2199
↓ 18 callers
Method
mode
Sets the flags of item i \see Fl_Menu_::mode(int i, int fl) */
server/fltk/src/Fl_Sys_Menu_Bar.cxx:86
↓ 18 callers
Function
pushed
Gets the widget that is being pushed. \see void pushed(Fl_Widget*) */
server/fltk/FL/Fl.H:880
↓ 18 callers
Method
signal
util/Mutex.cpp:89
↓ 18 callers
Method
startFrame
common/Profiler.cpp:62
↓ 18 callers
Method
user_data
server/fltk/src/Fl_File_Chooser.cxx:442
↓ 17 callers
Function
DrawingToFront
server/faker.h:151
↓ 17 callers
Function
XNextEvent
server/faker-x11.cpp:894
↓ 17 callers
Function
clear
Deletes all child widgets with Fl_Group::clear(). And sets to NULL the resizable() widget. */
server/fltk/FL/Fl_Pack.H:98
↓ 17 callers
Method
clear
server/fltk/src/Fl_Help_View.cxx:170
↓ 17 callers
Function
fl_rotate
Concatenate rotation transformation onto the current one. \param[in] d - rotation angle, counter-clockwise in degrees (not radians) */
server/fltk/FL/fl_draw.H:566
↓ 17 callers
Function
glViewport
server/faker-gl.cpp:857
↓ 17 callers
Function
glXChooseVisual
server/faker-glx.cpp:202
↓ 17 callers
Function
hide
Hides an item in the menu. */
server/fltk/FL/Fl_Menu_Item.H:438
↓ 17 callers
Method
screen_num
The number of the screen containing the mapped window. This method returns the screen number (0 .. n) of the window if it is shown, otherwise the
server/fltk/src/Fl_Window.cxx:895
← previous
next →
101–200 of 4,462, ranked by callers