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
↓ 315 callers
Function
fl_color
Colors: Set the color for all subsequent drawing operations. For color-mapped displays, a color cell will be allocated out of \p fl_colormap the f
server/fltk/FL/fl_draw.H:50
↓ 246 callers
Function
box
Gets the box type of the widget. \return the current box type \see box(Fl_Boxtype), Fl_Boxtype */
server/fltk/FL/Fl_Widget.H:440
↓ 241 callers
Function
w
< gets the y coordinate (top edge)
server/fltk/FL/Fl_Rect.H:74
↓ 235 callers
Function
h
< gets the width
server/fltk/FL/Fl_Rect.H:75
↓ 221 callers
Function
y
< gets the x coordinate (left edge)
server/fltk/FL/Fl_Rect.H:73
↓ 214 callers
Function
x
server/fltk/FL/Fl_Rect.H:72
↓ 200 callers
Method
cmp
case insensitive comparison of buffer contents with a string
server/fltk/src/Fl_Help_View.cxx:322
↓ 167 callers
Method
w
Returns the width in pixels of the main screen work area. */
server/fltk/src/screen_xywh.cxx:45
↓ 160 callers
Method
h
Returns the height in pixels of the main screen work area. */
server/fltk/src/screen_xywh.cxx:52
↓ 153 callers
Function
buffer
Sets the current text buffer associated with the text widget. Multiple text widgets can be associated with the same text buffer. \param buf new
server/fltk/FL/Fl_Text_Display.H:180
↓ 133 callers
Function
floor
server/fltk/FL/Fl_Graphics_Driver.H:430
↓ 128 callers
Function
insert_position
Gets the position of the text cursor. \return the cursor position as an index in the range 0..size() \see insert_position(int, int) */
server/fltk/FL/Fl_Input_.H:306
↓ 127 callers
Method
y
Returns the topmost y coordinate of the main screen work area. */
server/fltk/src/screen_xywh.cxx:38
↓ 125 callers
Function
driver
Sets the graphics driver of this drawing surface. */
server/fltk/FL/Fl_Device.H:71
↓ 125 callers
Function
value
Returns the displayed time. Returns the time in seconds since the UNIX epoch (January 1, 1970). \see value(ulong) */
server/fltk/FL/Fl_Clock.H:86
↓ 125 callers
Method
x
Returns the leftmost x coordinate of the main screen work area. */
server/fltk/src/screen_xywh.cxx:31
↓ 121 callers
Function
XFree
server/faker-x11.cpp:335
↓ 108 callers
Function
type
Gets the widget type. Returns the widget type value, which gives some information about the derived widget class to which the object belon
server/fltk/FL/Fl_Widget.H:351
↓ 107 callers
Function
fl_color_average
Returns the weighted average color between the two given colors. The red, green and blue values are averages using the following formula: \code co
server/fltk/src/fl_color.cxx:146
↓ 107 callers
Method
value
Gets the currently visible widget/tab. The Fl_Tabs::value() method returns a pointer to the currently visible child widget of the Fl_Tabs contain
server/fltk/src/Fl_Tabs.cxx:721
↓ 101 callers
Method
parent
returns the parent of the window. */
server/fltk/src/Fl_Window_Driver.H:91
↓ 100 callers
Function
color
Gets the background color of the widget. \return current background color \see color(Fl_Color), color(Fl_Color, Fl_Color) */
server/fltk/FL/Fl_Widget.H:455
↓ 95 callers
Function
damage
If true then flush() will do something. */
server/fltk/FL/Fl.H:225
↓ 92 callers
Method
visible
Returns non-zero if the specified \p line is visible, 0 if hidden. Use show(int), hide(int), or make_visible(int) to change an item's visible state.
server/fltk/src/Fl_Browser.cxx:812
↓ 91 callers
Function
focus
Gets the current Fl::focus() widget. \sa Fl::focus(Fl_Widget*) */
server/fltk/FL/Fl.H:883
↓ 90 callers
Method
what
include/Error.h:82
↓ 86 callers
Function
children
Returns how many child widgets the group has. */
server/fltk/FL/Fl_Group.H:98
↓ 84 callers
Function
scale
Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */
server/fltk/FL/Fl_Graphics_Driver.H:263
↓ 79 callers
Method
println
util/Log.cpp:93
↓ 78 callers
Method
find
server/Hash.h:84
↓ 76 callers
Function
fl_rectf
Color with current color a rectangle that exactly fills the given bounding box. */
server/fltk/FL/fl_draw.H:339
↓ 70 callers
Method
clear
server/fakerut.cpp:411
↓ 69 callers
Function
selection_color
Gets the selection color. \return the current selection color \see selection_color(Fl_Color), color(Fl_Color, Fl_Color) */
server/fltk/FL/Fl_Widget.H:473
↓ 67 callers
Function
fl_xyline
draw rectilinear lines, horizontal segment first: Draw a horizontal line from (x,y) to (x1,y). */
server/fltk/FL/fl_draw.H:439
↓ 66 callers
Function
fl_line
line segments: Draw a line from (x,y) to (x1,y1) */
server/fltk/FL/fl_draw.H:397
↓ 63 callers
Function
size
Return the number of integer elements in the array. */
server/fltk/src/Fl_Int_Vector.H:131
↓ 61 callers
Method
print
server/fltk/src/Fl_Help_View.cxx:356
↓ 59 callers
Method
start
util/Thread.cpp:20
↓ 57 callers
Function
when
Returns the conditions under which the callback is called. You can set the flags with when(uchar), the default value is FL_WHEN_RELEASE.
server/fltk/FL/Fl_Widget.H:827
↓ 56 callers
Function
fl_inactive
Returns the inactive, dimmed version of the given color. */
server/fltk/src/fl_color.cxx:167
↓ 54 callers
Function
data
Sets the current data pointer and count of pointers in the array. There can be 0, 1, or more pointers to actual image data in an image. \see
server/fltk/FL/Fl_Image.H:117
↓ 54 callers
Function
glXMakeContextCurrent
server/faker-glx.cpp:1765
↓ 53 callers
Function
fl_vertex
Add a single vertex to the current path. \param[in] x,y coordinate */
server/fltk/FL/fl_draw.H:619
↓ 52 callers
Function
fl_internal_boxtype
Sets the drawing function for a given box type. \param[in] t box type \param[in] f box drawing function \param[in] ff optional box focus rectangle
server/fltk/src/fl_boxtype.cxx:424
↓ 50 callers
Method
floor
This function aims to compute accurately int(x * s) in presence of rounding errors existing with floating point numbers and that sometimes differ betw
server/fltk/src/Fl_Graphics_Driver.cxx:819
↓ 49 callers
Function
checkWindowColor
server/fakerut.cpp:195
↓ 49 callers
Function
draw
server/fltk/src/fl_gtk.cxx:164
↓ 48 callers
Function
current
Gets the current widget target */
server/fltk/FL/Fl_Tooltip.H:65
↓ 48 callers
Function
glXMakeCurrent
server/faker-glx.cpp:1641
↓ 48 callers
Function
gtk_color
server/fltk/src/fl_gtk.cxx:30
↓ 47 callers
Function
fl_yxline
draw rectilinear lines, vertical segment first: Draw a vertical line from (x,y) to (x,y1) */
server/fltk/FL/fl_draw.H:460
↓ 47 callers
Method
label
server/fltk/src/Fl_x.cxx:3203
↓ 46 callers
Method
callback
server/fltk/src/Fl_File_Chooser.cxx:335
↓ 46 callers
Function
do_callback
Calls the widget callback function with default arguments. This is the same as calling \code do_callback(this, user_data(), reason);
server/fltk/FL/Fl_Widget.H:1089
↓ 46 callers
Function
glGetIntegerv
server/faker-gl.cpp:539
↓ 45 callers
Function
XCloseDisplay
server/faker-x11.cpp:36
↓ 45 callers
Method
buffer
Attach a text buffer to display, replacing the current buffer (if any). Multiple text widgets can be associated with the same text buffer. \note
server/fltk/src/Fl_Text_Display.cxx:369
↓ 45 callers
Function
d
Sets the current image depth. */
server/fltk/FL/Fl_Image.H:97
↓ 45 callers
Function
min
server/fltk/src/Fl_Text_Buffer.cxx:62
↓ 44 callers
Function
event_key
Gets which key on the keyboard was last pushed. The returned integer 'key code' is not necessarily a text equivalent for the keystroke. For i
server/fltk/FL/Fl.H:773
↓ 44 callers
Function
fl_pop_clip
Restore the previous clip region. You must call fl_pop_clip() once for every time you call fl_push_clip(). Unpredictable results may occur if the
server/fltk/FL/fl_draw.H:115
↓ 43 callers
Function
glXGetFBConfigAttrib
server/faker-glx.cpp:1127
↓ 43 callers
Method
scale
Sets the drawing size of the image. This function controls the values returned by member functions w() and h() which in turn control how the image i
server/fltk/src/Fl_Image.cxx:290
↓ 42 callers
Function
getenv
server/gefaker.c:42
↓ 42 callers
Function
glDrawBuffer
server/faker-gl.cpp:195
↓ 41 callers
Function
event_x
Returns the mouse position of the event relative to the Fl_Window it was passed to. */
server/fltk/FL/Fl.H:631
↓ 41 callers
Function
grab
Returns the window that currently receives all events. \return The window that currently receives all events, or NULL if event grabbing is curr
server/fltk/FL/Fl.H:588
↓ 40 callers
Function
XOpenDisplay
server/faker-x11.cpp:568
↓ 40 callers
Function
checkFrame
server/fakerut.cpp:219
↓ 40 callers
Method
elapsed
include/Timer.h:73
↓ 40 callers
Function
fl_add_symbol
Adds a symbol to the system. \param[in] name name of symbol (without the "@") \param[in] drawit function to draw symbol \param[in] scalabl
server/fltk/src/fl_symbols.cxx:76
↓ 40 callers
Function
fl_push_clip
\addtogroup fl_drawings @{ */ clip: Intersect the current clip region with a rectangle and push this new region onto the stack. \param[in] x,y
server/fltk/FL/fl_draw.H:88
↓ 40 callers
Function
fl_xid
server/fltk/FL/platform.H:68
↓ 40 callers
Function
glReadBuffer
server/faker-gl.cpp:821
↓ 40 callers
Function
shade_color
server/fltk/src/fl_plastic.cxx:38
↓ 39 callers
Method
damage
server/fltk/src/Fl.cxx:1729
↓ 39 callers
Function
fl_arc
circular lines and pie slices (code in fl_arci.C): Draw ellipse sections using integer coordinates. These functions match the rather limited circle
server/fltk/FL/fl_draw.H:503
↓ 38 callers
Function
event_y
Returns the mouse position of the event relative to the Fl_Window it was passed to. */
server/fltk/FL/Fl.H:636
↓ 38 callers
Function
fl_strdup
Cross platform interface to POSIX function strdup(). The fl_strdup() function returns a pointer to a new string which is a duplicate of the strin
server/fltk/src/fl_string_functions.cxx:32
↓ 38 callers
Method
hide
server/fltk/src/Fl_Widget.cxx:263
↓ 38 callers
Function
set_changed
Marks the value of the widget as changed. \see changed(), clear_changed() */
server/fltk/FL/Fl_Widget.H:1001
↓ 38 callers
Method
size
Size of the menu starting from this menu item. This method counts all menu items starting with \p this menu item, including all menu items in the
server/fltk/src/Fl_Menu.cxx:58
↓ 37 callers
Function
rint
server/fltk/FL/math.h:45
↓ 36 callers
Function
eglGetConfigAttrib
server/faker-egl.cpp:686
↓ 36 callers
Function
event_state
Returns the keyboard and mouse button states of the last event. This is a bitfield of what shift states were on and what mouse buttons were h
server/fltk/FL/Fl.H:754
↓ 36 callers
Function
glXDestroyContext
server/faker-glx.cpp:686
↓ 36 callers
Function
visible_focus
Visible focus methods... Gets or sets the visible keyboard focus on buttons and other non-text widgets. The default mode is to enable keyboard foc
server/fltk/FL/Fl.H:1314
↓ 35 callers
Function
mark
Gets the current selection mark. \return index into the text */
server/fltk/FL/Fl_Input_.H:312
↓ 34 callers
Function
child
Returns the n'th child. Returns \c NULL if \c n is out of range (since FLTK 1.4.0). <i>No range checking was done in FLTK 1.3 and older vers
server/fltk/FL/Fl_Group.H:110
↓ 34 callers
Method
deactivate
server/fltk/src/Fl_Widget.cxx:233
↓ 34 callers
Function
fl_font
Sets the current font, which is then used in various drawing routines. You may call this outside a draw context if necessary to measure text, for
server/fltk/src/fl_draw.cxx:550
↓ 34 callers
Function
glXGetConfig
server/faker-glx.cpp:957
↓ 34 callers
Method
insert_position
Sets the index for the cursor and mark. The input widget maintains two pointers into the string. The \e position (\c p) is where the cursor is. T
server/fltk/src/Fl_Input_.cxx:730
↓ 34 callers
Function
textcolor
Get the current color of menu item labels. */
server/fltk/FL/Fl_Menu_.H:225
↓ 33 callers
Function
fl_utf8decode
Decode a single UTF-8 encoded character starting at \e p. The resulting Unicode value (in the range 0-0x10ffff) is returned, and \e len is set to
server/fltk/src/fl_utf8.cxx:724
↓ 33 callers
Function
fl_width
server/fltk/src/fl_font.cxx:27
↓ 33 callers
Function
set_flag
Sets a flag in the flags mask */
server/fltk/FL/Fl_Widget.H:160
↓ 32 callers
Function
copy
Creates a copy of the image in the same size. The new image should be released when you are done with it. This does exactly the same as 'Fl_
server/fltk/FL/Fl_Image.H:266
↓ 32 callers
Method
getGLXDrawable
server/VirtualWin.cpp:186
↓ 32 callers
Function
horizontal
Returns non-zero if Fl_Pack alignment is horizontal. \returns non-zero if Fl_Pack alignment is horizontal (Fl_Pack::HORIZONTAL) \note Curren
server/fltk/FL/Fl_Pack.H:93
next →
1–100 of 4,462, ranked by callers