Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Shared::FunctionBannerDelegate Class Referenceabstract

#include <function_banner_delegate.h>

Inheritance diagram for Shared::FunctionBannerDelegate:
Graph::CalculationGraphController Graph::TangentGraphController Shared::FunctionGraphController Graph::IntersectionGraphController Graph::MaximumGraphController Graph::MinimumGraphController Graph::RootGraphController Graph::GraphController Sequence::GraphController

Static Public Attributes

static constexpr int k_maxNumberOfCharacters = 50
 
static constexpr int k_maxDigitLegendLength = 11
 

Protected Member Functions

void reloadBannerViewForCursorOnFunction (CurveViewCursor *cursor, Function *function, char symbol)
 
virtual BannerViewbannerView ()=0
 

Detailed Description

Definition at line 10 of file function_banner_delegate.h.

Member Function Documentation

◆ bannerView()

virtual BannerView* Shared::FunctionBannerDelegate::bannerView ( )
protectedpure virtual

◆ reloadBannerViewForCursorOnFunction()

void Shared::FunctionBannerDelegate::reloadBannerViewForCursorOnFunction ( CurveViewCursor cursor,
Function function,
char  symbol 
)
protected

Definition at line 8 of file function_banner_delegate.cpp.

Member Data Documentation

◆ k_maxDigitLegendLength

constexpr int Shared::FunctionBannerDelegate::k_maxDigitLegendLength = 11
static

Definition at line 13 of file function_banner_delegate.h.

◆ k_maxNumberOfCharacters

constexpr int Shared::FunctionBannerDelegate::k_maxNumberOfCharacters = 50
static

Definition at line 12 of file function_banner_delegate.h.


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