TypesInteractionDialog

class TypesInteractionDialog : public QDialog

Public Functions

  • explicit 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

  • void setTypeName(QString name)

    Set the name of the type that is going to be changed.

    • Parameters

      name – - name of the type

Signals

  • void newTypesLoaded()

    Emitted when new types are loaded.