Numworks Epsilon  1.4.1
Graphing Calculator Operating System
Regression::App::Snapshot Class Reference

#include <app.h>

Inheritance diagram for Regression::App::Snapshot:
App::Snapshot TabViewDataSource

Public Member Functions

 Snapshot ()
 
Appunpack (Container *container) override
 
void reset () override
 
Descriptordescriptor () override
 
Storestore ()
 
Shared::CurveViewCursorcursor ()
 
int * graphSelectedDotIndex ()
 
uint32_tmodelVersion ()
 
uint32_trangeVersion ()
 
- Public Member Functions inherited from App::Snapshot
void pack (App *app)
 
- Public Member Functions inherited from TabViewDataSource
 TabViewDataSource ()
 
int activeTab () const
 
int selectedTab () const
 
void setSelectedTab (int index)
 
void setActiveTab (int index)
 

Detailed Description

Definition at line 21 of file app.h.

Constructor & Destructor Documentation

◆ Snapshot()

App::Snapshot::Snapshot ( )

Definition at line 21 of file app.cpp.

Member Function Documentation

◆ cursor()

CurveViewCursor * App::Snapshot::cursor ( )

Definition at line 51 of file app.cpp.

◆ descriptor()

App::Descriptor * App::Snapshot::descriptor ( )
overridevirtual

Implements App::Snapshot.

Definition at line 42 of file app.cpp.

◆ graphSelectedDotIndex()

int * App::Snapshot::graphSelectedDotIndex ( )

Definition at line 55 of file app.cpp.

◆ modelVersion()

uint32_t * App::Snapshot::modelVersion ( )

Definition at line 59 of file app.cpp.

◆ rangeVersion()

uint32_t * App::Snapshot::rangeVersion ( )

Definition at line 63 of file app.cpp.

◆ reset()

void App::Snapshot::reset ( )
overridevirtual

Reimplemented from App::Snapshot.

Definition at line 34 of file app.cpp.

◆ store()

Store * App::Snapshot::store ( )

Definition at line 47 of file app.cpp.

◆ unpack()

App * App::Snapshot::unpack ( Container container)
overridevirtual

Implements App::Snapshot.

Definition at line 30 of file app.cpp.


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