C# Класс Tibialyzer.QuestGuideForm

Наследование: NotificationForm
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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