QCustomPlot-members
QCustomPlot Member List
This is the complete list of members for QCustomPlot, including all inherited members.
acceptDrops | QWidget | |
acceptDrops() const const | QWidget | |
accessibleDescription | QWidget | |
accessibleDescription() const const | QWidget | |
accessibleName | QWidget | |
accessibleName() const const | QWidget | |
actionEvent(QActionEvent *event) | QWidget | protectedvirtual |
actions() const const | QWidget | |
activateWindow() | QWidget | |
addAction(const QIcon &icon, const QString &text) | QWidget | |
addAction(const QIcon &icon, const QString &text, Args &&... args) | QWidget | |
addAction(const QIcon &icon, const QString &text, const QKeySequence &shortcut) | QWidget | |
addAction(const QIcon &icon, const QString &text, const QKeySequence &shortcut, Args &&... args) | QWidget | |
addAction(const QIcon &icon, const QString &text, const QKeySequence &shortcut, const QObject *receiver, const char *member, Qt::ConnectionType type) | QWidget | |
addAction(const QIcon &icon, const QString &text, const QObject *receiver, const char *member, Qt::ConnectionType type) | QWidget | |
addAction(const QString &text) | QWidget | |
addAction(const QString &text, Args &&... args) | QWidget | |
addAction(const QString &text, const QKeySequence &shortcut) | QWidget | |
addAction(const QString &text, const QKeySequence &shortcut, Args &&... args) | QWidget | |
addAction(const QString &text, const QKeySequence &shortcut, const QObject *receiver, const char *member, Qt::ConnectionType type) | QWidget | |
addAction(const QString &text, const QObject *receiver, const char *member, Qt::ConnectionType type) | QWidget | |
addAction(QAction *action) | QWidget | |
addActions(const QList< QAction * > &actions) | QWidget | |
addGraph(QCPAxis *keyAxis=nullptr, QCPAxis *valueAxis=nullptr) | QCustomPlot | |
addLayer(const QString &name, QCPLayer *otherLayer=nullptr, LayerInsertMode insertMode=limAbove) | QCustomPlot | |
adjustSize() | QWidget | |
afterLayout() | QCustomPlot | signal |
afterReplot() | QCustomPlot | signal |
antialiasedElements() const (defined in QCustomPlot) | QCustomPlot | inline |
autoAddPlottableToLegend() const (defined in QCustomPlot) | QCustomPlot | inline |
autoFillBackground | QWidget | |
autoFillBackground() const const | QWidget | |
axisClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) | QCustomPlot | signal |
axisDoubleClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) | QCustomPlot | signal |
axisRect(int index=0) const | QCustomPlot | |
axisRectAt(const QPointF &pos) const | QCustomPlot | |
axisRectCount() const | QCustomPlot | |
axisRects() const | QCustomPlot | |
axisRemoved(QCPAxis *axis) | QCustomPlot | protectedvirtual |
background() const (defined in QCustomPlot) | QCustomPlot | inline |
backgroundRole() const const | QWidget | |
backgroundScaled() const (defined in QCustomPlot) | QCustomPlot | inline |
backgroundScaledMode() const (defined in QCustomPlot) | QCustomPlot | inline |
backingStore() const const | QWidget | |
baseSize | QWidget | |
baseSize() const const | QWidget | |
beforeReplot() | QCustomPlot | signal |
bindableObjectName() | QObject | |
blockSignals(bool block) | QObject | |
bufferDevicePixelRatio() const (defined in QCustomPlot) | QCustomPlot | inline |
changeEvent(QEvent *event) | QWidget | protectedvirtual |
childAt(const QPoint &p) const const | QWidget | |
childAt(int x, int y) const const | QWidget | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const const | QObject | |
childrenRect | QWidget | |
childrenRect() const const | QWidget | |
childrenRegion | QWidget | |
childrenRegion() const const | QWidget | |
clearFocus() | QWidget | |
clearGraphs() | QCustomPlot | |
clearItems() | QCustomPlot | |
clearMask() | QWidget | |
clearPlottables() | QCustomPlot | |
close() | QWidget | |
closeEvent(QCloseEvent *event) | QWidget | protectedvirtual |
colorCount() const const | QPaintDevice | |
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const | QObject | |
connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
contentsMargins() const const | QWidget | |
contentsRect() const const | QWidget | |
contextMenuEvent(QContextMenuEvent *event) | QWidget | protectedvirtual |
contextMenuPolicy | QWidget | |
contextMenuPolicy() const const | QWidget | |
create(WId window, bool initializeWindow, bool destroyOldWindow) | QWidget | protected |
createPaintBuffer() | QCustomPlot | protected |
createWindowContainer(QWindow *window, QWidget *parent, Qt::WindowFlags flags) | QWidget | static |
currentLayer() const | QCustomPlot | |
cursor | QWidget | |
cursor() const const | QWidget | |
customContextMenuRequested(const QPoint &pos) | QWidget | |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | |
depth() const const | QPaintDevice | |
deselectAll() | QCustomPlot | |
destroy(bool destroyWindow, bool destroySubWindows) | QWidget | protected |
destroyed(QObject *obj) | QObject | |
devicePixelRatio() const const | QPaintDevice | |
devicePixelRatioF() const const | QPaintDevice | |
disconnect(const QMetaObject::Connection &connection) | QObject | static |
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
disconnect(const QObject *receiver, const char *method) const const | QObject | |
disconnect(const char *signal, const QObject *receiver, const char *method) const const | QObject | |
disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
dragEnterEvent(QDragEnterEvent *event) | QWidget | protectedvirtual |
dragLeaveEvent(QDragLeaveEvent *event) | QWidget | protectedvirtual |
dragMoveEvent(QDragMoveEvent *event) | QWidget | protectedvirtual |
draw(QCPPainter *painter) | QCustomPlot | protectedvirtual |
drawBackground(QCPPainter *painter) | QCustomPlot | protected |
DrawChildren | QWidget | |
DrawWindowBackground | QWidget | |
dropEvent(QDropEvent *event) | QWidget | protectedvirtual |
dumpObjectInfo() const const | QObject | |
dumpObjectTree() const const | QObject | |
dynamicPropertyNames() const const | QObject | |
effectiveWinId() const const | QWidget | |
enabled | QWidget | |
ensurePolished() const const | QWidget | |
enterEvent(QEnterEvent *event) | QWidget | protectedvirtual |
event(QEvent *event) override | QWidget | protectedvirtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
find(WId id) | QWidget | static |
findChild(const QString &name, Qt::FindChildOptions options) const const | QObject | |
findChildren(Qt::FindChildOptions options) const const | QObject | |
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const const | QObject | |
findChildren(const QString &name, Qt::FindChildOptions options) const const | QObject | |
focus | QWidget | |
focusInEvent(QFocusEvent *event) | QWidget | protectedvirtual |
focusNextChild() | QWidget | protected |
focusNextPrevChild(bool next) | QWidget | protectedvirtual |
focusOutEvent(QFocusEvent *event) | QWidget | protectedvirtual |
focusPolicy | QWidget | |
focusPolicy() const const | QWidget | |
focusPreviousChild() | QWidget | protected |
focusProxy() const const | QWidget | |
focusWidget() const const | QWidget | |
font | QWidget | |
font() const const | QWidget | |
fontInfo() const const | QWidget | |
fontMetrics() const const | QWidget | |
foregroundRole() const const | QWidget | |
frameGeometry | QWidget | |
frameGeometry() const const | QWidget | |
frameSize | QWidget | |
frameSize() const const | QWidget | |
freeOpenGl() | QCustomPlot | protected |
fullScreen | QWidget | |
geometry | QWidget | |
geometry() const const | QWidget | |
grab(const QRect &rectangle) | QWidget | |
grabGesture(Qt::GestureType gesture, Qt::GestureFlags flags) | QWidget | |
grabKeyboard() | QWidget | |
grabMouse() | QWidget | |
grabMouse(const QCursor &cursor) | QWidget | |
grabShortcut(const QKeySequence &key, Qt::ShortcutContext context) | QWidget | |
graph(int index) const | QCustomPlot | |
graph() const | QCustomPlot | |
graphCount() const | QCustomPlot | |
graphicsEffect() const const | QWidget | |
graphicsProxyWidget() const const | QWidget | |
hasEditFocus() const const | QWidget | |
hasFocus() const const | QWidget | |
hasHeightForWidth() const const | QWidget | virtual |
hasInvalidatedPaintBuffers() | QCustomPlot | protected |
hasItem(QCPAbstractItem *item) const | QCustomPlot | |
hasMouseTracking() const const | QWidget | |
hasPlottable(QCPAbstractPlottable *plottable) const | QCustomPlot | |
hasTabletTracking() const const | QWidget | |
height | QWidget | |
height() const const | QWidget | |
heightForWidth(int w) const const | QWidget | virtual |
heightMM() const const | QPaintDevice | |
hide() | QWidget | |
hideEvent(QHideEvent *event) | QWidget | protectedvirtual |
IgnoreMask | QWidget | |
inherits(const char *className) const const | QObject | |
initPainter(QPainter *painter) const const override | QWidget | protectedvirtual |
inputMethodEvent(QInputMethodEvent *event) | QWidget | protectedvirtual |
inputMethodHints | QWidget | |
inputMethodHints() const const | QWidget | |
inputMethodQuery(Qt::InputMethodQuery query) const const | QWidget | virtual |
insertAction(QAction *before, QAction *action) | QWidget | |
insertActions(QAction *before, const QList< QAction * > &actions) | QWidget | |
installEventFilter(QObject *filterObj) | QObject | |
interactions() const (defined in QCustomPlot) | QCustomPlot | inline |
isActiveWindow | QWidget | |
isActiveWindow() const const | QWidget | |
isAncestorOf(const QWidget *child) const const | QWidget | |
isEnabled() const const | QWidget | |
isEnabledTo(const QWidget *ancestor) const const | QWidget | |
isFullScreen() const const | QWidget | |
isHidden() const const | QWidget | |
isMaximized() const const | QWidget | |
isMinimized() const const | QWidget | |
isModal() const const | QWidget | |
isQuickItemType() const const | QObject | |
isSignalConnected(const QMetaMethod &signal) const const | QObject | protected |
isTopLevel() const const | QWidget | |
isVisible() const const | QWidget | |
isVisibleTo(const QWidget *ancestor) const const | QWidget | |
isWidgetType() const const | QObject | |
isWindow() const const | QWidget | |
isWindowModified() const const | QWidget | |
isWindowType() const const | QObject | |
item(int index) const | QCustomPlot | |
item() const | QCustomPlot | |
itemAt(const QPointF &pos, bool onlySelectable=false) const | QCustomPlot | |
itemAt(const QPointF &pos, bool onlySelectable=false) const | QCustomPlot | |
itemClick(QCPAbstractItem *item, QMouseEvent *event) | QCustomPlot | signal |
itemCount() const | QCustomPlot | |
itemDoubleClick(QCPAbstractItem *item, QMouseEvent *event) | QCustomPlot | signal |
keyboardGrabber() | QWidget | static |
keyPressEvent(QKeyEvent *event) | QWidget | protectedvirtual |
keyReleaseEvent(QKeyEvent *event) | QWidget | protectedvirtual |
killTimer(int id) | QObject | |
layer(const QString &name) const | QCustomPlot | |
layer(int index) const | QCustomPlot | |
layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=nullptr) const | QCustomPlot | protected |
layerableListAt(const QPointF &pos, bool onlySelectable, QList< QVariant > *selectionDetails=nullptr) const | QCustomPlot | protected |
layerCount() const | QCustomPlot | |
LayerInsertMode enum name | QCustomPlot | |
layout() const const | QWidget | |
layoutDirection | QWidget | |
layoutDirection() const const | QWidget | |
layoutElementAt(const QPointF &pos) const | QCustomPlot | |
leaveEvent(QEvent *event) | QWidget | protectedvirtual |
legend | QCustomPlot | |
legendClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) | QCustomPlot | signal |
legendDoubleClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) | QCustomPlot | signal |
legendRemoved(QCPLegend *legend) | QCustomPlot | protectedvirtual |
limAbove enum value | QCustomPlot | |
limBelow enum value | QCustomPlot | |
locale | QWidget | |
locale() const const | QWidget | |
logicalDpiX() const const | QPaintDevice | |
logicalDpiY() const const | QPaintDevice | |
lower() | QWidget | |
mAntialiasedElements (defined in QCustomPlot) | QCustomPlot | protected |
mapFrom(const QWidget *parent, const QPoint &pos) const const | QWidget | |
mapFrom(const QWidget *parent, const QPointF &pos) const const | QWidget | |
mapFromGlobal(const QPoint &pos) const const | QWidget | |
mapFromGlobal(const QPointF &pos) const const | QWidget | |
mapFromParent(const QPoint &pos) const const | QWidget | |
mapFromParent(const QPointF &pos) const const | QWidget | |
mapTo(const QWidget *parent, const QPoint &pos) const const | QWidget | |
mapTo(const QWidget *parent, const QPointF &pos) const const | QWidget | |
mapToGlobal(const QPoint &pos) const const | QWidget | |
mapToGlobal(const QPointF &pos) const const | QWidget | |
mapToParent(const QPoint &pos) const const | QWidget | |
mapToParent(const QPointF &pos) const const | QWidget | |
mask() const const | QWidget | |
mAutoAddPlottableToLegend (defined in QCustomPlot) | QCustomPlot | protected |
maximized | QWidget | |
maximumHeight | QWidget | |
maximumHeight() const const | QWidget | |
maximumSize | QWidget | |
maximumSize() const const | QWidget | |
maximumWidth | QWidget | |
maximumWidth() const const | QWidget | |
mBackgroundBrush (defined in QCustomPlot) | QCustomPlot | protected |
mBackgroundPixmap (defined in QCustomPlot) | QCustomPlot | protected |
mBackgroundScaled (defined in QCustomPlot) | QCustomPlot | protected |
mBackgroundScaledMode (defined in QCustomPlot) | QCustomPlot | protected |
mBufferDevicePixelRatio (defined in QCustomPlot) | QCustomPlot | protected |
mCurrentLayer (defined in QCustomPlot) | QCustomPlot | protected |
metaObject() const const | QObject | virtual |
metric(PaintDeviceMetric m) const const override | QWidget | protectedvirtual |
mGraphs (defined in QCustomPlot) | QCustomPlot | protected |
minimized | QWidget | |
minimumHeight | QWidget | |
minimumHeight() const const | QWidget | |
minimumSize | QWidget | |
minimumSize() const const | QWidget | |
minimumSizeHint() const override | QCustomPlot | protectedvirtual |
QWidget::minimumSizeHint | QWidget | |
minimumWidth | QWidget | |
minimumWidth() const const | QWidget | |
mInteractions (defined in QCustomPlot) | QCustomPlot | protected |
mItems (defined in QCustomPlot) | QCustomPlot | protected |
mLayers (defined in QCustomPlot) | QCustomPlot | protected |
mMouseEventLayerable (defined in QCustomPlot) | QCustomPlot | protected |
mMouseEventLayerableDetails (defined in QCustomPlot) | QCustomPlot | protected |
mMouseHasMoved (defined in QCustomPlot) | QCustomPlot | protected |
mMousePressPos (defined in QCustomPlot) | QCustomPlot | protected |
mMouseSignalLayerable (defined in QCustomPlot) | QCustomPlot | protected |
mMouseSignalLayerableDetails (defined in QCustomPlot) | QCustomPlot | protected |
mMultiSelectModifier (defined in QCustomPlot) | QCustomPlot | protected |
mNoAntialiasingOnDrag (defined in QCustomPlot) | QCustomPlot | protected |
mNotAntialiasedElements (defined in QCustomPlot) | QCustomPlot | protected |
modal | QWidget | |
mOpenGl (defined in QCustomPlot) | QCustomPlot | protected |
mOpenGlAntialiasedElementsBackup (defined in QCustomPlot) | QCustomPlot | protected |
mOpenGlCacheLabelsBackup (defined in QCustomPlot) | QCustomPlot | protected |
mOpenGlMultisamples (defined in QCustomPlot) | QCustomPlot | protected |
mouseDoubleClick(QMouseEvent *event) | QCustomPlot | signal |
mouseDoubleClickEvent(QMouseEvent *event) override | QCustomPlot | protectedvirtual |
mouseGrabber() | QWidget | static |
mouseMove(QMouseEvent *event) | QCustomPlot | signal |
mouseMoveEvent(QMouseEvent *event) override | QCustomPlot | protectedvirtual |
mousePress(QMouseEvent *event) | QCustomPlot | signal |
mousePressEvent(QMouseEvent *event) override | QCustomPlot | protectedvirtual |
mouseRelease(QMouseEvent *event) | QCustomPlot | signal |
mouseReleaseEvent(QMouseEvent *event) override | QCustomPlot | protectedvirtual |
mouseTracking | QWidget | |
mouseWheel(QWheelEvent *event) | QCustomPlot | signal |
move(const QPoint &) | QWidget | |
move(int x, int y) | QWidget | |
moveEvent(QMoveEvent *event) | QWidget | protectedvirtual |
moveLayer(QCPLayer *layer, QCPLayer *otherLayer, LayerInsertMode insertMode=limAbove) | QCustomPlot | |
moveToThread(QThread *targetThread) | QObject | |
mPaintBuffers (defined in QCustomPlot) | QCustomPlot | protected |
mPlotLayout (defined in QCustomPlot) | QCustomPlot | protected |
mPlottables (defined in QCustomPlot) | QCustomPlot | protected |
mPlottingHints (defined in QCustomPlot) | QCustomPlot | protected |
mReplotQueued (defined in QCustomPlot) | QCustomPlot | protected |
mReplotTime (defined in QCustomPlot) | QCustomPlot | protected |
mReplotTimeAverage (defined in QCustomPlot) | QCustomPlot | protected |
mReplotting (defined in QCustomPlot) | QCustomPlot | protected |
mScaledBackgroundPixmap (defined in QCustomPlot) | QCustomPlot | protected |
mSelectionRect (defined in QCustomPlot) | QCustomPlot | protected |
mSelectionRectMode (defined in QCustomPlot) | QCustomPlot | protected |
mSelectionTolerance (defined in QCustomPlot) | QCustomPlot | protected |
multiSelectModifier() const (defined in QCustomPlot) | QCustomPlot | inline |
mViewport (defined in QCustomPlot) | QCustomPlot | protected |
nativeEvent(const QByteArray &eventType, void *message, qintptr *result) | QWidget | protectedvirtual |
nativeParentWidget() const const | QWidget | |
nextInFocusChain() const const | QWidget | |
noAntialiasingOnDrag() const (defined in QCustomPlot) | QCustomPlot | inline |
normalGeometry | QWidget | |
normalGeometry() const const | QWidget | |
notAntialiasedElements() const (defined in QCustomPlot) | QCustomPlot | inline |
objectName | QObject | |
objectName() const const | QObject | |
objectNameChanged(const QString &objectName) | QObject | |
openGl() const (defined in QCustomPlot) | QCustomPlot | inline |
overrideWindowFlags(Qt::WindowFlags flags) | QWidget | |
PaintDeviceMetric enum name | QPaintDevice | |
paintEngine() const const override | QWidget | virtual |
paintEvent(QPaintEvent *event) override | QCustomPlot | protectedvirtual |
paintingActive() const const | QPaintDevice | |
palette | QWidget | |
palette() const const | QWidget | |
parent() const const | QObject | |
parentWidget() const const | QWidget | |
PdmDepth | QPaintDevice | |
PdmDevicePixelRatio | QPaintDevice | |
PdmDevicePixelRatioScaled | QPaintDevice | |
PdmDpiX | QPaintDevice | |
PdmDpiY | QPaintDevice | |
PdmHeight | QPaintDevice | |
PdmHeightMM | QPaintDevice | |
PdmNumColors | QPaintDevice | |
PdmPhysicalDpiX | QPaintDevice | |
PdmPhysicalDpiY | QPaintDevice | |
PdmWidth | QPaintDevice | |
PdmWidthMM | QPaintDevice | |
physicalDpiX() const const | QPaintDevice | |
physicalDpiY() const const | QPaintDevice | |
plotLayout() const | QCustomPlot | inline |
plottable(int index) | QCustomPlot | |
plottable() | QCustomPlot | |
plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const | QCustomPlot | |
plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const | QCustomPlot | |
plottableClick(QCPAbstractPlottable *plottable, int dataIndex, QMouseEvent *event) | QCustomPlot | signal |
plottableCount() const | QCustomPlot | |
plottableDoubleClick(QCPAbstractPlottable *plottable, int dataIndex, QMouseEvent *event) | QCustomPlot | signal |
plottingHints() const (defined in QCustomPlot) | QCustomPlot | inline |
pos | QWidget | |
pos() const const | QWidget | |
previousInFocusChain() const const | QWidget | |
processPointSelection(QMouseEvent *event) | QCustomPlot | protectedvirtual |
processRectSelection(QRect rect, QMouseEvent *event) | QCustomPlot | protectedvirtual |
processRectZoom(QRect rect, QMouseEvent *event) | QCustomPlot | protectedvirtual |
property(const char *name) const const | QObject | |
Q_CLASSINFO(Name, Value) | QObject | |
Q_EMITQ_EMIT | QObject | |
Q_ENUM(...) | QObject | |
Q_ENUM_NS(...) | QObject | |
Q_ENUMS(...) | QObject | |
Q_FLAG(...) | QObject | |
Q_FLAG_NS(...) | QObject | |
Q_FLAGS(...) | QObject | |
Q_GADGETQ_GADGET | QObject | |
Q_GADGET_EXPORT(EXPORT_MACRO) | QObject | |
Q_INTERFACES(...) | QObject | |
Q_INVOKABLEQ_INVOKABLE | QObject | |
Q_MOC_INCLUDEQ_MOC_INCLUDE | QObject | |
Q_NAMESPACEQ_NAMESPACE | QObject | |
Q_NAMESPACE_EXPORT(EXPORT_MACRO) | QObject | |
Q_OBJECTQ_OBJECT | QObject | |
Q_PROPERTY(...) | QObject | |
Q_REVISIONQ_REVISION | QObject | |
Q_SET_OBJECT_NAME(Object) | QObject | |
Q_SIGNALQ_SIGNAL | QObject | |
Q_SIGNALSQ_SIGNALS | QObject | |
Q_SLOTQ_SLOT | QObject | |
Q_SLOTSQ_SLOTS | QObject | |
QCustomPlot(QWidget *parent=nullptr) | QCustomPlot | explicit |
QObject(QObject *parent) | QObject | |
qobject_cast(QObject *object) | QObject | |
qobject_cast(const QObject *object) | QObject | |
QObjectList typedef | QObject | |
QPaintDevice() | QPaintDevice | protected |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECTQT_NO_NARROWING_CONVERSIONS_IN_CONNECT | QObject | |
QWidget(QWidget *parent, Qt::WindowFlags f) | QWidget | |
QWIDGETSIZE_MAXQWIDGETSIZE_MAX | QWidget | |
raise() | QWidget | |
receivers(const char *signal) const const | QObject | protected |
rect | QWidget | |
rect() const const | QWidget | |
RefreshPriority enum name | QCustomPlot | |
registerGraph(QCPGraph *graph) | QCustomPlot | protected |
registerItem(QCPAbstractItem *item) | QCustomPlot | protected |
registerPlottable(QCPAbstractPlottable *plottable) | QCustomPlot | protected |
releaseKeyboard() | QWidget | |
releaseMouse() | QWidget | |
releaseShortcut(int id) | QWidget | |
removeAction(QAction *action) | QWidget | |
removeEventFilter(QObject *obj) | QObject | |
removeGraph(QCPGraph *graph) | QCustomPlot | |
removeGraph(int index) | QCustomPlot | |
removeItem(QCPAbstractItem *item) | QCustomPlot | |
removeItem(int index) | QCustomPlot | |
removeLayer(QCPLayer *layer) | QCustomPlot | |
removePlottable(QCPAbstractPlottable *plottable) | QCustomPlot | |
removePlottable(int index) | QCustomPlot | |
render(QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) | QWidget | |
render(QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, RenderFlags renderFlags) | QWidget | |
RenderFlag enum name | QWidget | |
RenderFlags typedef | QWidget | |
repaint() | QWidget | |
repaint(const QRect &rect) | QWidget | |
repaint(const QRegion &rgn) | QWidget | |
repaint(int x, int y, int w, int h) | QWidget | |
replot(QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpRefreshHint) | QCustomPlot | |
replotTime(bool average=false) const | QCustomPlot | |
rescaleAxes(bool onlyVisiblePlottables=false) | QCustomPlot | |
resize(const QSize &) | QWidget | |
resize(int w, int h) | QWidget | |
resizeEvent(QResizeEvent *event) override | QCustomPlot | protectedvirtual |
restoreGeometry(const QByteArray &geometry) | QWidget | |
rpImmediateRefresh enum value | QCustomPlot | |
rpQueuedRefresh enum value | QCustomPlot | |
rpQueuedReplot enum value | QCustomPlot | |
rpRefreshHint enum value | QCustomPlot | |
saveBmp(const QString &fileName, int width=0, int height=0, double scale=1.0, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) | QCustomPlot | |
saveGeometry() const const | QWidget | |
saveJpg(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) | QCustomPlot | |
savePdf(const QString &fileName, int width=0, int height=0, QCP::ExportPen exportPen=QCP::epAllowCosmetic, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()) | QCustomPlot | |
savePng(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) | QCustomPlot | |
saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch) | QCustomPlot | |
screen() const const | QWidget | |
scroll(int dx, int dy) | QWidget | |
scroll(int dx, int dy, const QRect &r) | QWidget | |
selectedAxes() const | QCustomPlot | |
selectedGraphs() const | QCustomPlot | |
selectedItems() const | QCustomPlot | |
selectedLegends() const | QCustomPlot | |
selectedPlottables() const | QCustomPlot | |
selectionChangedByUser() | QCustomPlot | signal |
selectionRect() const | QCustomPlot | inline |
selectionRectMode() const (defined in QCustomPlot) | QCustomPlot | inline |
selectionTolerance() const (defined in QCustomPlot) | QCustomPlot | inline |
sender() const const | QObject | protected |
senderSignalIndex() const const | QObject | protected |
setAcceptDrops(bool on) | QWidget | |
setAccessibleDescription(const QString &description) | QWidget | |
setAccessibleName(const QString &name) | QWidget | |
setAntialiasedElement(QCP::AntialiasedElement antialiasedElement, bool enabled=true) | QCustomPlot | |
setAntialiasedElements(const QCP::AntialiasedElements &antialiasedElements) | QCustomPlot | |
setAttribute(Qt::WidgetAttribute attribute, bool on) | QWidget | |
setAutoAddPlottableToLegend(bool on) | QCustomPlot | |
setAutoFillBackground(bool enabled) | QWidget | |
setBackground(const QPixmap &pm) | QCustomPlot | |
setBackground(const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding) | QCustomPlot | |
setBackground(const QBrush &brush) | QCustomPlot | |
setBackgroundRole(QPalette::ColorRole role) | QWidget | |
setBackgroundScaled(bool scaled) | QCustomPlot | |
setBackgroundScaledMode(Qt::AspectRatioMode mode) | QCustomPlot | |
setBaseSize(const QSize &) | QWidget | |
setBaseSize(int basew, int baseh) | QWidget | |
setBufferDevicePixelRatio(double ratio) | QCustomPlot | |
setContentsMargins(const QMargins &margins) | QWidget | |
setContentsMargins(int left, int top, int right, int bottom) | QWidget | |
setContextMenuPolicy(Qt::ContextMenuPolicy policy) | QWidget | |
setCurrentLayer(const QString &name) | QCustomPlot | |
setCurrentLayer(QCPLayer *layer) | QCustomPlot | |
setCursor(const QCursor &) | QWidget | |
setDisabled(bool disable) | QWidget | |
setEditFocus(bool enable) | QWidget | |
setEnabled(bool) | QWidget | |
setFixedHeight(int h) | QWidget | |
setFixedSize(const QSize &s) | QWidget | |
setFixedSize(int w, int h) | QWidget | |
setFixedWidth(int w) | QWidget | |
setFocus() | QWidget | |
setFocus(Qt::FocusReason reason) | QWidget | |
setFocusPolicy(Qt::FocusPolicy policy) | QWidget | |
setFocusProxy(QWidget *w) | QWidget | |
setFont(const QFont &) | QWidget | |
setForegroundRole(QPalette::ColorRole role) | QWidget | |
setGeometry(const QRect &) | QWidget | |
setGeometry(int x, int y, int w, int h) | QWidget | |
setGraphicsEffect(QGraphicsEffect *effect) | QWidget | |
setHidden(bool hidden) | QWidget | |
setInputMethodHints(Qt::InputMethodHints hints) | QWidget | |
setInteraction(const QCP::Interaction &interaction, bool enabled=true) | QCustomPlot | |
setInteractions(const QCP::Interactions &interactions) | QCustomPlot | |
setLayout(QLayout *layout) | QWidget | |
setLayoutDirection(Qt::LayoutDirection direction) | QWidget | |
setLocale(const QLocale &locale) | QWidget | |
setMask(const QBitmap &bitmap) | QWidget | |
setMask(const QRegion ®ion) | QWidget | |
setMaximumHeight(int maxh) | QWidget | |
setMaximumSize(const QSize &) | QWidget | |
setMaximumSize(int maxw, int maxh) | QWidget | |
setMaximumWidth(int maxw) | QWidget | |
setMinimumHeight(int minh) | QWidget | |
setMinimumSize(const QSize &) | QWidget | |
setMinimumSize(int minw, int minh) | QWidget | |
setMinimumWidth(int minw) | QWidget | |
setMouseTracking(bool enable) | QWidget | |
setMultiSelectModifier(Qt::KeyboardModifier modifier) | QCustomPlot | |
setNoAntialiasingOnDrag(bool enabled) | QCustomPlot | |
setNotAntialiasedElement(QCP::AntialiasedElement notAntialiasedElement, bool enabled=true) | QCustomPlot | |
setNotAntialiasedElements(const QCP::AntialiasedElements ¬AntialiasedElements) | QCustomPlot | |
setObjectName(QAnyStringView name) | QObject | |
setObjectName(const QString &name) | QObject | |
setOpenGl(bool enabled, int multisampling=16) | QCustomPlot | |
setPalette(const QPalette &) | QWidget | |
setParent(QWidget *parent) | QWidget | |
setParent(QWidget *parent, Qt::WindowFlags f) | QWidget | |
QObject::setParent(QObject *parent) | QObject | |
setPlottingHint(QCP::PlottingHint hint, bool enabled=true) | QCustomPlot | |
setPlottingHints(const QCP::PlottingHints &hints) | QCustomPlot | |
setProperty(const char *name, QVariant &&value) | QObject | |
setProperty(const char *name, const QVariant &value) | QObject | |
setScreen(QScreen *screen) | QWidget | |
setSelectionRect(QCPSelectionRect *selectionRect) | QCustomPlot | |
setSelectionRectMode(QCP::SelectionRectMode mode) | QCustomPlot | |
setSelectionTolerance(int pixels) | QCustomPlot | |
setShortcutAutoRepeat(int id, bool enable) | QWidget | |
setShortcutEnabled(int id, bool enable) | QWidget | |
setSizeIncrement(const QSize &) | QWidget | |
setSizeIncrement(int w, int h) | QWidget | |
setSizePolicy(QSizePolicy) | QWidget | |
setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) | QWidget | |
setStatusTip(const QString &) | QWidget | |
setStyle(QStyle *style) | QWidget | |
setStyleSheet(const QString &styleSheet) | QWidget | |
setTabletTracking(bool enable) | QWidget | |
setTabOrder(QWidget *first, QWidget *second) | QWidget | static |
setTabOrder(std::initializer_list< QWidget * > widgets) | QWidget | static |
setToolTip(const QString &) | QWidget | |
setToolTipDuration(int msec) | QWidget | |
setUpdatesEnabled(bool enable) | QWidget | |
setupOpenGl() | QCustomPlot | protected |
setupPaintBuffers() | QCustomPlot | protected |
setupUi(QWidget *widget) | QWidget | |
setViewport(const QRect &rect) | QCustomPlot | |
setVisible(bool visible) | QWidget | virtual |
setWhatsThis(const QString &) | QWidget | |
setWindowFilePath(const QString &filePath) | QWidget | |
setWindowFlag(Qt::WindowType flag, bool on) | QWidget | |
setWindowFlags(Qt::WindowFlags type) | QWidget | |
setWindowIcon(const QIcon &icon) | QWidget | |
setWindowIconText(const QString &) | QWidget | |
setWindowModality(Qt::WindowModality windowModality) | QWidget | |
setWindowModified(bool) | QWidget | |
setWindowOpacity(qreal level) | QWidget | |
setWindowRole(const QString &role) | QWidget | |
setWindowState(Qt::WindowStates windowState) | QWidget | |
setWindowTitle(const QString &) | QWidget | |
show() | QWidget | |
showEvent(QShowEvent *event) | QWidget | protectedvirtual |
showFullScreen() | QWidget | |
showMaximized() | QWidget | |
showMinimized() | QWidget | |
showNormal() | QWidget | |
signalsBlocked() const const | QObject | |
size | QWidget | |
size() const const | QWidget | |
sizeHint() const override | QCustomPlot | protectedvirtual |
QWidget::sizeHint | QWidget | |
sizeIncrement | QWidget | |
sizeIncrement() const const | QWidget | |
sizePolicy | QWidget | |
sizePolicy() const const | QWidget | |
stackUnder(QWidget *w) | QWidget | |
startTimer(int interval, Qt::TimerType timerType) | QObject | |
startTimer(std::chrono::milliseconds interval, Qt::TimerType timerType) | QObject | |
statusTip | QWidget | |
statusTip() const const | QWidget | |
style() const const | QWidget | |
styleSheet | QWidget | |
styleSheet() const const | QWidget | |
tabletEvent(QTabletEvent *event) | QWidget | protectedvirtual |
tabletTracking | QWidget | |
testAttribute(Qt::WidgetAttribute attribute) const const | QWidget | |
thread() const const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
toolTip | QWidget | |
toolTip() const const | QWidget | |
toolTipDuration | QWidget | |
toolTipDuration() const const | QWidget | |
toPainter(QCPPainter *painter, int width=0, int height=0) | QCustomPlot | |
toPixmap(int width=0, int height=0, double scale=1.0) | QCustomPlot | |
topLevelWidget() const const | QWidget | |
tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
underMouse() const const | QWidget | |
ungrabGesture(Qt::GestureType gesture) | QWidget | |
unsetCursor() | QWidget | |
unsetLayoutDirection() | QWidget | |
unsetLocale() | QWidget | |
update() | QWidget | |
update(const QRect &rect) | QWidget | |
update(const QRegion &rgn) | QWidget | |
update(int x, int y, int w, int h) | QWidget | |
updateGeometry() | QWidget | |
updateLayerIndices() const | QCustomPlot | protected |
updateLayout() | QCustomPlot | protectedvirtual |
updateMicroFocus(Qt::InputMethodQuery query) | QWidget | protected |
updatesEnabled | QWidget | |
updatesEnabled() const const | QWidget | |
viewport() const (defined in QCustomPlot) | QCustomPlot | inline |
visible | QWidget | |
visibleRegion() const const | QWidget | |
whatsThis | QWidget | |
whatsThis() const const | QWidget | |
wheelEvent(QWheelEvent *event) override | QCustomPlot | protectedvirtual |
width | QWidget | |
width() const const | QWidget | |
widthMM() const const | QPaintDevice | |
window() const const | QWidget | |
windowFilePath | QWidget | |
windowFilePath() const const | QWidget | |
windowFlags | QWidget | |
windowFlags() const const | QWidget | |
windowHandle() const const | QWidget | |
windowIcon | QWidget | |
windowIcon() const const | QWidget | |
windowIconChanged(const QIcon &icon) | QWidget | |
windowIconText | QWidget | |
windowIconText() const const | QWidget | |
windowIconTextChanged(const QString &iconText) | QWidget | |
windowModality | QWidget | |
windowModality() const const | QWidget | |
windowModified | QWidget | |
windowOpacity | QWidget | |
windowOpacity() const const | QWidget | |
windowRole() const const | QWidget | |
windowState() const const | QWidget | |
windowTitle | QWidget | |
windowTitle() const const | QWidget | |
windowTitleChanged(const QString &title) | QWidget | |
windowType() const const | QWidget | |
winId() const const | QWidget | |
x | QWidget | |
x() const const | QWidget | |
xAxis | QCustomPlot | |
xAxis2 | QCustomPlot | |
y | QWidget | |
y() const const | QWidget | |
yAxis | QCustomPlot | |
yAxis2 | QCustomPlot | |
~QCustomPlot() override (defined in QCustomPlot) | QCustomPlot | virtual |
~QObject() | QObject | virtual |
~QPaintDevice() | QPaintDevice | virtual |
~QWidget() | QWidget | virtual |
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.