This is the complete list of members for GTextArea, including all inherited members.
addActionListener() (deprecated) | GInteractor | virtual |
appendFormattedText(string text, string color="", string font="") | GTextArea | virtual |
appendHtml(string html) | GTextArea | virtual |
appendText(string text) | GTextArea | virtual |
clearEventListeners() | GObservable | protectedvirtual |
clearSelection() | GTextArea | virtual |
clearText() | GTextArea | virtual |
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 |
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 |
getColumns() const | GTextArea | virtual |
getContainer() const | GInteractor | virtual |
getCursorPosition() const | GTextArea | virtual |
getFont() const | GInteractor | virtual |
getForeground() const | GInteractor | virtual |
getForegroundInt() const | GInteractor | virtual |
getHeight() const | GInteractor | virtual |
getHtml() const | GTextArea | virtual |
getIcon() const | GInteractor | virtual |
getID() const | GInteractor | virtual |
getInternalWidget() const override | GTextArea | virtual |
getLocation() const | GInteractor | virtual |
getMinimumHeight() const | GInteractor | virtual |
getMinimumSize() const | GInteractor | virtual |
getMinimumWidth() const | GInteractor | virtual |
getName() const | GInteractor | virtual |
getPlaceholder() const | GTextArea | virtual |
getPreferredHeight() const | GInteractor | virtual |
getPreferredSize() const | GInteractor | virtual |
getPreferredWidth() const | GInteractor | virtual |
getRows() const | GTextArea | virtual |
getSelectedText() const | GTextArea | virtual |
getSelectionEnd() const | GTextArea | virtual |
getSelectionLength() const | GTextArea | virtual |
getSelectionStart() const | GTextArea | virtual |
getSize() const | GInteractor | virtual |
getText() const | GTextArea | virtual |
getType() const override | GTextArea | virtual |
getWidget() const override | GTextArea | virtual |
getWidth() const | GInteractor | virtual |
getX() const | GInteractor | virtual |
getY() const | GInteractor | virtual |
GInteractor() | GInteractor | |
GObservable() | GObservable | |
GTextArea(int rows, int columns, QWidget* parent=nullptr) | GTextArea | |
GTextArea(string text="", QWidget* parent=nullptr) | GTextArea | |
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 |
isContextMenuEnabled() const | GTextArea | virtual |
isEditable() const | GTextArea | virtual |
isEnabled() const | GInteractor | virtual |
isLineWrap() const | GTextArea | virtual |
isVisible() const | GInteractor | virtual |
moveCursorToEnd() | GTextArea | virtual |
moveCursorToStart() | GTextArea | 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 |
removeTextChangeListener() | GTextArea | virtual |
requestFocus() | GInteractor | virtual |
scrollToBottom() | GTextArea | virtual |
scrollToTop() | GTextArea | virtual |
select(int startIndex, int length) | GTextArea | virtual |
selectAll() | GTextArea | virtual |
setAccelerator(string accelerator) | GInteractor | 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 |
setColumns(int columns) | GTextArea | virtual |
setContextMenuEnabled(bool enabled) | GTextArea | virtual |
setCursorPosition(int index, bool keepAnchor=false) | GTextArea | virtual |
setDoubleClickListener(GEventListener func) | GInteractor | virtual |
setDoubleClickListener(GEventListenerVoid func) | GInteractor | virtual |
setEditable(bool value) | GTextArea | 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 |
setHtml(string html) | GTextArea | 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 |
setLineWrap(bool wrap) | GTextArea | virtual |
setLocation(double x, double y) | GInteractor | virtual |
setMinimumSize(double width, double height) | GInteractor | virtual |
setMinimumSize(const GDimension &size) | GInteractor | virtual |
setMouseListener(GEventListener func) override | GTextArea | virtual |
setMouseListener(GEventListenerVoid func) override | GTextArea | virtual |
setName(string name) | GInteractor | virtual |
setPlaceholder(string text) | GTextArea | virtual |
setPreferredHeight(double height) | GInteractor | virtual |
setPreferredSize(double width, double height) | GInteractor | virtual |
setPreferredSize(const GDimension &size) | GInteractor | virtual |
setPreferredWidth(double width) | GInteractor | virtual |
setRows(int rows) | GTextArea | virtual |
setRowsColumns(int rows, int columns) | GTextArea | virtual |
setSize(double width, double height) | GInteractor | virtual |
setSize(const GDimension &size) | GInteractor | virtual |
setText(string text) | GTextArea | virtual |
setTextChangeListener(GEventListener func) | GTextArea | virtual |
setTextChangeListener(GEventListenerVoid func) | GTextArea | 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 |
~GInteractor() | GInteractor | virtual |
~GObservable() | GObservable | virtual |
~GTextArea() override | GTextArea |