C# 클래스 Monobjc.Tools.Xcode.PBXGroup

상속: PBXFileElement
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IPBXVisitor visitor ) : void

Accepts the specified visitor.

AddChild ( PBXFileElement element ) : void

Adds the child.

Clear ( ) : void

Clear all the children.

Find ( PBXElementType nature, String name ) : PBXFileElement

Finds the specified nature.

FindFileReference ( String name ) : PBXFileReference

Finds the file reference.

FindGroup ( String name ) : PBXGroup

Finds the group.

FindVariantGroup ( String name ) : PBXVariantGroup

Finds the file reference.

PBXGroup ( ) : System

Initializes a new instance of the PBXGroup class.

PBXGroup ( String name ) : System

Initializes a new instance of the PBXGroup class.

RemoveChild ( PBXFileElement element ) : void

Removes the child.

WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void

Writes this element to the writer.

메소드 상세

Accept() 공개 메소드

Accepts the specified visitor.
public Accept ( IPBXVisitor visitor ) : void
visitor IPBXVisitor The visitor.
리턴 void

AddChild() 공개 메소드

Adds the child.
public AddChild ( PBXFileElement element ) : void
element PBXFileElement The element.
리턴 void

Clear() 공개 메소드

Clear all the children.
public Clear ( ) : void
리턴 void

Find() 공개 메소드

Finds the specified nature.
public Find ( PBXElementType nature, String name ) : PBXFileElement
nature PBXElementType The nature.
name String The name.
리턴 PBXFileElement

FindFileReference() 공개 메소드

Finds the file reference.
public FindFileReference ( String name ) : PBXFileReference
name String The name.
리턴 PBXFileReference

FindGroup() 공개 메소드

Finds the group.
public FindGroup ( String name ) : PBXGroup
name String The name.
리턴 PBXGroup

FindVariantGroup() 공개 메소드

Finds the file reference.
public FindVariantGroup ( String name ) : PBXVariantGroup
name String The name.
리턴 PBXVariantGroup

PBXGroup() 공개 메소드

Initializes a new instance of the PBXGroup class.
public PBXGroup ( ) : System
리턴 System

PBXGroup() 공개 메소드

Initializes a new instance of the PBXGroup class.
public PBXGroup ( String name ) : System
name String The name.
리턴 System

RemoveChild() 공개 메소드

Removes the child.
public RemoveChild ( PBXFileElement element ) : void
element PBXFileElement The element.
리턴 void

WriteTo() 공개 메소드

Writes this element to the writer.
public WriteTo ( ProjectWriter writer, string>.IDictionary map ) : void
writer ProjectWriter The writer.
map string>.IDictionary The map.
리턴 void