Rise
The Vieneo Province
Page Class Reference

#include <Page.h>

Collaboration diagram for Page:
[legend]

Public Member Functions

void Render ()
 
 ~Page ()
 
bool HandleKeyPress (short key, bool shift)
 
void FrameMove (float fElapsed)
 
void OnPageChanged ()
 

Public Attributes

std::string name
 
std::vector< Instrument * > instruments
 
std::vector< Elementelements
 

Detailed Description

Definition at line 6 of file Page.h.

Constructor & Destructor Documentation

◆ ~Page()

Page::~Page ( )
inline

Definition at line 21 of file Page.h.

Member Function Documentation

◆ FrameMove()

void Page::FrameMove ( float  fElapsed)
inline

Definition at line 36 of file Page.h.

Here is the call graph for this function:

◆ HandleKeyPress()

bool Page::HandleKeyPress ( short  key,
bool  shift 
)
inline

Definition at line 26 of file Page.h.

◆ OnPageChanged()

void Page::OnPageChanged ( )
inline

Definition at line 44 of file Page.h.

◆ Render()

void Page::Render ( )
inline

Definition at line 13 of file Page.h.

Member Data Documentation

◆ elements

std::vector<Element> Page::elements

Definition at line 11 of file Page.h.

◆ instruments

std::vector<Instrument*> Page::instruments

Definition at line 10 of file Page.h.

◆ name

std::string Page::name

Definition at line 9 of file Page.h.


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