QtPass 1.4.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
NamedValues Class Reference

The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list. More...

#include <filecontent.h>

+ Inheritance diagram for NamedValues:
+ Collaboration diagram for NamedValues:

Public Member Functions

 NamedValues ()
 
 NamedValues (std::initializer_list< NamedValue > values)
 
QString takeValue (const QString &name)
 

Detailed Description

The NamedValues class is mostly a list of NamedValue but also has a method to take a specific NamedValue pair out of the list.

Definition at line 17 of file filecontent.h.

Constructor & Destructor Documentation

◆ NamedValues() [1/2]

NamedValues::NamedValues ( )

Definition at line 54 of file filecontent.cpp.

◆ NamedValues() [2/2]

NamedValues::NamedValues ( std::initializer_list< NamedValue values)

Definition at line 56 of file filecontent.cpp.

Member Function Documentation

◆ takeValue()

QString NamedValues::takeValue ( const QString &  name)

Definition at line 59 of file filecontent.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: