Pioneer
Public Member Functions | Public Attributes | List of all members
Gui::LabelSet::LabelSetItem Class Reference

#include <GuiLabelSet.h>

Collaboration diagram for Gui::LabelSet::LabelSetItem:
Collaboration graph
[legend]

Public Member Functions

 LabelSetItem (std::string text_, sigc::slot< void > onClick_, float screenx_, float screeny_)
 
 LabelSetItem (std::string text_, sigc::slot< void > onClick_, float screenx_, float screeny_, const Color &c)
 

Public Attributes

std::string text
 
Color color
 
bool hasOwnColor
 
sigc::slot< void > onClick
 
float screenx
 
float screeny
 
RefCountedPtr< Graphics::VertexBufferm_vb
 

Constructor & Destructor Documentation

◆ LabelSetItem() [1/2]

Gui::LabelSet::LabelSetItem::LabelSetItem ( std::string  text_,
sigc::slot< void >  onClick_,
float  screenx_,
float  screeny_ 
)
inline

◆ LabelSetItem() [2/2]

Gui::LabelSet::LabelSetItem::LabelSetItem ( std::string  text_,
sigc::slot< void >  onClick_,
float  screenx_,
float  screeny_,
const Color c 
)
inline

Member Data Documentation

◆ color

Color Gui::LabelSet::LabelSetItem::color

◆ hasOwnColor

bool Gui::LabelSet::LabelSetItem::hasOwnColor

◆ m_vb

RefCountedPtr<Graphics::VertexBuffer> Gui::LabelSet::LabelSetItem::m_vb

◆ onClick

sigc::slot<void> Gui::LabelSet::LabelSetItem::onClick

◆ screenx

float Gui::LabelSet::LabelSetItem::screenx

◆ screeny

float Gui::LabelSet::LabelSetItem::screeny

◆ text

std::string Gui::LabelSet::LabelSetItem::text

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