Fabcoin Core  0.16.2
P2P Digital Currency
Public Slots | Public Member Functions | Private Attributes | List of all members
TitleBar Class Reference

The TitleBar class Title bar widget. More...

#include <titlebar.h>

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

Public Slots

void setBalance (const CAmount &balance, const CAmount &unconfirmedBalance, const CAmount &immatureBalance, const CAmount &stake, const CAmount &watchBalance, const CAmount &watchUnconfirmedBalance, const CAmount &watchImmatureBalance, const CAmount &watchStake)
 setBalance Slot for changing the balance More...
 
void on_navigationResized (const QSize &_size)
 on_navigationResized Slot for changing the size of the navigation bar More...
 

Public Member Functions

 TitleBar (const PlatformStyle *platformStyle, QWidget *parent=0)
 TitleBar Constructor. More...
 
 ~TitleBar ()
 TitleBar Destrustor. More...
 
void setModel (WalletModel *_model)
 setModel Set wallet model More...
 
void setTabBarInfo (QObject *info)
 setTabBarInfo Set the tab bar info More...
 

Private Attributes

Ui::TitleBarui
 
WalletModelmodel
 
TabBarInfom_tab
 
QIcon m_iconCloseTab
 

Detailed Description

The TitleBar class Title bar widget.

Definition at line 20 of file titlebar.h.

Constructor & Destructor Documentation

TitleBar::TitleBar ( const PlatformStyle platformStyle,
QWidget *  parent = 0 
)
explicit

TitleBar Constructor.

Parameters
parentParent widget

Definition at line 15 of file titlebar.cpp.

Here is the call graph for this function:

TitleBar::~TitleBar ( )

TitleBar Destrustor.

Definition at line 29 of file titlebar.cpp.

Member Function Documentation

void TitleBar::on_navigationResized ( const QSize &  _size)
slot

on_navigationResized Slot for changing the size of the navigation bar

Parameters
_sizeSize of the navigation bar

Definition at line 76 of file titlebar.cpp.

void TitleBar::setBalance ( const CAmount balance,
const CAmount unconfirmedBalance,
const CAmount immatureBalance,
const CAmount stake,
const CAmount watchBalance,
const CAmount watchUnconfirmedBalance,
const CAmount watchImmatureBalance,
const CAmount watchStake 
)
slot

setBalance Slot for changing the balance

Definition at line 59 of file titlebar.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void TitleBar::setModel ( WalletModel _model)

setModel Set wallet model

Parameters
_modelWallet model

Definition at line 34 of file titlebar.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void TitleBar::setTabBarInfo ( QObject *  info)

setTabBarInfo Set the tab bar info

Parameters
infoInformation about tabs

Definition at line 44 of file titlebar.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QIcon TitleBar::m_iconCloseTab
private

Definition at line 66 of file titlebar.h.

TabBarInfo* TitleBar::m_tab
private

Definition at line 65 of file titlebar.h.

WalletModel* TitleBar::model
private

Definition at line 64 of file titlebar.h.

Ui::TitleBar* TitleBar::ui
private

Definition at line 63 of file titlebar.h.


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