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

#include <bittoolwidget.h>

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

Public Slots

void onEncryptSelected (bool isEncr)
 
void setAddress_ENC (const QString &address)
 
void onEncryptKeyButtonENCClicked ()
 
void onClearAll ()
 
void onClearDecrypt ()
 
void onAddressesClicked ()
 
void onDecryptClicked ()
 
void importAddressFromDecKey ()
 

Public Member Functions

 SettingsBitToolWidget (PIVXGUI *_window, QWidget *parent=nullptr)
 
 ~SettingsBitToolWidget ()
 
- Public Member Functions inherited from PWidget
 PWidget (PIVXGUI *_window=nullptr, QWidget *parent=nullptr)
 
 PWidget (PWidget *parent=nullptr)
 
void setClientModel (ClientModel *model)
 
void setWalletModel (WalletModel *model)
 
PIVXGUIgetWindow ()
 
void run (int type) override
 
void onError (QString error, int type) override
 
void inform (const QString &message)
 
void emitMessage (const QString &title, const QString &message, unsigned int style, bool *ret=nullptr)
 
QString translate (const char *msg) override
 

Protected Member Functions

void resizeEvent (QResizeEvent *event) override
 
- Protected Member Functions inherited from PWidget
virtual void loadClientModel ()
 
virtual void loadWalletModel ()
 
void showHideOp (bool show)
 
bool execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr)
 
void warn (const QString &title, const QString &message)
 
bool ask (const QString &title, const QString &message)
 
void showDialog (QDialog *dialog, int xDiv=3, int yDiv=5)
 

Private Member Functions

void resizeMenu ()
 

Private Attributes

Ui::SettingsBitToolWidget * ui
 
QAction * btnContact
 
ContactsDropdownmenuContacts = nullptr
 
CKey key
 

Additional Inherited Members

- Signals inherited from PWidget
void message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr)
 
void showHide (bool show)
 
bool execDialog (QDialog *dialog, int xDiv=3, int yDiv=5)
 
- Protected Slots inherited from PWidget
virtual void changeTheme (bool isLightTheme, QString &theme)
 
void onChangeTheme (bool isLightTheme, QString &theme)
 
- Protected Attributes inherited from PWidget
PIVXGUIwindow = nullptr
 
ClientModelclientModel = nullptr
 
WalletModelwalletModel = nullptr
 

Detailed Description

Definition at line 17 of file bittoolwidget.h.

Constructor & Destructor Documentation

◆ SettingsBitToolWidget()

SettingsBitToolWidget::SettingsBitToolWidget ( PIVXGUI _window,
QWidget *  parent = nullptr 
)
explicit

Definition at line 22 of file bittoolwidget.cpp.

Here is the call graph for this function:

◆ ~SettingsBitToolWidget()

SettingsBitToolWidget::~SettingsBitToolWidget ( )

Definition at line 328 of file bittoolwidget.cpp.

Member Function Documentation

◆ importAddressFromDecKey

void SettingsBitToolWidget::importAddressFromDecKey ( )
slot

Definition at line 272 of file bittoolwidget.cpp.

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

◆ onAddressesClicked

void SettingsBitToolWidget::onAddressesClicked ( )
slot

Definition at line 191 of file bittoolwidget.cpp.

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

◆ onClearAll

void SettingsBitToolWidget::onClearAll ( )
slot

Definition at line 182 of file bittoolwidget.cpp.

Here is the caller graph for this function:

◆ onClearDecrypt

void SettingsBitToolWidget::onClearDecrypt ( )
slot

Definition at line 244 of file bittoolwidget.cpp.

Here is the caller graph for this function:

◆ onDecryptClicked

void SettingsBitToolWidget::onDecryptClicked ( )
slot

Definition at line 253 of file bittoolwidget.cpp.

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

◆ onEncryptKeyButtonENCClicked

void SettingsBitToolWidget::onEncryptKeyButtonENCClicked ( )
slot

Definition at line 133 of file bittoolwidget.cpp.

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

◆ onEncryptSelected

void SettingsBitToolWidget::onEncryptSelected ( bool  isEncr)
slot

Definition at line 110 of file bittoolwidget.cpp.

◆ resizeEvent()

void SettingsBitToolWidget::resizeEvent ( QResizeEvent *  event)
overrideprotected

Definition at line 322 of file bittoolwidget.cpp.

Here is the call graph for this function:

◆ resizeMenu()

void SettingsBitToolWidget::resizeMenu ( )
private

Definition at line 231 of file bittoolwidget.cpp.

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

◆ setAddress_ENC

void SettingsBitToolWidget::setAddress_ENC ( const QString &  address)
slot

Definition at line 104 of file bittoolwidget.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ btnContact

QAction* SettingsBitToolWidget::btnContact
private

Definition at line 38 of file bittoolwidget.h.

◆ key

CKey SettingsBitToolWidget::key
private

Definition at line 42 of file bittoolwidget.h.

◆ menuContacts

ContactsDropdown* SettingsBitToolWidget::menuContacts = nullptr
private

Definition at line 39 of file bittoolwidget.h.

◆ ui

Ui::SettingsBitToolWidget* SettingsBitToolWidget::ui
private

Definition at line 37 of file bittoolwidget.h.


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