Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
UnitDisplayStatusBarControl Class Reference

#include <ravengui.h>

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

Public Member Functions

 UnitDisplayStatusBarControl (const PlatformStyle *platformStyle)
 
void setOptionsModel (OptionsModel *optionsModel)
 Lets the control know about the Options Model (and its signals) More...
 

Protected Member Functions

void mousePressEvent (QMouseEvent *event)
 So that it responds to left-button clicks. More...
 

Private Slots

void updateDisplayUnit (int newUnits)
 When Display Units are changed on OptionsModel it will refresh the display text of the control on the status bar. More...
 
void onMenuSelection (QAction *action)
 Tells underlying optionsModel to update its current display unit. More...
 

Private Member Functions

void onDisplayUnitsClicked (const QPoint &point)
 Shows context menu with Display Unit options by the mouse coordinates. More...
 
void createContextMenu (const PlatformStyle *platformStyle)
 Creates context menu, its actions, and wires up all the relevant signals for mouse events. More...
 

Private Attributes

OptionsModeloptionsModel
 
QMenu * menu
 

Detailed Description

Definition at line 285 of file ravengui.h.

Constructor & Destructor Documentation

◆ UnitDisplayStatusBarControl()

UnitDisplayStatusBarControl::UnitDisplayStatusBarControl ( const PlatformStyle platformStyle)
explicit

Definition at line 1585 of file ravengui.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ createContextMenu()

void UnitDisplayStatusBarControl::createContextMenu ( const PlatformStyle platformStyle)
private

Creates context menu, its actions, and wires up all the relevant signals for mouse events.

Definition at line 1610 of file ravengui.cpp.

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

◆ mousePressEvent()

void UnitDisplayStatusBarControl::mousePressEvent ( QMouseEvent *  event)
protected

So that it responds to left-button clicks.

So that it responds to button clicks.

Definition at line 1604 of file ravengui.cpp.

Here is the call graph for this function:

◆ onDisplayUnitsClicked()

void UnitDisplayStatusBarControl::onDisplayUnitsClicked ( const QPoint &  point)
private

Shows context menu with Display Unit options by the mouse coordinates.

Definition at line 1645 of file ravengui.cpp.

Here is the caller graph for this function:

◆ onMenuSelection

void UnitDisplayStatusBarControl::onMenuSelection ( QAction *  action)
privateslot

Tells underlying optionsModel to update its current display unit.

Definition at line 1652 of file ravengui.cpp.

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

◆ setOptionsModel()

void UnitDisplayStatusBarControl::setOptionsModel ( OptionsModel optionsModel)

Lets the control know about the Options Model (and its signals)

Definition at line 1624 of file ravengui.cpp.

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

◆ updateDisplayUnit

void UnitDisplayStatusBarControl::updateDisplayUnit ( int  newUnits)
privateslot

When Display Units are changed on OptionsModel it will refresh the display text of the control on the status bar.

Definition at line 1639 of file ravengui.cpp.

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

Member Data Documentation

◆ menu

QMenu* UnitDisplayStatusBarControl::menu
private

Definition at line 300 of file ravengui.h.

◆ optionsModel

OptionsModel* UnitDisplayStatusBarControl::optionsModel
private

Definition at line 299 of file ravengui.h.


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