DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dbe::StyleUtility Class Reference

#include <StyleUtility.hpp>

Public Member Functions

 StyleUtility ()
 

Static Public Member Functions

static void InitColorManagement ()
 

Static Public Attributes

static QColor TableColorAttribute
 Including DBE.
 
static QColor TableColorRelationship
 
static QPalette AlertStatusBarPallete
 
static QPalette AlertStatusBarPalleteWindow
 
static QPalette WarningStatusBarPallete
 
static QPalette WarningStatusBarPalleteWindow
 
static QPalette PaleGreenPalleteButton
 
static QPalette LoadedDefault
 

Detailed Description

Definition at line 11 of file StyleUtility.hpp.

Constructor & Destructor Documentation

◆ StyleUtility()

dbe::StyleUtility::StyleUtility ( )

Member Function Documentation

◆ InitColorManagement()

void dbe::StyleUtility::InitColorManagement ( )
static

Definition at line 14 of file StyleUtility.cpp.

15{
16 TableColorAttribute = QColor ( "#1B676B" );
17 TableColorRelationship = QColor ( "#AD4713" );
18 AlertStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "red" ) );
19 AlertStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base, QColor ( "red" ) );
20 WarningStatusBarPallete.setColor ( QPalette::Active, QPalette::Base, QColor ( "yellow" ) );
21 WarningStatusBarPallete.setColor ( QPalette::Inactive, QPalette::Base,
22 QColor ( "yellow" ) );
23 AlertStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
24 QColor ( "red" ) );
25 AlertStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
26 QColor ( "red" ) );
27 WarningStatusBarPalleteWindow.setColor ( QPalette::Active, QPalette::Window,
28 QColor ( "yellow" ) );
29 WarningStatusBarPalleteWindow.setColor ( QPalette::Inactive, QPalette::Window,
30 QColor ( "yellow" ) );
31 LoadedDefault.setColor ( QPalette::Active, QPalette::Base, QColor::fromRgb ( 184, 244,
32 255 ) );
33 LoadedDefault.setColor ( QPalette::Inactive, QPalette::Base, QColor::fromRgb ( 184, 244,
34 255 ) );
35 PaleGreenPalleteButton.setColor ( QPalette::Active, QPalette::Button,
36 QColor::fromRgb ( 190, 238, 158 ) );
37 PaleGreenPalleteButton.setColor ( QPalette::Inactive, QPalette::Button,
38 QColor::fromRgb ( 190, 238, 158 ) );
39}
static QPalette PaleGreenPalleteButton
static QPalette AlertStatusBarPalleteWindow
static QPalette AlertStatusBarPallete
static QColor TableColorAttribute
Including DBE.
static QPalette LoadedDefault
static QPalette WarningStatusBarPalleteWindow
static QPalette WarningStatusBarPallete
static QColor TableColorRelationship

Member Data Documentation

◆ AlertStatusBarPallete

QPalette dbe::StyleUtility::AlertStatusBarPallete
static

Definition at line 18 of file StyleUtility.hpp.

◆ AlertStatusBarPalleteWindow

QPalette dbe::StyleUtility::AlertStatusBarPalleteWindow
static

Definition at line 19 of file StyleUtility.hpp.

◆ LoadedDefault

QPalette dbe::StyleUtility::LoadedDefault
static

Definition at line 23 of file StyleUtility.hpp.

◆ PaleGreenPalleteButton

QPalette dbe::StyleUtility::PaleGreenPalleteButton
static

Definition at line 22 of file StyleUtility.hpp.

◆ TableColorAttribute

QColor dbe::StyleUtility::TableColorAttribute
static

Including DBE.

Definition at line 16 of file StyleUtility.hpp.

◆ TableColorRelationship

QColor dbe::StyleUtility::TableColorRelationship
static

Definition at line 17 of file StyleUtility.hpp.

◆ WarningStatusBarPallete

QPalette dbe::StyleUtility::WarningStatusBarPallete
static

Definition at line 20 of file StyleUtility.hpp.

◆ WarningStatusBarPalleteWindow

QPalette dbe::StyleUtility::WarningStatusBarPalleteWindow
static

Definition at line 21 of file StyleUtility.hpp.


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