|
HikoGUI
A low latency retained GUI
|
Additional Inherited Members | |
Public Member Functions inherited from tt::Cell | |
| Cell (Cell const &) noexcept=delete | |
| Cell (Cell &&) noexcept=delete | |
| Cell & | operator= (Cell const &) noexcept=delete |
| Cell & | operator= (Cell &&) noexcept=delete |
| virtual vec | preferredExtent () const noexcept |
| Return the extent that this cell wants to be drawn as. | |
| virtual float | heightForWidth (float width) const noexcept |
| Get the height to draw this cell for the given width. | |
| virtual void | draw (DrawContext const &drawContext, aarect rectangle, Alignment alignment, float middle=std::numeric_limits< float >::max()) const noexcept=0 |
| Draw the cell. | |