C# 클래스 Tibialyzer.QuestGuideForm

상속: NotificationForm
파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
addedControls List
currentPage int
direction Tibialyzer.Directions
hunt Tibialyzer.HuntingPlace
initialMission string
initialPage int
instructionIndex int
maxInstructions int
minInstructions int
missionName string
quest Tibialyzer.Quest
questInstruction Tibialyzer.QuestInstruction
requirementFont System.Drawing.Font

공개 메소드들

메소드 설명
FormName ( ) : string
QuestGuideForm ( Tibialyzer.HuntingPlace h ) : System
QuestGuideForm ( Tibialyzer.Quest q ) : System

비공개 메소드들

메소드 설명
CreateLinks ( Control label, string linkText ) : string
InitializeComponent ( ) : void
QuestGuideForm_Load ( object sender, EventArgs e ) : void
QuestTitle_Click ( object sender, EventArgs e ) : void
drawDirections ( Coordinate begin, Coordinate end, string settings, string description, int start_x, int y, bool variableSize, int imageCount, bool noText, int &width ) : int
itemClick ( object sender, EventArgs e ) : void
largeButton_Click ( object sender, EventArgs e ) : void
largestButton_Click ( object sender, EventArgs e ) : void
next ( ) : bool
nextButton_Click ( object sender, EventArgs e ) : void
normalButton_Click ( object sender, EventArgs e ) : void
prev ( ) : bool
prevButton_Click ( object sender, EventArgs e ) : void
select ( string mission ) : void
setupGuide ( ) : void
updateCommand ( ) : void

메소드 상세

FormName() 공개 메소드

public FormName ( ) : string
리턴 string

QuestGuideForm() 공개 메소드

public QuestGuideForm ( Tibialyzer.HuntingPlace h ) : System
h Tibialyzer.HuntingPlace
리턴 System

QuestGuideForm() 공개 메소드

public QuestGuideForm ( Tibialyzer.Quest q ) : System
q Tibialyzer.Quest
리턴 System

프로퍼티 상세

addedControls 공개적으로 프로퍼티

public List addedControls
리턴 List

currentPage 공개적으로 프로퍼티

public int currentPage
리턴 int

direction 공개적으로 프로퍼티

public Directions,Tibialyzer direction
리턴 Tibialyzer.Directions

hunt 공개적으로 프로퍼티

public HuntingPlace,Tibialyzer hunt
리턴 Tibialyzer.HuntingPlace

initialMission 공개적으로 프로퍼티

public string initialMission
리턴 string

initialPage 공개적으로 프로퍼티

public int initialPage
리턴 int

instructionIndex 공개적으로 프로퍼티

public int instructionIndex
리턴 int

maxInstructions 공개적으로 프로퍼티

public int maxInstructions
리턴 int

minInstructions 공개적으로 프로퍼티

public int minInstructions
리턴 int

missionName 공개적으로 프로퍼티

public string missionName
리턴 string

quest 공개적으로 프로퍼티

public Quest,Tibialyzer quest
리턴 Tibialyzer.Quest

questInstruction 공개적으로 프로퍼티

public QuestInstruction,Tibialyzer questInstruction
리턴 Tibialyzer.QuestInstruction

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

public static Font,System.Drawing requirementFont
리턴 System.Drawing.Font