FreeRDP
BookmarkListController Class Reference

#import <BookmarkListController.h>

Inheritance diagram for BookmarkListController:
Collaboration diagram for BookmarkListController:

Protected Attributes

BookmarkTableCell_bmTableCell
 
SessionTableCell_sessTableCell
 
UISearchBar * _searchBar
 
UITableView * _tableView
 
NSMutableArray * _manual_search_result
 
NSMutableArray * _history_search_result
 
NSMutableArray * _manual_bookmarks
 
UIImage * _star_on_img
 
UIImage * _star_off_img
 
NSMutableArray * _active_sessions
 
NSMutableArray * _connection_history
 
ComputerBookmark_temporary_bookmark
 

Properties

IBOutlet UISearchBar * searchBar
 
IBOutlet UITableView * tableView
 
IBOutlet BookmarkTableCellbmTableCell
 
IBOutlet SessionTableCellsessTableCell
 

Additional Inherited Members

- Instance Methods inherited from <BookmarkEditorDelegate>
(void) - commitBookmark:
 

Field Documentation

◆ _active_sessions

- (NSMutableArray*) _active_sessions
protected

◆ _bmTableCell

- (BookmarkTableCell*) _bmTableCell
protected

◆ _connection_history

- (NSMutableArray*) _connection_history
protected

◆ _history_search_result

- (NSMutableArray*) _history_search_result
protected

◆ _manual_bookmarks

- (NSMutableArray*) _manual_bookmarks
protected

◆ _manual_search_result

- (NSMutableArray*) _manual_search_result
protected

◆ _searchBar

- (UISearchBar*) _searchBar
protected

◆ _sessTableCell

- (SessionTableCell*) _sessTableCell
protected

◆ _star_off_img

- (UIImage*) _star_off_img
protected

◆ _star_on_img

- (UIImage*) _star_on_img
protected

◆ _tableView

- (UITableView*) _tableView
protected

◆ _temporary_bookmark

- (ComputerBookmark*) _temporary_bookmark
protected

Property Documentation

◆ bmTableCell

- (IBOutlet BookmarkTableCell*) bmTableCell
readwritenonatomicretain

◆ searchBar

- (IBOutlet UISearchBar*) searchBar
readwritenonatomicretain

◆ sessTableCell

- (IBOutlet SessionTableCell*) sessTableCell
readwritenonatomicretain

◆ tableView

- (IBOutlet UITableView*) tableView
readwritenonatomicretain

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