RetroArch
Instance Methods | List of all members
RAMenuBase Class Reference
Inheritance diagram for RAMenuBase:
[legend]

Instance Methods

(id- initWithStyle: [implementation]
 
(NSInteger) - numberOfSectionsInTableView: [implementation]
 
(NSString *) - tableView:titleForHeaderInSection: [implementation]
 
(NSInteger) - tableView:numberOfRowsInSection: [implementation]
 
(id- itemForIndexPath: [implementation]
 
(UITableViewCell *) - tableView:cellForRowAtIndexPath: [implementation]
 
(CGFloat) - tableView:heightForRowAtIndexPath: [implementation]
 
(void- tableView:didSelectRowAtIndexPath: [implementation]
 
(void- willReloadData [implementation]
 
(void- reloadData [implementation]
 
(void- renderMessageBox: [implementation]
 
(void- msgQueuePush: [implementation]
 
(void- alertView:clickedButtonAtIndex: [implementation]
 

Method Documentation

◆ alertView:clickedButtonAtIndex:()

- (void) alertView: (UIAlertView*)  alertView
clickedButtonAtIndex: (NSInteger)  buttonIndex 
implementation
Here is the call graph for this function:

◆ initWithStyle:()

- (id) initWithStyle: (UITableViewStyle)  style
implementation

◆ itemForIndexPath:()

- (id) itemForIndexPath: (NSIndexPath*)  indexPath
implementation
Here is the caller graph for this function:

◆ msgQueuePush:()

- (void) msgQueuePush: (NSString *)  msg
implementation

◆ numberOfSectionsInTableView:()

- (NSInteger) numberOfSectionsInTableView: (UITableView*)  tableView
implementation

◆ reloadData()

- (void) reloadData
implementation
Here is the call graph for this function:
Here is the caller graph for this function:

◆ renderMessageBox:()

- (void) renderMessageBox: (NSString *)  msg
implementation

◆ tableView:cellForRowAtIndexPath:()

- (UITableViewCell *) tableView: (UITableView *)  tableView
cellForRowAtIndexPath: (NSIndexPath *)  indexPath 
implementation
Here is the call graph for this function:

◆ tableView:didSelectRowAtIndexPath:()

- (void) tableView: (UITableView *)  tableView
didSelectRowAtIndexPath: (NSIndexPath *)  indexPath 
implementation
Here is the call graph for this function:

◆ tableView:heightForRowAtIndexPath:()

- (CGFloat) tableView: (UITableView *)  tableView
heightForRowAtIndexPath: (NSIndexPath *)  indexPath 
implementation

◆ tableView:numberOfRowsInSection:()

- (NSInteger) tableView: (UITableView *)  tableView
numberOfRowsInSection: (NSInteger)  section 
implementation

◆ tableView:titleForHeaderInSection:()

- (NSString *) tableView: (UITableView*)  tableView
titleForHeaderInSection: (NSInteger)  section 
implementation

◆ willReloadData()

- (void) willReloadData
implementation

Reimplemented in RAMainMenu.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: