C/C++

C interface

Key features

  • Around 70 interface functions for all aspects of the connection between GUI and application.
  • Efficient exchange of even large amounts of data between the application and the user interface.
  • Access application functions from the user interface.
  • Creating, changing and deleting UI objects from within the application.
  • Transfer modules with functional prototypes and data structures can be generated with the IDM.

Support

The ISA Dialog Manager makes it easy for you to develop graphical user interfaces for your C applications. And when it comes to dialog processing, it offers the performance and efficiency you are used to from C applications. The ISA Dialog Manager adds hardly any overhead to applications for managing the GUI. It works quickly and uses resources sparingly.

Use the included utilities to generate all transfer modules to connect the user interface to the application. The modules are created from the dialog descriptions. They contain prototypes of the application functions called by the dialog and structures for the dialog's data objects. The utilities are command line programs and can therefore be easily integrated into your build processes.

Functions

Around 70 powerful interface functions offer you a lot of freedom when designing the interface between the GUI and the application. You have the choice of how loosely or tightly you couple the user interface and application. You can create, change and delete GUI objects and call rules from the application. Application functions can also be called from the user interface. Application functions can be linked statically at development time or dynamically at runtime. The data types provided by the ISA Dialog Manager are platform independent. For transferring large amounts of data between the application and the GUI, functions are available that allow you to query and change multiple attributes on multiple GUI objects at the same time.

C++ interface

Key features

Erzeugen der kompilierbaren C++-Datei
Generate the compilable C++ file
  • Easily develop graphical user interfaces for object-oriented applications.
  • C++ code generator creates classes for interaction between application and GUI.
  • Mapping model hierarchies to class hierarchies in code generation.
  • Management of class instances on the application side by the ISA Dialog Manager.
  • Configurable code mixer for mixing generated and self-written code.

The compilable C++ file is generated by a code generator and a code mixer.

Support

Since ISA Dialog Manager is completely object-oriented, you as an object-oriented application developer will have no trouble using it to develop the user interface of your applications. The ISA Dialog Manager supports you with a code generator that creates the framework for the connection between the user interface and the application. The configurable code mixer allows you to control how the generated code is inserted into your self-written code. This also provides you with understandable, maintainable code at the GUI-application interface that complies with your organization's policies.

In the definition file you specify where the code mixer inserts the generated code into your self-written code.

Functions

The C++ interface provides you with a class hierarchy on the application side, which gives you extensive control and data exchange between the user interface and the application.

Arbeitsweise des Code-Mischers
How the code mixer works

The base class contains object-independent, static methods for querying and changing multiple attributes on multiple GUI objects simultaneously. The next hierarchy level is a class with general methods, for example for starting and ending dialogs or creating and deleting GUI objects. Through this class, the application can also call rules and methods of GUI objects and send external events to them.

The ISA Dialog Manager creates an application class for each data object in the dialog and manages its instances at runtime.

Zusammenhang zwischen Dialogobjekt und Klasseninstanz
Connection between dialog object and class instance

The lowest level of the class hierarchy is formed by the classes for connecting data objects of the user interface with instances of the application. An application can use them to call the functions of the data objects and query and change their data. The code generator creates a corresponding class definition for each data object. The inheritance hierarchy (model hierarchy) of the objects is taken into account and mapped to a corresponding class hierarchy. At runtime, the ISA Dialog Manager automatically manages the class instances associated with the data objects. But you can also do this yourself and create your own object relationships.

Availability

The interfaces for connecting the ISA Dialog Manager to C and C++ applications are already included in all basic licenses.

Training courses

We offer you the following training courses for the C and C++ interfaces:

  • Interface Course C: Programming applications and modules that work with the ISA Dialog Manager (also as a compact course).
  • Interface Course C++: Programming object-oriented applications and modules that work with the ISA Dialog Manager.
en_GB