QtPass 1.4.0
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!
 
bool init ()
 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 ()
 
bool isFreshStart ()
 
void setFreshStart (const bool &fs)
 

Detailed Description

Definition at line 10 of file qtpass.h.

Constructor & Destructor Documentation

◆ QtPass()

QtPass::QtPass ( MainWindow mainWindow)

Definition at line 28 of file qtpass.cpp.

+ Here is the call graph for this function:

◆ ~QtPass()

QtPass::~QtPass ( )

QtPass::~QtPass destroy!

Definition at line 44 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 366 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 357 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 391 of file qtpass.cpp.

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

◆ init()

bool QtPass::init ( )

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

Definition at line 61 of file qtpass.cpp.

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

◆ isFreshStart()

bool QtPass::isFreshStart ( )
inline

Definition at line 21 of file qtpass.h.

+ Here is the caller graph for this function:

◆ setClipboardTimer()

void QtPass::setClipboardTimer ( )

Definition at line 359 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 349 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 22 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 410 of file qtpass.cpp.

+ Here is the call graph for this function:

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