InputPanelController


Abstract

gui controller class for the input panel.

Methods

-drawArcs:
IBActionthat tells appcontroller to do everything needed to draw the arcs for the input string.
-initWithAppController:
initialises a new input panel controller with a given appcontroller.
-open:
IBAction that shows 'open file' sheet and opens the selected file.
-setMinimumRepetitionLengthString:
IBAction that sets the minimum repetition length and updates the gui.

drawArcs:


IBActionthat tells appcontroller to do everything needed to draw the arcs for the input string.

- (IBAction)drawArcs:(id)sender;

initWithAppController:


initialises a new input panel controller with a given appcontroller.

- (id)initWithAppController:(id)aAppController;

open:


IBAction that shows 'open file' sheet and opens the selected file.

- (IBAction)open:(id)sender;

setMinimumRepetitionLengthString:


IBAction that sets the minimum repetition length and updates the gui.

- (IBAction)setMinimumRepetitionLengthString:(id)sender;

(Last Updated M/D/Y)