94 void headerContextMenu(
const QPoint& aPoint);
95 void hideShowColumn(
bool aShow);
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
This class adds some convenience to QTableView:
Definition: bpstableview.h:20
BpsTableView(QWidget *aParent=nullptr)
Constructor for BpsTableView.
void focusInOutEvent(bool aFocusIn)
This signal is emitted when the widget gets or loses the focus.
QVariant saveHorizontalHeaderState()
void restoreHorizontalHeaderState(const QVariant &aData)
Restores the horizontal header state from settings.
QList< int > selectedRowNumbers() const
void setSizeHint(const QSize &aSize)
Define the size hint.
virtual QSize sizeHint() const
void dataGotChanged(const QModelIndex &aTopLeft, const QModelIndex &aBottomRight)
This signal is emitted when item data are changed in the model.
void contextMenuRequested(const QPoint &aPosition, const QModelIndex &aIndex)
This signal is emitted when a context menu is requested on a table cell.
virtual void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles)
virtual void focusInEvent(QFocusEvent *event) override
virtual void focusOutEvent(QFocusEvent *event) override
virtual void keyPressEvent(QKeyEvent *event) override