Skip to content

OutputDevice #8

@silbermantel

Description

@silbermantel

all display devices shall be accessed through functions of the OutputDevice class

OutputDevice has these methods

  • setup()
    // for default values, overloading will be necessary

  • setScore(int v[])
    // passing an array used to be quite dodgy in the past so for stability reasons consider:

  • setScore(int s1,int s2, int f1, int f2, int b1, int b2)

  • _ showScore() //called by setScore

  • _ showFrames() //called by setScore

  • _ showBreak() //called by setScore

OutputDevice has these properties
_ bool use_score
_ bool use_frames
_ bool use_break

int values[6]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions