Public Member Functions | Protected Attributes | Properties

EventDetailViewController Class Reference

Detail view of the event. More...

#import <EventDetailViewController.h>

List of all members.

Public Member Functions

(IBAction) - deleteEventAction:

Protected Attributes

IBOutlet UIButton * deleteEvent
 the button to take the delete action

Properties

IBOutlet UILabel * eventName
 the label to show the title of the event
IBOutlet UILabel * eventLocation
 the label to show the location of the event
IBOutlet UILabel * eventDateAndTime
 the label to show the date and time of the event
IBOutlet UILabel * eventAuthor
 the label to show the author or crator of the event
IBOutlet UILabel * eventIDofEvent
 the label to show the unique eventID of the event
NSInteger eventID
 the NSInteger to store the unique eventID

Detailed Description

Detail view of the event.


Member Function Documentation

- (IBAction) deleteEventAction: (id)  sender

Member Data Documentation

- (IBOutlet UIButton*) deleteEvent [protected]

the button to take the delete action


Property Documentation

- (IBOutlet UILabel *) eventAuthor [read, write, retain]

the label to show the author or crator of the event

- (IBOutlet UILabel *) eventDateAndTime [read, write, retain]

the label to show the date and time of the event

- (NSInteger) eventID [read, write, assign]

the NSInteger to store the unique eventID

- (IBOutlet UILabel *) eventIDofEvent [read, write, retain]

the label to show the unique eventID of the event

- (IBOutlet UILabel *) eventLocation [read, write, retain]

the label to show the location of the event

- (IBOutlet UILabel *) eventName [read, write, retain]

the label to show the title of the event


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