|
using | Arg = scene_rdl2::grid_util::Arg |
|
using | Parser = scene_rdl2::grid_util::Parser |
|
|
| LayoutBase (std::shared_ptr< Overlay > overlay, std::shared_ptr< Font > font) |
|
virtual const char * | getName () const =0 |
|
virtual void | drawMain (const DisplayInfo &info)=0 |
|
Parser & | getParser () |
|
|
void | parserConfigure () |
|
std::string | colFg (const C3 &c) const |
|
std::string | colBg (const C3 &c) const |
|
std::string | colReset () const |
|
std::string | strFps (float v) const |
|
std::string | strPct (float fraction) const |
|
std::string | strSec (float sec) const |
|
std::string | strMillisec (float millisec) const |
|
std::string | strByte (size_t size) const |
|
std::string | strBps (float bps) const |
|
std::string | strBar (unsigned barWidth, unsigned fontStepX, const std::string &title, float fraction, bool usageMode, unsigned *barStartOffsetPixX=nullptr, unsigned *barEndOffsetPixX=nullptr, unsigned *barHeight=nullptr) const |
|
std::string | strBool (bool flag) const |
|
std::string | strFrameStatus (const mcrt::BaseFrame::Status &status, const float renderPrepProgress) const |
|
std::string | strPassStatus (bool isCoarsePass) const |
|
std::string | strExecMode (const McrtNodeInfo::ExecMode &execMode) const |
|
void | drawBoxBar (unsigned leftX, unsigned leftY, unsigned barStartOffsetPixX, unsigned barEndOffsetPixX, unsigned barHeight, float fraction, const C3 &c, unsigned char alpha) |
|
std::string | showC3 (const C3 &c) const |
|
unsigned char | getArgC0255 (Arg &arg) const |
|
C3 | getArgC3 (Arg &arg) const |
|
|
C3 | mCharFg {255, 255, 255} |
|
C3 | mCharBg {0, 0, 0} |
|
C3 | mPanelBg {32, 32, 32} |
|
float | mPanelBgAlpha {200} |
|
std::shared_ptr< Overlay > | mOverlay |
|
std::shared_ptr< Font > | mFont |
|
unsigned | mMaxYLines {0} |
|
unsigned | mOffsetBottomPixY {0} |
|
unsigned | mStepPixY {0} |
|
std::string | mError |
|
Parser | mParser |
|
The documentation for this class was generated from the following files: