MCPcopy Create free account

hub / github.com/VirtualGL/virtualgl / functions

Functions4,462 in github.com/VirtualGL/virtualgl

↓ 32 callersFunctioninput_type
Gets the input field type. \return the current input type */
server/fltk/FL/Fl_Input_.H:465
↓ 31 callersMethodshow
server/fltk/src/Fl_x.cxx:3220
↓ 30 callersFunctionbelowmouse
Gets the widget that is below the mouse. \see belowmouse(Fl_Widget*) */
server/fltk/FL/Fl.H:876
↓ 30 callersFunctionfl_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 callersFunctionfl_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 callersFunctioninit
server/faker.cpp:161
↓ 30 callersFunctionminimum
Gets the minimum value of the widget. */
server/fltk/FL/Fl_Spinner.H:93
↓ 30 callersFunctionresize
signal resize of given window */
demos/glthreads.c:243
↓ 30 callersFunctionscrollbar_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 callersFunctionsendGLXError
server/faker.cpp:129
↓ 30 callersFunctiontextsize
Gets the font size of menu item labels. */
server/fltk/FL/Fl_Menu_.H:221
↓ 29 callersFunctionXCreateWindow
server/faker-x11.cpp:229
↓ 29 callersFunctionXDestroyWindow
server/faker-x11.cpp:305
↓ 29 callersMethodcheckError
util/Thread.cpp:76
↓ 29 callersFunctiondata_w
Returns the width of the image data. */
server/fltk/FL/Fl_Image.H:141
↓ 29 callersMethoddeInit
common/Frame.cpp:55
↓ 28 callersFunctionGetFBConfigAttrib
* Either use glXGetFBConfigAttrib() or glXGetFBConfigAttribSGIX() * to query an fbconfig attribute. */
demos/pbutil.c:142
↓ 28 callersFunctionadd
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 callersMethodcursor
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 callersMethodget
server/fltk/src/Fl_Timeout.cxx:460
↓ 28 callersFunctionparent
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 callersMethodactivate
server/fltk/src/Fl_Widget.cxx:221
↓ 27 callersFunctionalign
Gets the label alignment. \return label alignment \see label(), align(Fl_Align), Fl_Align */
server/fltk/FL/Fl_Widget.H:425
↓ 27 callersMethodcolor
server/fltk/src/Fl_File_Chooser.cxx:340
↓ 27 callersFunctionfl_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 callersFunctionfl_draw
server/fltk/src/fl_font.cxx:32
↓ 27 callersFunctionid
Return an ID that can later be reused to open more references to this dataset. */
server/fltk/FL/Fl_Preferences.H:213
↓ 27 callersFunctionreadonly
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 callersFunctiondata_h
Returns the height of the image data. */
server/fltk/FL/Fl_Image.H:145
↓ 26 callersFunctiondown_box
server/fltk/src/fl_oxy.cxx:492
↓ 26 callersMethodgetX11Display
server/VirtualDrawable.cpp:314
↓ 26 callersMethodnext_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 callersFunctiontextfont
Gets the current font of menu item labels. */
server/fltk/FL/Fl_Menu_.H:217
↓ 26 callersMethodvalue
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 callersMethodwindow
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 callersFunctioncheckBufferState
server/fakerut.cpp:260
↓ 25 callersFunctioneglMakeCurrent
server/faker-egl.cpp:1154
↓ 25 callersFunctionfind
See int Fl_Group::find(const Fl_Widget *w) const */
server/fltk/FL/Fl_Group.H:119
↓ 25 callersFunctionlinespacing
Add some space between browser lines. \param[in] pixels number of additional pixels between lines. */
server/fltk/FL/Fl_Browser_.H:409
↓ 25 callersFunctionpf_get
util/pf.c:576
↓ 25 callersMethodselect
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 callersMethodselected
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 callersFunctionshown
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 callersMethodadd
server/Hash.h:59
↓ 24 callersFunctionclear_flag
Clears a flag in the flags mask */
server/fltk/FL/Fl_Widget.H:162
↓ 24 callersFunctionpushfont
server/fltk/FL/Fl_Help_View.H:260
↓ 24 callersFunctionremove
Removes the widget \p o from the group. \sa void remove(Fl_Widget&) */
server/fltk/FL/Fl_Group.H:146
↓ 23 callersMethodadd
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 callersMethodc_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 callersFunctioncheckCurrent
server/fakerut.cpp:239
↓ 23 callersFunctiondlopen
server/dlfaker.c:73
↓ 23 callersFunctionmaximum
Gets the maximum value of the widget. */
server/fltk/FL/Fl_Spinner.H:87
↓ 23 callersFunctionmenu
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 callersFunctionfl_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 callersFunctionfont_descriptor
Return the current Fl_Font_Descriptor */
server/fltk/FL/Fl_Graphics_Driver.H:259
↓ 22 callersFunctionglXCreateContext
server/faker-glx.cpp:297
↓ 21 callersFunctionGetTime
include/vglutil.h:99
↓ 21 callersMethoddo_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 callersFunctiondraw
server/fltk/src/fl_round_box.cxx:33
↓ 21 callersFunctionfl_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 callersFunctionflags
Gets the widget flags mask */
server/fltk/FL/Fl_Widget.H:158
↓ 21 callersFunctionflx
server/fltk/FL/platform.H:60
↓ 21 callersFunctionglXChooseFBConfig
server/faker-glx.cpp:105
↓ 21 callersMethodsignalComplete
common/Frame.h:53
↓ 21 callersFunctiontest_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 callersMethoddraw
server/fltk/src/Fl_Box.cxx:32
↓ 20 callersMethodend
<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 callersFunctionget_color
server/fltk/src/fl_contrast.cxx:57
↓ 20 callersFunctionglGetString
server/faker-gl.cpp:604
↓ 20 callersMethodredraw
Redraws all widgets. */
server/fltk/src/Fl.cxx:797
↓ 20 callersMethodtype
server/fltk/src/Fl_File_Chooser.cxx:422
↓ 19 callersMethodgetHeight
server/FakePbuffer.h:38
↓ 19 callersMethodgetWidth
server/FakePbuffer.h:37
↓ 19 callersMethodimage
server/fltk/src/Fl_Widget.cxx:314
↓ 19 callersFunctionlabelcolor
Gets the label color. The default color is FL_FOREGROUND_COLOR. \return the current label color */
server/fltk/FL/Fl_Widget.H:550
↓ 19 callersFunctionld
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 callersFunctionmodal
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 callersFunctionoxy_color
server/fltk/src/fl_oxy.cxx:243
↓ 19 callersFunctionsend
server/fltk/src/Fl_Group.cxx:95
↓ 18 callersFunctionbounds
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 callersMethodendFrame
common/Profiler.cpp:69
↓ 18 callersFunctionfl_match
server/fltk/src/Fl_arg.cxx:28
↓ 18 callersFunctionfl_polygon
filled polygons Fill a 3-sided polygon. */
server/fltk/FL/fl_draw.H:425
↓ 18 callersFunctionfl_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 callersFunctiongetCurrentDrawable
server/backend.cpp:403
↓ 18 callersFunctionglXSwapBuffers
server/faker-glx.cpp:2199
↓ 18 callersMethodmode
Sets the flags of item i \see Fl_Menu_::mode(int i, int fl) */
server/fltk/src/Fl_Sys_Menu_Bar.cxx:86
↓ 18 callersFunctionpushed
Gets the widget that is being pushed. \see void pushed(Fl_Widget*) */
server/fltk/FL/Fl.H:880
↓ 18 callersMethodsignal
util/Mutex.cpp:89
↓ 18 callersMethodstartFrame
common/Profiler.cpp:62
↓ 18 callersMethoduser_data
server/fltk/src/Fl_File_Chooser.cxx:442
↓ 17 callersFunctionDrawingToFront
server/faker.h:151
↓ 17 callersFunctionXNextEvent
server/faker-x11.cpp:894
↓ 17 callersFunctionclear
Deletes all child widgets with Fl_Group::clear(). And sets to NULL the resizable() widget. */
server/fltk/FL/Fl_Pack.H:98
↓ 17 callersMethodclear
server/fltk/src/Fl_Help_View.cxx:170
↓ 17 callersFunctionfl_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 callersFunctionglViewport
server/faker-gl.cpp:857
↓ 17 callersFunctionglXChooseVisual
server/faker-glx.cpp:202
↓ 17 callersFunctionhide
Hides an item in the menu. */
server/fltk/FL/Fl_Menu_Item.H:438
↓ 17 callersMethodscreen_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
← previousnext →101–200 of 4,462, ranked by callers