This is the complete list of members for GTable, including all inherited members.
addActionListener() (deprecated) | GInteractor | virtual |
autofitColumnWidths() | GTable | virtual |
clear() | GTable | virtual |
clearCell(int row, int column) | GTable | virtual |
clearCellFormatting(int row, int column) | GTable | virtual |
clearEventListeners() | GObservable | protectedvirtual |
clearFormatting() | GTable | virtual |
clearSelection() | GTable | virtual |
COLUMN_HEADER_EXCEL enum value | GTable | |
COLUMN_HEADER_NONE enum value | GTable | |
COLUMN_HEADER_NUMERIC enum value | GTable | |
ColumnHeaderStyle enum name | GTable | |
ensureThreadSafety(string memberName="") | GObservable | protectedvirtual |
eventsEnabled() const override | GInteractor | virtual |
fill(string text) | GTable | virtual |
fireEvent(GEvent &event) | GObservable | protectedvirtual |
fireGEvent(QEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QCloseEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QKeyEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QMouseEvent *event, EventType eventType, string eventName, string actionCommand="") | GObservable | protectedvirtual |
fireGEvent(QResizeEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QTimerEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QWheelEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
fireGEvent(QWindowStateChangeEvent *event, EventType eventType, string eventName) | GObservable | protectedvirtual |
get(int row, int column) const | GTable | virtual |
getAccelerator() const | GInteractor | virtual |
getActionCommand() const | GInteractor | virtual |
getBackground() const | GInteractor | virtual |
getBackgroundInt() const | GInteractor | virtual |
getBounds() const | GInteractor | virtual |
getColor() const | GInteractor | virtual |
getColorInt() const | GInteractor | virtual |
getColumnHeaderStyle() const | GTable | virtual |
getColumnWidth(int column) const | GTable | virtual |
getContainer() const | GInteractor | virtual |
getFont() const | GInteractor | virtual |
getForeground() const | GInteractor | virtual |
getForegroundInt() const | GInteractor | virtual |
getHeight() const | GInteractor | virtual |
getIcon() const | GInteractor | virtual |
getID() const | GInteractor | virtual |
getInternalWidget() const override | GTable | virtual |
getLocation() const | GInteractor | virtual |
getMinimumHeight() const | GInteractor | virtual |
getMinimumSize() const | GInteractor | virtual |
getMinimumWidth() const | GInteractor | virtual |
getName() const | GInteractor | virtual |
getPreferredHeight() const | GInteractor | virtual |
getPreferredSize() const | GInteractor | virtual |
getPreferredWidth() const | GInteractor | virtual |
getRowHeight(int row) const | GTable | virtual |
getSelectedCell() const | GTable | virtual |
getSelectedCell(int &row, int &column) const | GTable | virtual |
getSelectedCellValue() const | GTable | virtual |
getSelectedColumn() const | GTable | virtual |
getSelectedRow() const | GTable | virtual |
getSize() const | GInteractor | virtual |
getType() const override | GTable | virtual |
getWidget() const override | GTable | virtual |
getWidth() const | GInteractor | virtual |
getX() const | GInteractor | virtual |
getY() const | GInteractor | virtual |
GInteractor() | GInteractor | |
GObservable() | GObservable | |
GTable(int rows=0, int columns=0, double width=0, double height=0, QWidget* parent=nullptr) | GTable | |
hasEventListener(string eventName) const | GObservable | protectedvirtual |
hasSelectedCell() const | GTable | virtual |
height() const | GTable | virtual |
inBounds(double x, double y) const | GInteractor | virtual |
inBounds(int x, int y) const | GInteractor | virtual |
inTableBounds(int row, int column) const | GTable | virtual |
isAcceptingEvent(int eventMask) const | GObservable | protectedvirtual |
isAcceptingEvent(const GEvent &event) const | GObservable | protectedvirtual |
isAcceptingEvent(string eventType) const | GObservable | protectedvirtual |
isEditable() const | GTable | virtual |
isEnabled() const | GInteractor | virtual |
isVisible() const | GInteractor | virtual |
numCols() const | GTable | virtual |
numRows() const | GTable | virtual |
removeActionListener() | GInteractor | virtual |
removeClickListener() | GInteractor | virtual |
removeDoubleClickListener() | GInteractor | virtual |
removeEventListener(string eventName) | GObservable | protectedvirtual |
removeEventListeners(std::initializer_list< string > eventNames) | GObservable | protectedvirtual |
removeKeyListener() | GInteractor | virtual |
removeMouseListener() | GInteractor | virtual |
removeTableListener() | GTable | virtual |
requestFocus() override | GTable | virtual |
resize(int numRows, int numCols) | GTable | virtual |
rowColumnHeadersVisible() const | GTable | virtual |
select(int row, int column) | GTable | virtual |
set(int row, int column, string text) | GTable | virtual |
setAccelerator(string accelerator) | GInteractor | virtual |
setActionCommand(string actionCommand) | GInteractor | virtual |
setActionListener(GEventListener func) | GInteractor | virtual |
setActionListener(GEventListenerVoid func) | GInteractor | virtual |
setBackground(int rgb) override | GTable | virtual |
setBackground(string color) override | GTable | virtual |
setBounds(double x, double y, double width, double height) | GInteractor | virtual |
setBounds(const GRectangle &size) | GInteractor | virtual |
setCellAlignment(int row, int column, HorizontalAlignment alignment) | GTable | virtual |
setCellBackground(int row, int column, int color) | GTable | virtual |
setCellBackground(int row, int column, string color) | GTable | virtual |
setCellFont(int row, int column, string font) | GTable | virtual |
setCellForeground(int row, int column, int color) | GTable | virtual |
setCellForeground(int row, int column, string color) | GTable | virtual |
setClickListener(GEventListener func) | GInteractor | virtual |
setClickListener(GEventListenerVoid func) | GInteractor | virtual |
setColor(int rgb) override | GTable | virtual |
setColor(string color) override | GTable | virtual |
setColumnAlignment(int column, HorizontalAlignment alignment) | GTable | virtual |
setColumnBackground(int column, int color) | GTable | virtual |
setColumnBackground(int column, string color) | GTable | virtual |
setColumnFont(int column, string font) | GTable | virtual |
setColumnForeground(int column, int color) | GTable | virtual |
setColumnForeground(int column, string color) | GTable | virtual |
setColumnHeaderStyle(ColumnHeaderStyle style) | GTable | virtual |
setColumnWidth(int column, double width) | GTable | virtual |
setDoubleClickListener(GEventListener func) | GInteractor | virtual |
setDoubleClickListener(GEventListenerVoid func) | GInteractor | virtual |
setEditable(bool editable) | GTable | virtual |
setEditorValue(int row, int column, string text) | GTable | virtual |
setEnabled(bool value) | GInteractor | virtual |
setEventListener(string eventName, GEventListener func) | GObservable | protectedvirtual |
setEventListener(string eventName, GEventListenerVoid func) | GObservable | protectedvirtual |
setEventListeners(std::initializer_list< string > eventNames, GEventListener func) | GObservable | protectedvirtual |
setEventListeners(std::initializer_list< string > eventNames, GEventListenerVoid func) | GObservable | protectedvirtual |
setEventsEnabled(bool eventsEnabled) | GObservable | virtual |
setFont(const QFont &font) override | GTable | virtual |
setFont(string font) override | GTable | virtual |
setForeground(int rgb) override | GTable | virtual |
setForeground(string color) override | GTable | virtual |
setHeight(double height) | GInteractor | virtual |
setHorizontalAlignment(HorizontalAlignment alignment) | GTable | virtual |
setIcon(const QIcon &icon) | GInteractor | virtual |
setIcon(const QPixmap &icon) | GInteractor | virtual |
setIcon(string filename, bool retainIconSize=true) | GInteractor | virtual |
setKeyListener(GEventListener func) | GInteractor | virtual |
setKeyListener(GEventListenerVoid func) | GInteractor | virtual |
setLocation(double x, double y) | GInteractor | virtual |
setMinimumSize(double width, double height) | GInteractor | virtual |
setMinimumSize(const GDimension &size) | GInteractor | virtual |
setMouseListener(GEventListener func) | GInteractor | virtual |
setMouseListener(GEventListenerVoid func) | GInteractor | virtual |
setName(string name) | GInteractor | virtual |
setPreferredHeight(double height) | GInteractor | virtual |
setPreferredSize(double width, double height) | GInteractor | virtual |
setPreferredSize(const GDimension &size) | GInteractor | virtual |
setPreferredWidth(double width) | GInteractor | virtual |
setRowAlignment(int row, HorizontalAlignment alignment) | GTable | virtual |
setRowBackground(int row, int rgb) | GTable | virtual |
setRowBackground(int row, string color) | GTable | virtual |
setRowColumnHeadersVisible(bool visible) | GTable | virtual |
setRowFont(int row, string font) | GTable | virtual |
setRowForeground(int row, int rgb) | GTable | virtual |
setRowForeground(int row, string color) | GTable | virtual |
setRowHeight(int row, double width) | GTable | virtual |
setSelectedCellValue(string text) | GTable | virtual |
setSize(double width, double height) | GInteractor | virtual |
setSize(const GDimension &size) | GInteractor | virtual |
setTableListener(GEventListener func) | GTable | virtual |
setTableListener(GEventListenerVoid func) | GTable | virtual |
setTooltip(string tooltipText) | GInteractor | virtual |
setVisible(bool visible) | GInteractor | virtual |
setWidth(double width) | GInteractor | virtual |
setX(double x) | GInteractor | virtual |
setY(double y) | GInteractor | virtual |
TEXT_BESIDE_ICON enum value | GInteractor | |
TEXT_ONLY enum value | GInteractor | |
TEXT_UNDER_ICON enum value | GInteractor | |
TextPosition enum name | GInteractor | |
toString() const | GObservable | virtual |
width() const | GTable | virtual |
~GInteractor() | GInteractor | virtual |
~GObservable() | GObservable | virtual |
~GTable() override | GTable |