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

#include <qtpass.h>

+ Inheritance diagram for QtPass:
+ Collaboration diagram for QtPass:

Public Slots

void clearClipboard ()
 MainWindow::clearClipboard remove clipboard contents.
 
void copyTextToClipboard (const QString &text)
 MainWindow::copyTextToClipboard copies text to your clipboard.
 
void showTextAsQRCode (const QString &text)
 displays the text as qrcode
 

Public Member Functions

 QtPass (MainWindow *mainWindow)
 
 ~QtPass ()
 QtPass::~QtPass destroy!
 
auto init () -> bool
 QtPass::init make sure we are ready to go as soon as possible.
 
void setClippedText (const QString &, const QString &p_output=QString())
 
void clearClippedText ()
 
void setClipboardTimer ()
 
auto isFreshStart () -> bool
 
void setFreshStart (const bool &fs)
 

Detailed Description

Definition at line 12 of file qtpass.h.

Constructor & Destructor Documentation

◆ QtPass()

QtPass::QtPass ( MainWindow mainWindow)

Definition at line 30 of file qtpass.cpp.

+ Here is the call graph for this function:

◆ ~QtPass()

QtPass::~QtPass ( )

QtPass::~QtPass destroy!

Definition at line 53 of file qtpass.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ clearClipboard

void QtPass::clearClipboard ( )
slot

MainWindow::clearClipboard remove clipboard contents.

Definition at line 386 of file qtpass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ clearClippedText()

void QtPass::clearClippedText ( )

Definition at line 376 of file qtpass.cpp.

+ Here is the caller graph for this function:

◆ copyTextToClipboard

void QtPass::copyTextToClipboard ( const QString &  text)
slot

MainWindow::copyTextToClipboard copies text to your clipboard.

Parameters
text

Definition at line 411 of file qtpass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ init()

auto QtPass::init ( ) -> bool

QtPass::init make sure we are ready to go as soon as possible.

Definition at line 70 of file qtpass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isFreshStart()

auto QtPass::isFreshStart ( ) -> bool
inline

Definition at line 23 of file qtpass.h.

+ Here is the caller graph for this function:

◆ setClipboardTimer()

void QtPass::setClipboardTimer ( )

Definition at line 378 of file qtpass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setClippedText()

void QtPass::setClippedText ( const QString &  password,
const QString &  p_output = QString() 
)

Definition at line 367 of file qtpass.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setFreshStart()

void QtPass::setFreshStart ( const bool &  fs)
inline

Definition at line 24 of file qtpass.h.

+ Here is the caller graph for this function:

◆ showTextAsQRCode

void QtPass::showTextAsQRCode ( const QString &  text)
slot

displays the text as qrcode

Parameters
text

Definition at line 430 of file qtpass.cpp.

+ Here is the call graph for this function:

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