CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Public Attributes | List of all members
ctkSetName Struct Reference

#include <Libs/Core/ctkSetName.h>

Public Member Functions

 ctkSetName (const QString &Name)
 

Public Attributes

const QString Name
 

Detailed Description

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

menu->addAction("Open") << ctkSetName("FileOpenMenu");
ctkSetName(const QString &Name)
See also
pqSetData, pqConnect

Definition at line 70 of file ctkSetName.h.

Constructor & Destructor Documentation

◆ ctkSetName()

ctkSetName::ctkSetName ( const QString &  Name)

Member Data Documentation

◆ Name

const QString ctkSetName::Name

Definition at line 73 of file ctkSetName.h.


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