Jetson Inference
DNN Vision Library
|
This is the complete list of members for glWidget, including all inherited members.
AddEventHandler(glWidgetEventHandler callback, void *user=NULL) | glWidget | |
Contains(float x, float y) const | glWidget | |
coordToBorder(float x, float y, float max_distance=10.0f) | glWidget | protected |
dispatchEvent(uint16_t msg, int a, int b) | glWidget | protected |
DragMove enum value | glWidget | protected |
DragNone enum value | glWidget | protected |
DragResizeE enum value | glWidget | protected |
DragResizeN enum value | glWidget | protected |
DragResizeNE enum value | glWidget | protected |
DragResizeNW enum value | glWidget | protected |
DragResizeS enum value | glWidget | protected |
DragResizeSE enum value | glWidget | protected |
DragResizeSW enum value | glWidget | protected |
DragResizeW enum value | glWidget | protected |
DragState enum name | glWidget | protected |
Ellipse enum value | glWidget | |
GetCoords(float *x1, float *y1, float *x2, float *y2) const | glWidget | inline |
GetDisplay() const | glWidget | inline |
GetIndex() const | glWidget | |
GetPosition(float *x, float *y) const | glWidget | inline |
GetShape() const | glWidget | inline |
GetSize(float *width, float *height) const | glWidget | inline |
GetUserData() const | glWidget | inline |
glDisplay class | glWidget | friend |
GlobalToLocal(float x, float y, float *x_out, float *y_out) const | glWidget | |
glWidget(Shape shape=Rect) | glWidget | |
glWidget(float x, float y, float width, float height, Shape shape=Rect) | glWidget | |
glWidgetEventHandler typedef | glWidget | |
Height() const | glWidget | inline |
initDefaults() | glWidget | protected |
IsMoveable() const | glWidget | inline |
IsResizeable() const | glWidget | inline |
IsSelected() const | glWidget | inline |
IsVisible() const | glWidget | inline |
Line enum value | glWidget | |
LocalToGlobal(float x, float y, float *x_out, float *y_out) const | glWidget | |
mDisplay | glWidget | protected |
mDragState | glWidget | protected |
mEventHandlers | glWidget | protected |
mFillColor | glWidget | protected |
mHeight | glWidget | protected |
mLineColor | glWidget | protected |
mLineWidth | glWidget | protected |
mMoveable | glWidget | protected |
Move(float x, float y) | glWidget | inline |
mResizeable | glWidget | protected |
mSelected | glWidget | protected |
mSelectedFillColor | glWidget | protected |
mSelectedLineColor | glWidget | protected |
mShape | glWidget | protected |
mUserData | glWidget | protected |
mVisible | glWidget | protected |
mWidth | glWidget | protected |
mX | glWidget | protected |
mY | glWidget | protected |
OnEvent(uint16_t event, int a, int b, void *user) | glWidget | |
Rect enum value | glWidget | |
RemoveEventHandler(glWidgetEventHandler callback, void *user=NULL) | glWidget | |
Render() | glWidget | |
SetCoords(float x1, float y1, float x2, float y2) | glWidget | inline |
setCursor(DragState cursor) | glWidget | protected |
setDisplay(glDisplay *display) | glWidget | protected |
SetFillAlpha(float a) | glWidget | inline |
SetFillColor(float r, float g, float b, float a=1.0f) | glWidget | inline |
SetHeight(float height) | glWidget | inline |
SetLineAlpha(float a) | glWidget | inline |
SetLineColor(float r, float g, float b, float a=1.0f) | glWidget | inline |
SetLineWidth(float width) | glWidget | inline |
SetMoveable(bool moveable) | glWidget | inline |
SetPosition(float x, float y) | glWidget | inline |
SetResizeable(bool resizeable) | glWidget | inline |
SetSelected(bool selected) | glWidget | inline |
SetSelectedFillColor(float r, float g, float b, float a=1.0f) | glWidget | inline |
SetSelectedLineColor(float r, float g, float b, float a=1.0f) | glWidget | inline |
SetShape(Shape shape) | glWidget | inline |
SetSize(float width, float height) | glWidget | inline |
SetUserData(void *user) | glWidget | inline |
SetVisible(bool visible) | glWidget | inline |
SetWidth(float width) | glWidget | inline |
SetX(float x) | glWidget | inline |
SetY(float y) | glWidget | inline |
Shape enum name | glWidget | |
Width() const | glWidget | inline |
X() const | glWidget | inline |
Y() const | glWidget | inline |
~glWidget() | glWidget | virtual |