Spawn.hh
Q_INVOKABLE QString ErrorPopupText() const
Get the text for the popup error message.
This library is part of the Gazebo project.
void popupError()
Notify that an error has occurred (opens popup) Note that the function name needs to start with lower...
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Q_INVOKABLE void SetErrorPopupText(const QString &_errorTxt)
Set the text for the popup error message.
bool eventFilter(QObject *_obj, QEvent *_event) override
Allows to spawn models and lights using the spawn gui events or drag and drop.
Definition: Spawn.hh:34
QString errorPopupText
Text for popup error.
Definition: Spawn.hh:44
void ErrorPopupTextChanged()
Notify the popup error text has changed.
STL namespace.
void OnDropped(const gz::gui::events::DropOnScene *_event)
Handle drop events.