Text Struct Reference

#include <RobotAPI/components/ArViz/Client/Elements.h>

+ Inheritance diagram for Text:

Public Member Functions

 ElementOps (std::string const &id)
 
Texttext (std::string const &t)
 
- Public Member Functions inherited from ElementOps< Text, data::ElementText >
Textcolor (Color color)
 
Textcolor (Ts &&...ts)
 
TextcolorGlasbeyLUT (std::size_t id, int alpha=255)
 
 ElementOps (std::string const &id)
 
Textenable (InteractionDescription const &interactionDescription)
 
Texthide ()
 
Textid (const std::string &id)
 
Textorientation (Eigen::Matrix3f const &ori)
 
Textorientation (Eigen::Quaternionf const &ori)
 
Textorientation (float r, float p, float y)
 
TextoverrideMaterial (bool value)
 
Eigen::Matrix4f pose () const
 
Textpose (const Eigen::Affine3f &pose)
 
Textpose (Eigen::Matrix4f const &pose)
 
Textpose (Eigen::Vector3f const &position, Eigen::Matrix3f const &orientation)
 
Textpose (Eigen::Vector3f const &position, Eigen::Quaternionf const &orientation)
 
Textposition (Eigen::Vector3f const &pos)
 
Textposition (float x, float y, float z)
 
Textscale (Eigen::Vector3f scale)
 
Textscale (float s)
 
Textscale (float x, float y, float z)
 
Textshow ()
 
TexttransformPose (Eigen::Matrix4f const &p)
 
Textvisible (bool visible)
 

Additional Inherited Members

- Public Attributes inherited from ElementOps< Text, data::ElementText >
IceInternal::Handle< data::ElementText > data_
 

Detailed Description

Definition at line 185 of file Elements.h.

Member Function Documentation

◆ ElementOps()

ElementOps
inline

Definition at line 111 of file ElementOps.h.

◆ text()

Text& text ( std::string const &  t)
inline

Definition at line 189 of file Elements.h.

+ Here is the caller graph for this function:

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