abs() | icl::qt::ICLDrawWidget | |
addSpecialButton(const std::string &id, const core::ImgBase *icon=0, const utils::Function< void > &cb=(utils::FunctionImpl< void > *) 0, const std::string &toolTipText="") | icl::qt::ICLWidget | |
addSpecialToggleButton(const std::string &id, const core::ImgBase *untoggledIcon=0, const core::ImgBase *toggledIcon=0, bool initiallyToggled=0, const utils::Function< void, bool > &cb=(utils::FunctionImpl< void, bool > *) 0, const std::string &toolTipText="") | icl::qt::ICLWidget | |
arrow(float ax, float ay, float bx, float by, float capsize=10) | icl::qt::ICLDrawWidget | |
arrow(const utils::Point32f &a, const utils::Point32f &b, float capsize=10) | icl::qt::ICLDrawWidget | |
bciModeChanged(int modeIdx) | icl::qt::ICLWidget | slot |
BGColorSource typedef | icl::qt::ICLWidget | |
brightnessChanged(int val) | icl::qt::ICLWidget | slot |
captureCurrentFrameBuffer() | icl::qt::ICLWidget | slot |
captureCurrentImage() | icl::qt::ICLWidget | slot |
circle(float cx, float cy, float r) | icl::qt::ICLDrawWidget | |
circle(const utils::Point32f ¢er, float radius) | icl::qt::ICLDrawWidget | |
color(float r, float g, float b, float alpha=255) | icl::qt::ICLDrawWidget | |
color(const math::FixedMatrix< T, COLS, 3/COLS > &v) | icl::qt::ICLDrawWidget | inline |
color(const math::FixedMatrix< T, COLS, 4/COLS > &v) | icl::qt::ICLDrawWidget | inline |
contrastChanged(int val) | icl::qt::ICLWidget | slot |
currentChannelChanged(int modeIdx) | icl::qt::ICLWidget | slot |
customPaintEvent(PaintEngine *e) | icl::qt::ICLDrawWidget3D | virtual |
draw(const utils::VisualizationDescription &d) | icl::qt::ICLDrawWidget | |
ellipse(float x, float y, float w, float h) | icl::qt::ICLDrawWidget | |
ellipse(const utils::Rect &r) | icl::qt::ICLDrawWidget | |
ellipse(const utils::Rect32f &r) | icl::qt::ICLDrawWidget | |
enterEvent(QEvent *e) | icl::qt::ICLWidget | virtual |
event(QEvent *event) | icl::qt::ICLWidget | virtual |
fill(float r, float g, float b, float alpha=255) | icl::qt::ICLDrawWidget | |
fill(const math::FixedMatrix< T, COLS, 3/COLS > &v) | icl::qt::ICLDrawWidget | inline |
fill(const math::FixedMatrix< T, COLS, 4/COLS > &v) | icl::qt::ICLDrawWidget | inline |
finishCustomPaintEvent(PaintEngine *e) | icl::qt::ICLDrawWidget | virtual |
fitmode enum name | icl::qt::ICLWidget | |
fmFit enum value | icl::qt::ICLWidget | |
fmHoldAR enum value | icl::qt::ICLWidget | |
fmNoScale enum value | icl::qt::ICLWidget | |
fmZoom enum value | icl::qt::ICLWidget | |
fontsize(float size) | icl::qt::ICLDrawWidget | |
getFitMode() | icl::qt::ICLWidget | |
getImageInfo() | icl::qt::ICLWidget | |
getImageRect(bool fromGUIThread=false) | icl::qt::ICLWidget | |
getImageSize(bool fromGUIThread=false) | icl::qt::ICLWidget | |
getImageStatistics() | icl::qt::ICLWidget | |
getRangeMode() | icl::qt::ICLWidget | |
getSize() | icl::qt::ICLWidget | inline |
grid(const utils::Point32f *points, int nx, int ny, bool rowMajor=true) | icl::qt::ICLDrawWidget | |
hideEvent(QHideEvent *e) | icl::qt::ICLWidget | virtual |
histoPanelParamChanged() | icl::qt::ICLWidget | slot |
ICLDrawWidget(QWidget *parent=0) | icl::qt::ICLDrawWidget | |
ICLDrawWidget3D(QWidget *parent) | icl::qt::ICLDrawWidget3D | |
ICLWidget(QWidget *parent=0) | icl::qt::ICLWidget | |
image(core::ImgBase *image, float x, float y, float w, float h) | icl::qt::ICLDrawWidget | |
image(core::ImgBase *image, const utils::Rect &r) | icl::qt::ICLDrawWidget | inline |
image(const core::ImgBase *image, const float a[2], const float b[2], const float c[2], const float d[2]) | icl::qt::ICLDrawWidget | |
initializeCustomPaintEvent(PaintEngine *e) | icl::qt::ICLDrawWidget | virtual |
initializeGL() | icl::qt::ICLWidget | virtual |
install(MouseHandler *h) | icl::qt::ICLWidget | |
intensityChanged(int val) | icl::qt::ICLWidget | slot |
keyPressEvent(QKeyEvent *event) | icl::qt::ICLWidget | virtual |
leaveEvent(QEvent *e) | icl::qt::ICLWidget | virtual |
line(float x1, float y1, float x2, float y2) | icl::qt::ICLDrawWidget | |
line(const utils::Point32f &a, const utils::Point32f &b) | icl::qt::ICLDrawWidget | |
line(const VectorTypeA &a, const VectorTypeB &b) | icl::qt::ICLDrawWidget | inline |
linestrip(const std::vector< utils::Point > &pts, bool closeLoop=true, int xfac=1, int yfac=1) | icl::qt::ICLDrawWidget | |
linestrip(const std::vector< utils::Point32f > &pts, bool closeLoop=true) | icl::qt::ICLDrawWidget | |
linewidth(float w) | icl::qt::ICLDrawWidget | |
link(GLCallback *cb) | icl::qt::ICLDrawWidget3D | |
m_autoResetQueue | icl::qt::ICLDrawWidget | protected |
m_linkedCallback | icl::qt::ICLDrawWidget3D | protected |
m_linkMutex | icl::qt::ICLDrawWidget3D | protected |
m_oCommandMutex | icl::qt::ICLDrawWidget | protected |
m_poState | icl::qt::ICLDrawWidget | protected |
m_queues | icl::qt::ICLDrawWidget | protected |
menuTabChanged(int index) | icl::qt::ICLWidget | slot |
mouseEvent(const MouseEvent &event) | icl::qt::ICLWidget | signal |
mouseMoveEvent(QMouseEvent *e) | icl::qt::ICLWidget | virtual |
mousePressEvent(QMouseEvent *e) | icl::qt::ICLWidget | virtual |
mouseReleaseEvent(QMouseEvent *e) | icl::qt::ICLWidget | virtual |
nocolor() | icl::qt::ICLDrawWidget | |
nofill() | icl::qt::ICLDrawWidget | |
paintEvent(QPaintEvent *e) | icl::qt::ICLWidget | virtual |
paintGL() | icl::qt::ICLWidget | virtual |
pauseButtonToggled(bool checked) | icl::qt::ICLWidget | slot |
point(float x, float y) | icl::qt::ICLDrawWidget | |
point(const utils::Point &p) | icl::qt::ICLDrawWidget | inline |
point(const utils::Point32f &p) | icl::qt::ICLDrawWidget | inline |
point(const VectorType &p) | icl::qt::ICLDrawWidget | inline |
point(const std::vector< VectorType > &points) | icl::qt::ICLDrawWidget | inline |
points(const std::vector< utils::Point > &pts, int xfac=1, int yfac=1) | icl::qt::ICLDrawWidget | |
points(const std::vector< utils::Point32f > &pts) | icl::qt::ICLDrawWidget | |
pointsize(float s) | icl::qt::ICLDrawWidget | |
polygon(const std::vector< utils::Point32f > &ps) | icl::qt::ICLDrawWidget | |
polygon(const std::vector< utils::Point > &ps) | icl::qt::ICLDrawWidget | |
quad(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4) | icl::qt::ICLDrawWidget | |
quad(const utils::Point32f &a, const utils::Point32f &b, const utils::Point32f &c, const utils::Point32f &d) | icl::qt::ICLDrawWidget | |
rangemode enum name | icl::qt::ICLWidget | |
recordButtonToggled(bool checked) | icl::qt::ICLWidget | slot |
rect(float x, float y, float w, float h) | icl::qt::ICLDrawWidget | |
rect(const utils::Rect32f &r) | icl::qt::ICLDrawWidget | |
rect(const utils::Rect &r) | icl::qt::ICLDrawWidget | |
registerCallback(const GUI::Callback &cb, const std::string &eventList="drag,press") | icl::qt::ICLWidget | |
registerRecordingCallback(utils::Function< void, const core::ImgBase * > cb, const std::string &handle="default") | icl::qt::ICLWidget | |
rel() | icl::qt::ICLDrawWidget | |
removeCallbacks() | icl::qt::ICLWidget | |
removeSpecialButton(const std::string &id) | icl::qt::ICLWidget | |
render() | icl::qt::ICLWidget | |
resetQueue() | icl::qt::ICLDrawWidget | |
resizeEvent(QResizeEvent *e) | icl::qt::ICLWidget | virtual |
resizeGL(int w, int h) | icl::qt::ICLWidget | virtual |
rmAuto enum value | icl::qt::ICLWidget | |
rmOff enum value | icl::qt::ICLWidget | |
rmOn enum value | icl::qt::ICLWidget | |
scaleModeChanged(int modeIdx) | icl::qt::ICLWidget | slot |
setAutoRenderOnSetImage(bool on) | icl::qt::ICLWidget | |
setAutoResetQueue(bool on) | icl::qt::ICLDrawWidget | |
setBackgroundBlack() | icl::qt::ICLWidget | slot |
setBackgroundColorSource(BGColorSource src) | icl::qt::ICLWidget | |
setBackgroundGray() | icl::qt::ICLWidget | slot |
setBackgroundWhite() | icl::qt::ICLWidget | slot |
setBCI(int brightness, int contrast, int intensity) | icl::qt::ICLWidget | |
setEmbeddedZoomModeEnabled(bool enabled) | icl::qt::ICLWidget | slot |
setFitMode(fitmode fm) | icl::qt::ICLWidget | |
setFullScreenMode(bool on, int screen=-1) | icl::qt::ICLWidget | |
setGridAlpha(int alpha) | icl::qt::ICLWidget | slot |
setGridBlack() | icl::qt::ICLWidget | slot |
setGridGray() | icl::qt::ICLWidget | slot |
setGridWhite() | icl::qt::ICLWidget | slot |
setImage(const core::ImgBase *image) | icl::qt::ICLWidget | slot |
setImageInfoIndicatorEnabled(bool enabled) | icl::qt::ICLWidget | |
setInfoText(const std::string &text) | icl::qt::ICLWidget | |
setLinInterpolationEnabled(bool enabled) | icl::qt::ICLWidget | slot |
setMenuEmbedded(bool embedded) | icl::qt::ICLWidget | slot |
setMenuEnabled(bool enabled) | icl::qt::ICLWidget | |
setRangeMode(rangemode rm) | icl::qt::ICLWidget | |
setRangeModeNormalOrScaled(bool enabled) | icl::qt::ICLWidget | slot |
setShowNoImageWarnings(bool showWarnings) | icl::qt::ICLWidget | |
setShowPixelGridEnabled(bool enabled) | icl::qt::ICLWidget | slot |
setViewPort(const utils::Size &size) | icl::qt::ICLWidget | |
setVisible(bool visible) | icl::qt::ICLWidget | virtual |
showBackgroundColorDialog() | icl::qt::ICLWidget | slot |
showGridColorDialog() | icl::qt::ICLWidget | slot |
showHideMenu() | icl::qt::ICLWidget | slot |
showInfoDialog() | icl::qt::ICLWidget | protected |
skipFramesChanged(int frameSkip) | icl::qt::ICLWidget | slot |
specialButtonClicked(const std::string &id) | icl::qt::ICLWidget | signal |
specialButtonToggled(const std::string &id, bool down) | icl::qt::ICLWidget | signal |
startRecording(const std::string &outputDevice, const std::string &outputInfo, bool framebuffer=true, int frameskip=0, bool setParamsOnlyButDoNotStartRecording=false) | icl::qt::ICLWidget | |
stopButtonClicked() | icl::qt::ICLWidget | slot |
swapQueues() | icl::qt::ICLDrawWidget | protectedvirtual |
Sym enum name | icl::qt::ICLDrawWidget | |
sym(float x, float y, Sym s) | icl::qt::ICLDrawWidget | |
sym(const utils::Point32f &p, Sym s) | icl::qt::ICLDrawWidget | inline |
sym(float x, float y, char sym) | icl::qt::ICLDrawWidget | inline |
sym(const utils::Point32f &p, char sym) | icl::qt::ICLDrawWidget | inline |
symCircle enum value | icl::qt::ICLDrawWidget | |
symCross enum value | icl::qt::ICLDrawWidget | |
symPlus enum value | icl::qt::ICLDrawWidget | |
symRect enum value | icl::qt::ICLDrawWidget | |
symsize(float w, float h=-1) | icl::qt::ICLDrawWidget | |
symTriangle enum value | icl::qt::ICLDrawWidget | |
text(std::string text, float x, float y, float w, float h, float fontsize=10) | icl::qt::ICLDrawWidget | |
text(const std::string &text, float x, float y, float fontsize=10) | icl::qt::ICLDrawWidget | inline |
text(const std::string &text, const utils::Point32f &p, float fontsize=10) | icl::qt::ICLDrawWidget | inline |
textangle(float angleDeg) | icl::qt::ICLDrawWidget | |
triangle(float x1, float y1, float x2, float y2, float x3, float y3) | icl::qt::ICLDrawWidget | |
triangle(const utils::Point32f &a, const utils::Point32f &b, const utils::Point32f &c) | icl::qt::ICLDrawWidget | |
uninstall(MouseHandler *h) | icl::qt::ICLWidget | |
unregisterRecordingCallback(const std::string &handle="default") | icl::qt::ICLWidget | |
wheelEvent(QWheelEvent *e) | icl::qt::ICLWidget | virtual |
~ICLDrawWidget() | icl::qt::ICLDrawWidget | |
~ICLWidget() | icl::qt::ICLWidget | virtual |