CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
#import <NotesPopoverController.h>
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 | |
CatNiPViewController * | master |
UITextView * | textView |
Properties | |
IBOutlet CatNiPViewController * | master |
IBOutlet UITextView * | textView |
A text view to write and display user notes in. |
- (void) dealloc | [implementation] |
- (void) didReceiveMemoryWarning | [implementation] |
- (id) initWithMaster: | (CatNiPViewController *) | m |
- (void) popoverControllerDidDismissPopover: | (UIPopoverController *) | popoverController | [implementation] |
- (BOOL) shouldAutorotateToInterfaceOrientation: | (UIInterfaceOrientation) | interfaceOrientation | [implementation] |
- (void) viewDidLoad | [implementation] |
- (void) viewDidUnload | [implementation] |
- (CatNiPViewController*) master [protected] |
- (UITextView*) textView [protected] |
- (IBOutlet CatNiPViewController*) master [read, write, retain] |
- (IBOutlet UITextView*) textView [read, write, retain] |
A text view to write and display user notes in.