FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
BookmarkListController Class Reference
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:
 

Detailed Description

Definition at line 18 of file BookmarkListController.h.

Field Documentation

◆ _active_sessions

- (NSMutableArray*) _active_sessions
protected

Definition at line 42 of file BookmarkListController.h.

◆ _bmTableCell

- (BookmarkTableCell*) _bmTableCell
protected

Definition at line 23 of file BookmarkListController.h.

◆ _connection_history

- (NSMutableArray*) _connection_history
protected

Definition at line 45 of file BookmarkListController.h.

◆ _history_search_result

- (NSMutableArray*) _history_search_result
protected

Definition at line 32 of file BookmarkListController.h.

◆ _manual_bookmarks

- (NSMutableArray*) _manual_bookmarks
protected

Definition at line 35 of file BookmarkListController.h.

◆ _manual_search_result

- (NSMutableArray*) _manual_search_result
protected

Definition at line 31 of file BookmarkListController.h.

◆ _searchBar

- (UISearchBar*) _searchBar
protected

Definition at line 27 of file BookmarkListController.h.

◆ _sessTableCell

- (SessionTableCell*) _sessTableCell
protected

Definition at line 24 of file BookmarkListController.h.

◆ _star_off_img

- (UIImage*) _star_off_img
protected

Definition at line 39 of file BookmarkListController.h.

◆ _star_on_img

- (UIImage*) _star_on_img
protected

Definition at line 38 of file BookmarkListController.h.

◆ _tableView

- (UITableView*) _tableView
protected

Definition at line 28 of file BookmarkListController.h.

◆ _temporary_bookmark

- (ComputerBookmark*) _temporary_bookmark
protected

Definition at line 49 of file BookmarkListController.h.

Property Documentation

◆ bmTableCell

- (IBOutlet BookmarkTableCell*) bmTableCell
readwritenonatomicretain

Definition at line 54 of file BookmarkListController.h.

◆ searchBar

- (IBOutlet UISearchBar*) searchBar
readwritenonatomicretain

Definition at line 52 of file BookmarkListController.h.

◆ sessTableCell

- (IBOutlet SessionTableCell*) sessTableCell
readwritenonatomicretain

Definition at line 55 of file BookmarkListController.h.

◆ tableView

- (IBOutlet UITableView*) tableView
readwritenonatomicretain

Definition at line 53 of file BookmarkListController.h.


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