CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
NotesPopoverController Class Reference

#import <NotesPopoverController.h>

Collaboration diagram for NotesPopoverController:

List of all members.

Public Member Functions

(void) - dealloc [implementation]
(void) - didReceiveMemoryWarning [implementation]
(id) - initWithMaster:
(void) - popoverControllerDidDismissPopover: [implementation]
(BOOL) - shouldAutorotateToInterfaceOrientation: [implementation]
(void) - viewDidLoad [implementation]
(void) - viewDidUnload [implementation]

Protected Attributes

CatNiPViewControllermaster
UITextView * textView

Properties

IBOutlet CatNiPViewControllermaster
IBOutlet UITextView * textView
 A text view to write and display user notes in.

Detailed Description

Definition at line 15 of file NotesPopoverController.h.


Member Function Documentation

- (void) dealloc [implementation]

Definition at line 29 of file NotesPopoverController.m.

References textView.

- (void) didReceiveMemoryWarning [implementation]

Definition at line 35 of file NotesPopoverController.m.

- (id) initWithMaster: (CatNiPViewController *)  m

Definition at line 17 of file NotesPopoverController.m.

- (void) popoverControllerDidDismissPopover: (UIPopoverController *)  popoverController [implementation]

Definition at line 65 of file NotesPopoverController.m.

References CatNiPViewController::currentScore, and master.

- (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation)  interfaceOrientation [implementation]

Definition at line 59 of file NotesPopoverController.m.

- (void) viewDidLoad [implementation]

Definition at line 45 of file NotesPopoverController.m.

- (void) viewDidUnload [implementation]

Definition at line 51 of file NotesPopoverController.m.


Member Data Documentation

- (CatNiPViewController*) master [protected]

Definition at line 17 of file NotesPopoverController.h.

- (UITextView*) textView [protected]

Definition at line 16 of file NotesPopoverController.h.


Property Documentation

- (IBOutlet CatNiPViewController*) master [read, write, retain]

Definition at line 23 of file NotesPopoverController.h.

- (IBOutlet UITextView*) textView [read, write, retain]

A text view to write and display user notes in.

Definition at line 21 of file NotesPopoverController.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines