This is the complete list of members for GButton, including all inherited members.
addActionListener() (deprecated) | GInteractor | virtual |
clearEventListeners() | GObservable | protectedvirtual |
ensureThreadSafety(string memberName="") | GObservable | protectedvirtual |
eventsEnabled() const override | GInteractor | 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 |
GButton(string text="", string iconFileName="", QWidget* parent=nullptr) | GButton | |
GButton(string text, const QIcon &icon, QWidget* parent=nullptr) | GButton | |
GButton(string text, const QPixmap &icon, QWidget* parent=nullptr) | GButton | |
getAccelerator() const override | GButton | virtual |
getActionCommand() const override | GButton | virtual |
getBackground() const | GInteractor | virtual |
getBackgroundInt() const | GInteractor | virtual |
getBounds() const | GInteractor | virtual |
getColor() const | GInteractor | virtual |
getColorInt() const | GInteractor | 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 | GButton | 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 |
getSize() const | GInteractor | virtual |
getText() const | GButton | virtual |
getTextPosition() const | GButton | virtual |
getType() const override | GButton | virtual |
getWidget() const override | GButton | virtual |
getWidth() const | GInteractor | virtual |
getX() const | GInteractor | virtual |
getY() const | GInteractor | virtual |
GInteractor() | GInteractor | |
GObservable() | GObservable | |
hasEventListener(string eventName) const | GObservable | protectedvirtual |
inBounds(double x, double y) const | GInteractor | virtual |
inBounds(int x, int y) const | GInteractor | virtual |
isAcceptingEvent(int eventMask) const | GObservable | protectedvirtual |
isAcceptingEvent(const GEvent &event) const | GObservable | protectedvirtual |
isAcceptingEvent(string eventType) const | GObservable | protectedvirtual |
isEnabled() const | GInteractor | virtual |
isVisible() const | GInteractor | 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 |
requestFocus() | GInteractor | virtual |
setAccelerator(string accelerator) override | GButton | virtual |
setActionCommand(string actionCommand) | GInteractor | virtual |
setActionListener(GEventListener func) | GInteractor | virtual |
setActionListener(GEventListenerVoid func) | GInteractor | virtual |
setBackground(int rgb) | GInteractor | virtual |
setBackground(string color) | GInteractor | virtual |
setBounds(double x, double y, double width, double height) | GInteractor | virtual |
setBounds(const GRectangle &size) | GInteractor | virtual |
setClickListener(GEventListener func) | GInteractor | virtual |
setClickListener(GEventListenerVoid func) | GInteractor | virtual |
setColor(int rgb) | GInteractor | virtual |
setColor(string color) | GInteractor | virtual |
setDoubleClickListener(GEventListener func) | GInteractor | virtual |
setDoubleClickListener(GEventListenerVoid func) | GInteractor | 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) | GInteractor | virtual |
setFont(string font) | GInteractor | virtual |
setForeground(int rgb) | GInteractor | virtual |
setForeground(string color) | GInteractor | virtual |
setHeight(double height) | GInteractor | virtual |
setIcon(const QIcon &icon) override | GButton | virtual |
setIcon(const QPixmap &icon) override | GButton | virtual |
setIcon(string filename, bool retainIconSize=true) override | GButton | 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 |
setSize(double width, double height) | GInteractor | virtual |
setSize(const GDimension &size) | GInteractor | virtual |
setText(string text) | GButton | virtual |
setTextPosition(GInteractor::TextPosition position) | GButton | 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 |
~GButton() override | GButton | |
~GInteractor() | GInteractor | virtual |
~GObservable() | GObservable | virtual |