| 
    Numworks Epsilon
    1.4.1
    
   Graphing Calculator Operating System 
   | 
 
#include <floor_layout.h>
  
 Public Member Functions | |
| FloorLayout (ExpressionLayout *operandLayout) | |
| ~FloorLayout () | |
| FloorLayout (const FloorLayout &other)=delete | |
| FloorLayout (FloorLayout &&other)=delete | |
| FloorLayout & | operator= (const FloorLayout &other)=delete | 
| FloorLayout & | operator= (FloorLayout &&other)=delete | 
  Public Member Functions inherited from Poincare::BracketLayout | |
| BracketLayout (ExpressionLayout *operandLayout) | |
| ~BracketLayout () | |
| BracketLayout (const BracketLayout &other)=delete | |
| BracketLayout (BracketLayout &&other)=delete | |
| BracketLayout & | operator= (const BracketLayout &other)=delete | 
| BracketLayout & | operator= (BracketLayout &&other)=delete | 
  Public Member Functions inherited from Poincare::ExpressionLayout | |
| ExpressionLayout () | |
| virtual | ~ExpressionLayout ()=default | 
| void | draw (KDContext *ctx, KDPoint p, KDColor expressionColor=KDColorBlack, KDColor backgroundColor=KDColorWhite) | 
| KDPoint | origin () | 
| KDSize | size () | 
| KDCoordinate | baseline () | 
| void | setParent (ExpressionLayout *parent) | 
Protected Member Functions | |
| bool | renderTopBar () const override | 
  Protected Member Functions inherited from Poincare::BracketLayout | |
| virtual KDCoordinate | widthMargin () const | 
| virtual bool | renderBottomBar () const | 
| void | render (KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override | 
| KDSize | computeSize () override | 
| ExpressionLayout * | child (uint16_t index) override | 
| KDPoint | positionOfChild (ExpressionLayout *child) override | 
Additional Inherited Members | |
  Protected Attributes inherited from Poincare::ExpressionLayout | |
| KDCoordinate | m_baseline | 
Definition at line 8 of file floor_layout.h.
      
  | 
  inline | 
Definition at line 10 of file floor_layout.h.
      
  | 
  inline | 
Definition at line 11 of file floor_layout.h.
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  inlineoverrideprotectedvirtual | 
Reimplemented from Poincare::BracketLayout.
Definition at line 17 of file floor_layout.h.