MCPcopy Create free account

hub / github.com/VirtualGL/virtualgl / functions

Functions4,462 in github.com/VirtualGL/virtualgl

↓ 315 callersFunctionfl_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 callersFunctionbox
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 callersFunctionw
< gets the y coordinate (top edge)
server/fltk/FL/Fl_Rect.H:74
↓ 235 callersFunctionh
< gets the width
server/fltk/FL/Fl_Rect.H:75
↓ 221 callersFunctiony
< gets the x coordinate (left edge)
server/fltk/FL/Fl_Rect.H:73
↓ 214 callersFunctionx
server/fltk/FL/Fl_Rect.H:72
↓ 200 callersMethodcmp
case insensitive comparison of buffer contents with a string
server/fltk/src/Fl_Help_View.cxx:322
↓ 167 callersMethodw
Returns the width in pixels of the main screen work area. */
server/fltk/src/screen_xywh.cxx:45
↓ 160 callersMethodh
Returns the height in pixels of the main screen work area. */
server/fltk/src/screen_xywh.cxx:52
↓ 153 callersFunctionbuffer
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 callersFunctionfloor
server/fltk/FL/Fl_Graphics_Driver.H:430
↓ 128 callersFunctioninsert_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 callersMethody
Returns the topmost y coordinate of the main screen work area. */
server/fltk/src/screen_xywh.cxx:38
↓ 125 callersFunctiondriver
Sets the graphics driver of this drawing surface. */
server/fltk/FL/Fl_Device.H:71
↓ 125 callersFunctionvalue
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 callersMethodx
Returns the leftmost x coordinate of the main screen work area. */
server/fltk/src/screen_xywh.cxx:31
↓ 121 callersFunctionXFree
server/faker-x11.cpp:335
↓ 108 callersFunctiontype
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 callersFunctionfl_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 callersMethodvalue
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 callersMethodparent
returns the parent of the window. */
server/fltk/src/Fl_Window_Driver.H:91
↓ 100 callersFunctioncolor
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 callersFunctiondamage
If true then flush() will do something. */
server/fltk/FL/Fl.H:225
↓ 92 callersMethodvisible
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 callersFunctionfocus
Gets the current Fl::focus() widget. \sa Fl::focus(Fl_Widget*) */
server/fltk/FL/Fl.H:883
↓ 90 callersMethodwhat
include/Error.h:82
↓ 86 callersFunctionchildren
Returns how many child widgets the group has. */
server/fltk/FL/Fl_Group.H:98
↓ 84 callersFunctionscale
Current scale factor between FLTK and drawing units: drawing = FLTK * scale() */
server/fltk/FL/Fl_Graphics_Driver.H:263
↓ 79 callersMethodprintln
util/Log.cpp:93
↓ 78 callersMethodfind
server/Hash.h:84
↓ 76 callersFunctionfl_rectf
Color with current color a rectangle that exactly fills the given bounding box. */
server/fltk/FL/fl_draw.H:339
↓ 70 callersMethodclear
server/fakerut.cpp:411
↓ 69 callersFunctionselection_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 callersFunctionfl_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 callersFunctionfl_line
line segments: Draw a line from (x,y) to (x1,y1) */
server/fltk/FL/fl_draw.H:397
↓ 63 callersFunctionsize
Return the number of integer elements in the array. */
server/fltk/src/Fl_Int_Vector.H:131
↓ 61 callersMethodprint
server/fltk/src/Fl_Help_View.cxx:356
↓ 59 callersMethodstart
util/Thread.cpp:20
↓ 57 callersFunctionwhen
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 callersFunctionfl_inactive
Returns the inactive, dimmed version of the given color. */
server/fltk/src/fl_color.cxx:167
↓ 54 callersFunctiondata
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 callersFunctionglXMakeContextCurrent
server/faker-glx.cpp:1765
↓ 53 callersFunctionfl_vertex
Add a single vertex to the current path. \param[in] x,y coordinate */
server/fltk/FL/fl_draw.H:619
↓ 52 callersFunctionfl_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 callersMethodfloor
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 callersFunctioncheckWindowColor
server/fakerut.cpp:195
↓ 49 callersFunctiondraw
server/fltk/src/fl_gtk.cxx:164
↓ 48 callersFunctioncurrent
Gets the current widget target */
server/fltk/FL/Fl_Tooltip.H:65
↓ 48 callersFunctionglXMakeCurrent
server/faker-glx.cpp:1641
↓ 48 callersFunctiongtk_color
server/fltk/src/fl_gtk.cxx:30
↓ 47 callersFunctionfl_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 callersMethodlabel
server/fltk/src/Fl_x.cxx:3203
↓ 46 callersMethodcallback
server/fltk/src/Fl_File_Chooser.cxx:335
↓ 46 callersFunctiondo_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 callersFunctionglGetIntegerv
server/faker-gl.cpp:539
↓ 45 callersFunctionXCloseDisplay
server/faker-x11.cpp:36
↓ 45 callersMethodbuffer
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 callersFunctiond
Sets the current image depth. */
server/fltk/FL/Fl_Image.H:97
↓ 45 callersFunctionmin
server/fltk/src/Fl_Text_Buffer.cxx:62
↓ 44 callersFunctionevent_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 callersFunctionfl_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 callersFunctionglXGetFBConfigAttrib
server/faker-glx.cpp:1127
↓ 43 callersMethodscale
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 callersFunctiongetenv
server/gefaker.c:42
↓ 42 callersFunctionglDrawBuffer
server/faker-gl.cpp:195
↓ 41 callersFunctionevent_x
Returns the mouse position of the event relative to the Fl_Window it was passed to. */
server/fltk/FL/Fl.H:631
↓ 41 callersFunctiongrab
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 callersFunctionXOpenDisplay
server/faker-x11.cpp:568
↓ 40 callersFunctioncheckFrame
server/fakerut.cpp:219
↓ 40 callersMethodelapsed
include/Timer.h:73
↓ 40 callersFunctionfl_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 callersFunctionfl_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 callersFunctionfl_xid
server/fltk/FL/platform.H:68
↓ 40 callersFunctionglReadBuffer
server/faker-gl.cpp:821
↓ 40 callersFunctionshade_color
server/fltk/src/fl_plastic.cxx:38
↓ 39 callersMethoddamage
server/fltk/src/Fl.cxx:1729
↓ 39 callersFunctionfl_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 callersFunctionevent_y
Returns the mouse position of the event relative to the Fl_Window it was passed to. */
server/fltk/FL/Fl.H:636
↓ 38 callersFunctionfl_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 callersMethodhide
server/fltk/src/Fl_Widget.cxx:263
↓ 38 callersFunctionset_changed
Marks the value of the widget as changed. \see changed(), clear_changed() */
server/fltk/FL/Fl_Widget.H:1001
↓ 38 callersMethodsize
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 callersFunctionrint
server/fltk/FL/math.h:45
↓ 36 callersFunctioneglGetConfigAttrib
server/faker-egl.cpp:686
↓ 36 callersFunctionevent_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 callersFunctionglXDestroyContext
server/faker-glx.cpp:686
↓ 36 callersFunctionvisible_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 callersFunctionmark
Gets the current selection mark. \return index into the text */
server/fltk/FL/Fl_Input_.H:312
↓ 34 callersFunctionchild
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 callersMethoddeactivate
server/fltk/src/Fl_Widget.cxx:233
↓ 34 callersFunctionfl_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 callersFunctionglXGetConfig
server/faker-glx.cpp:957
↓ 34 callersMethodinsert_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 callersFunctiontextcolor
Get the current color of menu item labels. */
server/fltk/FL/Fl_Menu_.H:225
↓ 33 callersFunctionfl_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 callersFunctionfl_width
server/fltk/src/fl_font.cxx:27
↓ 33 callersFunctionset_flag
Sets a flag in the flags mask */
server/fltk/FL/Fl_Widget.H:160
↓ 32 callersFunctioncopy
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 callersMethodgetGLXDrawable
server/VirtualWin.cpp:186
↓ 32 callersFunctionhorizontal
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