PIVX Core  5.6.99
P2P Digital Currency
Public Slots | Signals | Public Member Functions | Public Attributes | Protected Member Functions | Private Attributes | List of all members
LockUnlock Class Reference

#include <lockunlock.h>

Inheritance diagram for LockUnlock:
[legend]
Collaboration diagram for LockUnlock:
[legend]

Public Slots

void onLockClicked ()
 
void onUnlockClicked ()
 
void onStakingClicked ()
 

Signals

void Mouse_Entered ()
 
void Mouse_Leave ()
 
void lockClicked (const StateClicked &state)
 

Public Member Functions

 LockUnlock (QWidget *parent=nullptr)
 
 ~LockUnlock ()
 
void updateStatus (WalletModel::EncryptionStatus status)
 
bool isHovered ()
 

Public Attributes

int lock = 0
 

Protected Member Functions

virtual void enterEvent (QEvent *)
 
virtual void leaveEvent (QEvent *)
 

Private Attributes

Ui::LockUnlock * ui
 
bool isOnHover = false
 

Detailed Description

Definition at line 20 of file lockunlock.h.

Constructor & Destructor Documentation

◆ LockUnlock()

LockUnlock::LockUnlock ( QWidget *  parent = nullptr)
explicit

Definition at line 8 of file lockunlock.cpp.

Here is the call graph for this function:

◆ ~LockUnlock()

LockUnlock::~LockUnlock ( )

Definition at line 32 of file lockunlock.cpp.

Member Function Documentation

◆ enterEvent()

void LockUnlock::enterEvent ( QEvent *  )
protectedvirtual

Definition at line 78 of file lockunlock.cpp.

◆ isHovered()

bool LockUnlock::isHovered ( )

Definition at line 90 of file lockunlock.cpp.

Here is the caller graph for this function:

◆ leaveEvent()

void LockUnlock::leaveEvent ( QEvent *  )
protectedvirtual

Definition at line 84 of file lockunlock.cpp.

◆ lockClicked

void LockUnlock::lockClicked ( const StateClicked state)
signal
Here is the caller graph for this function:

◆ Mouse_Entered

void LockUnlock::Mouse_Entered ( )
signal
Here is the caller graph for this function:

◆ Mouse_Leave

void LockUnlock::Mouse_Leave ( )
signal
Here is the caller graph for this function:

◆ onLockClicked

void LockUnlock::onLockClicked ( )
slot

Definition at line 60 of file lockunlock.cpp.

Here is the caller graph for this function:

◆ onStakingClicked

void LockUnlock::onStakingClicked ( )
slot

Definition at line 72 of file lockunlock.cpp.

Here is the caller graph for this function:

◆ onUnlockClicked

void LockUnlock::onUnlockClicked ( )
slot

Definition at line 66 of file lockunlock.cpp.

Here is the caller graph for this function:

◆ updateStatus()

void LockUnlock::updateStatus ( WalletModel::EncryptionStatus  status)

Definition at line 37 of file lockunlock.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ isOnHover

bool LockUnlock::isOnHover = false
private

Definition at line 46 of file lockunlock.h.

◆ lock

int LockUnlock::lock = 0

Definition at line 28 of file lockunlock.h.

◆ ui

Ui::LockUnlock* LockUnlock::ui
private

Definition at line 45 of file lockunlock.h.


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