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 | List of all members
ctkAttributeDefinition::Password Struct Reference

#include <Libs/PluginFramework/service/metatype/ctkAttributeDefinition.h>

Inheritance diagram for ctkAttributeDefinition::Password:
Inheritance graph
[legend]
Collaboration diagram for ctkAttributeDefinition::Password:
Collaboration graph
[legend]

Public Member Functions

 Password ()
 
 Password (const char *pwd)
 
 Password (const QString &pwd)
 

Detailed Description

The Password type.

Attributes of this type must be stored as QString or QStringList objects depending on getCardinality(). A Password must be treated as a string but the type can be used to disguise the information when displayed to a user to prevent others from seeing it.

Definition at line 57 of file ctkAttributeDefinition.h.

Constructor & Destructor Documentation

◆ Password() [1/3]

ctkAttributeDefinition::Password::Password ( )
inline

Definition at line 58 of file ctkAttributeDefinition.h.

◆ Password() [2/3]

ctkAttributeDefinition::Password::Password ( const QString &  pwd)
inline

Definition at line 59 of file ctkAttributeDefinition.h.

◆ Password() [3/3]

ctkAttributeDefinition::Password::Password ( const char *  pwd)
inline

Definition at line 60 of file ctkAttributeDefinition.h.


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