Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Publish::Label Class Reference

The Publish::Label class is a concept class for label-related enumerations. More...

#include <sprk_publish.h>

Public Types

enum  Position {
  Position::LabelOnly,
  Position::IconOnly,
  Position::Top,
  Position::Bottom,
  Position::Left,
  Position::Right,
  Position::OnTop
}
 Enumerates the label positions. More...
 

Private Member Functions

 Label ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Publish::Label class is a concept class for label-related enumerations.

Member Enumeration Documentation

◆ Position

Enumerates the label positions.

Enumerator
LabelOnly 

Only the label will be displayed (kA3DPDFLabelOnly)

IconOnly 

Only the icon will be displayed (kA3DPDFIconOnly)

Top 

The label will be displayed above the icon (kA3DPDFLabelTopIconBottom)

Bottom 

The label will be displayed below the icon (kA3DPDFIconTopLabelBottom)

Left 

The label will be displayed to the left of the icon (kA3DPDFLabelLeftIconRight)

Right 

The label will be displayed to the right of the icon (kA3DPDFIconTopLabelBottom)

OnTop 

The label will be displayed on top of the icon (kA3DPDFLabelOverIcon)

Constructor & Destructor Documentation

◆ Label()

HPS::Publish::Label::Label ( )
private

Private default constructor to prevent instantiation.


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