ParaView
Public Member Functions | Public Attributes
pqSetName Struct Reference

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

#include <pqSetName.h>

List of all members.

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 49 of file pqSetName.h.


Constructor & Destructor Documentation

pqSetName::pqSetName ( const QString &  Name)

Member Data Documentation

const QString pqSetName::Name

Definition at line 52 of file pqSetName.h.


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