TypesInteractionDialog¶
-
class
TypesInteractionDialog
: public QDialog¶ Public Functions
-
TypesInteractionDialog
(QWidget *parent = nullptr, bool readOnly = false)¶
-
~TypesInteractionDialog
()¶
-
void
fillTextArea
(QString content)¶ Fill the Dialog’s TextEdit object with the content passed to the function. The content will most likely be a C representation of a Type.
- Parameters
content
: - The content which should be in the TextEdit object. most likely will be a C representation of a Type.readonly
: - Will be set as “true” for viewing mode
Signals
-
void
newTypesLoaded
()¶ Emitted when new types are loaded.
-