FreeRDP
|
#include <PasswordDialog.h>
Instance Methods | |
(IBAction) | - onOK: |
(IBAction) | - onCancel: |
(BOOL) | - runModal: |
Data Fields | |
NSTextField * | usernameText |
NSTextField * | passwordText |
NSTextField * | messageLabel |
Properties | |
IBOutlet NSTextField * | usernameText |
IBOutlet NSTextField * | passwordText |
IBOutlet NSTextField * | messageLabel |
NSString * | serverHostname |
NSString * | username |
NSString * | password |
NSString * | domain |
BOOL | modalCode |
FreeRDP: A Remote Desktop Protocol Implementation MacFreeRDP
Copyright 2013 Christian Hofstaedtler
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 22 of file PasswordDialog.h.
- (IBAction) onCancel: | (NSObject *) | sender |
Definition at line 27 of file PasswordDialog.m.
- (IBAction) onOK: | (NSObject *) | sender |
Definition at line 27 of file PasswordDialog.m.
- (BOOL) runModal: | (NSWindow *) | mainWindow |
Definition at line 27 of file PasswordDialog.m.
- (NSTextField*) messageLabel |
Definition at line 27 of file PasswordDialog.h.
- (NSTextField*) passwordText |
Definition at line 26 of file PasswordDialog.h.
- (NSTextField*) usernameText |
Definition at line 25 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 31 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 36 of file PasswordDialog.h.
|
readatomicassign |
Definition at line 32 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 30 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 35 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 28 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 29 of file PasswordDialog.h.
|
readwriteatomicretain |
Definition at line 34 of file PasswordDialog.h.