MythTV  master
Variables
Visible.cpp File Reference
#include "libmythbase/compat.h"
#include "Visible.h"
#include "Presentable.h"
#include "Ingredients.h"
#include "Root.h"
#include "BaseClasses.h"
#include "ParseNode.h"
#include "ASN1Codes.h"
#include "Engine.h"
#include "Logging.h"
#include "freemheg.h"
Include dependency graph for Visible.cpp:

Go to the source code of this file.

Variables

static const std::array< const QString, 4 > rchOrientation
 
static const std::array< const QString, 3 > rchStyle
 

Variable Documentation

◆ rchOrientation

const std::array<const QString,4> rchOrientation
static
Initial value:
{
"left",
"right",
"up",
"down"
}

Definition at line 684 of file Visible.cpp.

Referenced by MHSlider::GetOrientation(), and MHSlider::PrintMe().

◆ rchStyle

const std::array<const QString,3> rchStyle
static
Initial value:
{
"normal",
"thermometer",
"proportional"
}

Definition at line 706 of file Visible.cpp.

Referenced by MHSlider::GetStyle(), and MHSlider::PrintMe().