Envision
A visual programming IDE for object-oriented languages
List of all members | Static Public Member Functions
HelloWorld::HelloWorldPrinter Class Reference

Class that contains a static "Hello World" method. More...

Static Public Member Functions

static void sayHello (QString fromWho)
 Prints a "Hello World" message on the standard output, including the fromWho argument. More...
 

Detailed Description

Class that contains a static "Hello World" method.

This class is exported by the Hello World plug-in. To use it from other plug-ins, simply declare this plug-in as a dependency and include this header file. The libhelloworl.so (helloworld.dll) must be linked in your plug-in when compiling.

Member Function Documentation

◆ sayHello()

void HelloWorld::HelloWorldPrinter::sayHello ( QString  fromWho)
static

Prints a "Hello World" message on the standard output, including the fromWho argument.