FreeRDP
AdvancedBookmarkEditorController.h
1
/*
2
Controller to edit advanced bookmark settings
3
4
Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
5
6
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
7
If a copy of the MPL was not distributed with this file, You can obtain one at
8
http://mozilla.org/MPL/2.0/.
9
*/
10
11
#import "EditorBaseController.h"
12
13
@class
ComputerBookmark
;
14
@class
ConnectionParams
;
15
16
@interface
AdvancedBookmarkEditorController
:
EditorBaseController
17
{
18
@private
19
ComputerBookmark
*_bookmark;
20
ConnectionParams
*_params;
21
}
22
23
// init for the given bookmark
24
- (id)initWithBookmark:(
ComputerBookmark
*)bookmark;
25
26
@end
AdvancedBookmarkEditorController
Definition:
AdvancedBookmarkEditorController.h:17
ComputerBookmark
Definition:
Bookmark.h:17
ConnectionParams
Definition:
ConnectionParams.h:14
EditorBaseController
Definition:
EditorBaseController.h:29
client
iOS
Controllers
AdvancedBookmarkEditorController.h
Generated by
1.9.1