C# 클래스 Smartmobili.Cocoa.NSDocument

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_autosave_change_count long
_autosaved_file_url NSURL
_change_count long
_document_index int
_file_name NSString
_file_type NSString
_file_url NSURL
_last_component_file_name NSString
_printOp_delegate id
_printOp_didRunSelector SEL
_save_panel_accessory NSView
_save_type NSString
_spa_button NSPopUpButton
_window NSWindow
_window_controllers NSMutableArray

공개 메소드들

메소드 설명
Alloc ( ) : NSDocument
GetFileType ( ) : NSString
GetFileURL ( ) : NSURL
Init ( ) : id
InitForURL ( NSURL forUrl, NSURL url, NSString type, NSError &error ) : id
InitForURL ( NSURL absoluteURL, NSURL absoluteDocumentContentsURL, NSString typeName, object dummyNullable ) : id
InitWithContentsOfURL ( NSURL url, NSString type, NSError &error ) : id
InitWithType ( NSString type, NSError &error ) : id
LoadDataRepresentation ( NSData data, NSString type ) : bool
LoadFileWrapperRepresentation ( NSFileWrapper wrapper, NSString type ) : bool
ReadFromData ( NSData data, NSString typeName, NSError &outError ) : bool
ReadFromFile ( NSString fileName, NSString type ) : bool
ReadFromFileWrapper ( NSFileWrapper fileWrapper, NSString typeName, NSError &outError ) : bool
ReadFromURL ( NSURL url, NSString typeName, NSError &outError ) : bool
ReadFromURL ( NSURL url, NSString typeName, object unused = null ) : bool
SetFileType ( NSString type ) : void
SetFileURL ( NSURL url ) : void
SetLastComponentOfFileName ( NSString str ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSDocument
리턴 NSDocument

GetFileType() 공개 메소드

public GetFileType ( ) : NSString
리턴 NSString

GetFileURL() 공개 메소드

public GetFileURL ( ) : NSURL
리턴 NSURL

Init() 공개 메소드

public Init ( ) : id
리턴 id

InitForURL() 공개 메소드

public InitForURL ( NSURL forUrl, NSURL url, NSString type, NSError &error ) : id
forUrl NSURL
url NSURL
type NSString
error NSError
리턴 id

InitForURL() 공개 메소드

public InitForURL ( NSURL absoluteURL, NSURL absoluteDocumentContentsURL, NSString typeName, object dummyNullable ) : id
absoluteURL NSURL
absoluteDocumentContentsURL NSURL
typeName NSString
dummyNullable object
리턴 id

InitWithContentsOfURL() 공개 메소드

public InitWithContentsOfURL ( NSURL url, NSString type, NSError &error ) : id
url NSURL
type NSString
error NSError
리턴 id

InitWithType() 공개 메소드

public InitWithType ( NSString type, NSError &error ) : id
type NSString
error NSError
리턴 id

LoadDataRepresentation() 공개 메소드

public LoadDataRepresentation ( NSData data, NSString type ) : bool
data NSData
type NSString
리턴 bool

LoadFileWrapperRepresentation() 공개 메소드

public LoadFileWrapperRepresentation ( NSFileWrapper wrapper, NSString type ) : bool
wrapper NSFileWrapper
type NSString
리턴 bool

ReadFromData() 공개 메소드

public ReadFromData ( NSData data, NSString typeName, NSError &outError ) : bool
data NSData
typeName NSString
outError NSError
리턴 bool

ReadFromFile() 공개 메소드

public ReadFromFile ( NSString fileName, NSString type ) : bool
fileName NSString
type NSString
리턴 bool

ReadFromFileWrapper() 공개 메소드

public ReadFromFileWrapper ( NSFileWrapper fileWrapper, NSString typeName, NSError &outError ) : bool
fileWrapper NSFileWrapper
typeName NSString
outError NSError
리턴 bool

ReadFromURL() 공개 메소드

public ReadFromURL ( NSURL url, NSString typeName, NSError &outError ) : bool
url NSURL
typeName NSString
outError NSError
리턴 bool

ReadFromURL() 공개 메소드

public ReadFromURL ( NSURL url, NSString typeName, object unused = null ) : bool
url NSURL
typeName NSString
unused object
리턴 bool

SetFileType() 공개 메소드

public SetFileType ( NSString type ) : void
type NSString
리턴 void

SetFileURL() 공개 메소드

public SetFileURL ( NSURL url ) : void
url NSURL
리턴 void

SetLastComponentOfFileName() 공개 메소드

public SetLastComponentOfFileName ( NSString str ) : void
str NSString
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_autosave_change_count 보호되어 있는 프로퍼티

protected long _autosave_change_count
리턴 long

_autosaved_file_url 보호되어 있는 프로퍼티

protected NSURL _autosaved_file_url
리턴 NSURL

_change_count 보호되어 있는 프로퍼티

protected long _change_count
리턴 long

_document_index 보호되어 있는 프로퍼티

protected int _document_index
리턴 int

_file_name 보호되어 있는 프로퍼티

protected NSString _file_name
리턴 NSString

_file_type 보호되어 있는 프로퍼티

protected NSString _file_type
리턴 NSString

_file_url 보호되어 있는 프로퍼티

protected NSURL _file_url
리턴 NSURL

_last_component_file_name 보호되어 있는 프로퍼티

protected NSString _last_component_file_name
리턴 NSString

_printOp_delegate 보호되어 있는 프로퍼티

protected id _printOp_delegate
리턴 id

_printOp_didRunSelector 보호되어 있는 프로퍼티

protected SEL _printOp_didRunSelector
리턴 SEL

_save_panel_accessory 보호되어 있는 프로퍼티

protected NSView _save_panel_accessory
리턴 NSView

_save_type 보호되어 있는 프로퍼티

protected NSString _save_type
리턴 NSString

_spa_button 보호되어 있는 프로퍼티

protected NSPopUpButton _spa_button
리턴 NSPopUpButton

_window 보호되어 있는 프로퍼티

protected NSWindow _window
리턴 NSWindow

_window_controllers 보호되어 있는 프로퍼티

protected NSMutableArray _window_controllers
리턴 NSMutableArray