Workspace 6.21.5
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
StatusIndicator Class Reference

Label that indicates some state is true or false. More...

#include <Workspace/Presentation/globalnametracker.h>

Inheritance diagram for StatusIndicator:
[legend]

Public Slots

void update (bool value)
 

Public Member Functions

 StatusIndicator (const QString &trueIndicatorFileName, const QString &falseIndicatorFileName)
 

Protected Member Functions

bool value ()
 

Protected Attributes

QPixmap falseIndicatorPixmap_
 
int height_ {24}
 
QPixmap trueIndicatorPixmap_
 

Detailed Description

Constructor & Destructor Documentation

◆ StatusIndicator()

StatusIndicator ( const QString &  trueIndicatorFileName,
const QString &  falseIndicatorFileName 
)

Member Function Documentation

◆ update

void update ( bool  value)
slot

◆ value()

bool value ( )
inlineprotected

Member Data Documentation

◆ falseIndicatorPixmap_

QPixmap falseIndicatorPixmap_
protected

◆ height_

int height_ {24}
protected

◆ trueIndicatorPixmap_

QPixmap trueIndicatorPixmap_
protected