| 
    Numworks Epsilon
    1.4.1
    
   Graphing Calculator Operating System 
   | 
 
#include <integral_layout.h>
  
 Public Member Functions | |
| IntegralLayout (ExpressionLayout *lowerBoundLayout, ExpressionLayout *upperBoundLayout, ExpressionLayout *integrandLayout) | |
| ~IntegralLayout () | |
| IntegralLayout (const IntegralLayout &other)=delete | |
| IntegralLayout (IntegralLayout &&other)=delete | |
| IntegralLayout & | operator= (const IntegralLayout &other)=delete | 
| IntegralLayout & | operator= (IntegralLayout &&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) | 
Static Public Attributes | |
| static constexpr KDCoordinate | k_symbolHeight = 4 | 
| static constexpr KDCoordinate | k_symbolWidth = 4 | 
Protected Member Functions | |
| 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 9 of file integral_layout.h.
| Poincare::IntegralLayout::IntegralLayout | ( | ExpressionLayout * | lowerBoundLayout, | 
| ExpressionLayout * | upperBoundLayout, | ||
| ExpressionLayout * | integrandLayout | ||
| ) | 
Definition at line 21 of file integral_layout.cpp.
| Poincare::IntegralLayout::~IntegralLayout | ( | ) | 
Definition at line 33 of file integral_layout.cpp.
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  overrideprotectedvirtual | 
Implements Poincare::ExpressionLayout.
Definition at line 63 of file integral_layout.cpp.
      
  | 
  overrideprotectedvirtual | 
Implements Poincare::ExpressionLayout.
Definition at line 54 of file integral_layout.cpp.
      
  | 
  delete | 
      
  | 
  delete | 
      
  | 
  overrideprotectedvirtual | 
Implements Poincare::ExpressionLayout.
Definition at line 76 of file integral_layout.cpp.
      
  | 
  overrideprotectedvirtual | 
Implements Poincare::ExpressionLayout.
Definition at line 39 of file integral_layout.cpp.
      
  | 
  static | 
Definition at line 17 of file integral_layout.h.
      
  | 
  static | 
Definition at line 18 of file integral_layout.h.