Public Member Functions | Public Attributes | List of all members
pqSetName Struct Reference

Using pqSetName, you can create and initialize Qt objects without having to create a bunch of temporaries: More...

#include <pqSetName.h>

Public Member Functions

 pqSetName (const QString &Name)
 

Public Attributes

const QString Name
 

Detailed Description

Using pqSetName, you can create and initialize Qt objects without having to create a bunch of temporaries:

menu->addAction("Open") << pqSetName("FileOpenMenu");
See also
pqSetData, pqConnect

Definition at line 22 of file pqSetName.h.

Constructor & Destructor Documentation

◆ pqSetName()

pqSetName::pqSetName ( const QString &  Name)

Member Data Documentation

◆ Name

const QString pqSetName::Name

Definition at line 25 of file pqSetName.h.


The documentation for this struct was generated from the following file: