Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Poincare::ConjugateLayout Class Reference

#include <conjugate_layout.h>

Inheritance diagram for Poincare::ConjugateLayout:
Poincare::ExpressionLayout

Public Member Functions

 ConjugateLayout (ExpressionLayout *operandLayout)
 
 ~ConjugateLayout ()
 
 ConjugateLayout (const ConjugateLayout &other)=delete
 
 ConjugateLayout (ConjugateLayout &&other)=delete
 
ConjugateLayoutoperator= (const ConjugateLayout &other)=delete
 
ConjugateLayoutoperator= (ConjugateLayout &&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

void render (KDContext *ctx, KDPoint p, KDColor expressionColor, KDColor backgroundColor) override
 
KDSize computeSize () override
 
ExpressionLayoutchild (uint16_t index) override
 
KDPoint positionOfChild (ExpressionLayout *child) override
 

Additional Inherited Members

- Protected Attributes inherited from Poincare::ExpressionLayout
KDCoordinate m_baseline
 

Detailed Description

Definition at line 9 of file conjugate_layout.h.

Constructor & Destructor Documentation

◆ ConjugateLayout() [1/3]

Poincare::ConjugateLayout::ConjugateLayout ( ExpressionLayout operandLayout)

Definition at line 9 of file conjugate_layout.cpp.

◆ ~ConjugateLayout()

Poincare::ConjugateLayout::~ConjugateLayout ( )

Definition at line 17 of file conjugate_layout.cpp.

◆ ConjugateLayout() [2/3]

Poincare::ConjugateLayout::ConjugateLayout ( const ConjugateLayout other)
delete

◆ ConjugateLayout() [3/3]

Poincare::ConjugateLayout::ConjugateLayout ( ConjugateLayout &&  other)
delete

Member Function Documentation

◆ child()

ExpressionLayout * Poincare::ConjugateLayout::child ( uint16_t  index)
overrideprotectedvirtual

Implements Poincare::ExpressionLayout.

Definition at line 30 of file conjugate_layout.cpp.

◆ computeSize()

KDSize Poincare::ConjugateLayout::computeSize ( )
overrideprotectedvirtual

Implements Poincare::ExpressionLayout.

Definition at line 25 of file conjugate_layout.cpp.

◆ operator=() [1/2]

ConjugateLayout& Poincare::ConjugateLayout::operator= ( const ConjugateLayout other)
delete

◆ operator=() [2/2]

ConjugateLayout& Poincare::ConjugateLayout::operator= ( ConjugateLayout &&  other)
delete

◆ positionOfChild()

KDPoint Poincare::ConjugateLayout::positionOfChild ( ExpressionLayout child)
overrideprotectedvirtual

Implements Poincare::ExpressionLayout.

Definition at line 37 of file conjugate_layout.cpp.

◆ render()

void Poincare::ConjugateLayout::render ( KDContext ctx,
KDPoint  p,
KDColor  expressionColor,
KDColor  backgroundColor 
)
overrideprotectedvirtual

Implements Poincare::ExpressionLayout.

Definition at line 21 of file conjugate_layout.cpp.


The documentation for this class was generated from the following files: