ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Structure for information to draw a text cell. More...
#include <uiInfoHandler.h>
Public Member Functions | |
CellInfo ()=default | |
CellInfo (const std::string &argFontName, double argFontPointSize, bool argFontBold, bool argFontItalics, bool argFontStrikeout, const Color3f &argTextFgColor, const Color3f &argTextBgColor) | |
CellInfo (const CellInfo &)=default | |
Public Attributes | |
std::string | fontName |
Font family name. More... | |
double | fontPointSize {-1.0} |
Font point size. More... | |
bool | fontBold {false} |
Use bold font? More... | |
bool | fontItalics {false} |
Use italics font? More... | |
bool | fontStrikeout {false} |
Use strikeout font? More... | |
Color3f | textFgColor |
Text foreground color. More... | |
Color3f | textBgColor |
Text background color. More... | |
Structure for information to draw a text cell.
Provides a method where editors that are displaying UFE data can query for cell information (such as font or text color) used when displaying an item.
Definition at line 28 of file uiInfoHandler.h.
|
default |
Ufe::CellInfo::CellInfo | ( | const std::string & | argFontName, |
double | argFontPointSize, | ||
bool | argFontBold, | ||
bool | argFontItalics, | ||
bool | argFontStrikeout, | ||
const Color3f & | argTextFgColor, | ||
const Color3f & | argTextBgColor | ||
) |
|
default |
bool Ufe::CellInfo::fontBold {false} |
Use bold font?
Definition at line 49 of file uiInfoHandler.h.
bool Ufe::CellInfo::fontItalics {false} |
Use italics font?
Definition at line 52 of file uiInfoHandler.h.
std::string Ufe::CellInfo::fontName |
Font family name.
Definition at line 43 of file uiInfoHandler.h.
double Ufe::CellInfo::fontPointSize {-1.0} |
Font point size.
Definition at line 46 of file uiInfoHandler.h.
bool Ufe::CellInfo::fontStrikeout {false} |
Use strikeout font?
Definition at line 55 of file uiInfoHandler.h.
Color3f Ufe::CellInfo::textBgColor |
Text background color.
Definition at line 61 of file uiInfoHandler.h.
Color3f Ufe::CellInfo::textFgColor |
Text foreground color.
Definition at line 58 of file uiInfoHandler.h.