Version: 9.16.0
ExtraWidget Class Reference

Auxiliary widget to browse between chunks of information. More...

Inheritance diagram for ExtraWidget:

Public Member Functions

 ExtraWidget (QWidget *, bool=false)
 
void updateControls (int, int)
 

Data Fields

QLabelcurrent
 
QPushButton * prev
 
QPushButton * next
 
bool brief
 

Detailed Description

Auxiliary widget to browse between chunks of information.

Constructor & Destructor Documentation

◆ ExtraWidget()

ExtraWidget::ExtraWidget ( QWidget parent,
bool  briefSummary = false 
)

References current, next, prev, and SPACING.

Member Function Documentation

◆ updateControls()

void ExtraWidget::updateControls ( int  total,
int  index 
)

Field Documentation

◆ brief

bool ExtraWidget::brief

Referenced by updateControls().

◆ current

QLabel* ExtraWidget::current

Referenced by ExtraWidget(), and updateControls().

◆ next

◆ prev