C# Class ParticleEditor.GUI.PropertyWindowMessages

Summary description for PropertyWindowMessages.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство Type Description
gameData GameData
guiData GuiData
guiMan GuiManager
sprMan SpriteManager

Méthodes publiques

Méthode Description
AddInstructionButtonClick ( Window callingWindow ) : void
ChangeAreaEmissionType ( Window callingWindow ) : void
ChangeInstructionType ( Window callingWindow ) : void
ConsiderParentVelocityToggleButtonClick ( Window window ) : void
EmissionAreaSclXChange ( Window callingWindow ) : void
EmissionAreaSclYChange ( Window callingWindow ) : void
EmissionAreaSclZChange ( Window callingWindow ) : void
ListBoxSelectInstruction ( Window callingWindow ) : void
RefillInstructionListBox ( ) : void
RelXTextBoxLoseFocus ( Window callingWindow ) : void
RelYTextBoxLoseFocus ( Window callingWindow ) : void
RelZTextBoxLoseFocus ( Window callingWindow ) : void
SetTimeToExecute ( Window callingWindow ) : void
UpdateEmissionAreaGuiValues ( ) : void
UpdateRelativeGuiValues ( ) : void
addColorOpClick ( FRB callingWindow ) : void
addSignedColorOpClick ( FRB callingWindow ) : void
additiveBlendClick ( FRB callingWindow ) : void
colorOperationWindowClose ( FRB callingWindow ) : void
directionAngleTextBoxLoseFocus ( FRB callingWindow ) : void
emissionEventComboBoxItemSelect ( Window callingWindow ) : void
emitterNameTextBoxLoseFocus ( Window callingWindow ) : void
fadeRateTextBoxLoseFocus ( FRB callingWindow ) : void
fadeTextBoxLoseFocus ( FRB callingWindow ) : void
lastingTimeTextBoxLoseFocus ( FRB callingWindow ) : void
modulate2XBlendClick ( FRB callingWindow ) : void
modulateBlendClick ( FRB callingWindow ) : void
modulateColorOpClick ( FRB callingWindow ) : void
noColorOpClick ( FRB callingWindow ) : void
numberPerEmissionTextBoxLoseFocus ( Window callingWindow ) : void
outwardVelocityRangeOrFixedItemClicked ( FRB callingWindow ) : void
outwardVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
outwardVelocityTextBoxMaxLoseFocus ( FRB callingWindow ) : void
propertiesEditingClick ( Window callingWindow ) : void
regularBlendClick ( FRB callingWindow ) : void
removalEventComboBoxItemClick ( FRB callingWindow ) : void
rotZFixedOrRangeItemClick ( FRB callingWindow ) : void
rotZMaxTextBoxLoseFocus ( FRB callingWindow ) : void
rotZMinTextBoxLoseFocus ( FRB callingWindow ) : void
rotZVelocityFixedOrRangeItemClick ( FRB callingWindow ) : void
rotZVelocityMaxTextBoxLoseFocus ( FRB callingWindow ) : void
rotZVelocityMinTextBoxLoseFocus ( FRB callingWindow ) : void
secondFrequencyTextBoxLoseFocus ( Window callingWindow ) : void
spreadAngleTextBoxLoseFocus ( FRB callingWindow ) : void
spreadStyleComboBoxItemClick ( FRB callingWindow ) : void
subtractColorOpClick ( FRB callingWindow ) : void
tintBlueChange ( FRB callingWindow ) : void
tintBlueRateChange ( FRB callingWindow ) : void
tintGreenChange ( FRB callingWindow ) : void
tintGreenRateChange ( FRB callingWindow ) : void
tintRedChange ( FRB callingWindow ) : void
tintRedRateChange ( FRB callingWindow ) : void
updateAccelerationRangeGUI ( Window callingWindow ) : void
updateCircularVelocityRangeGUI ( Window callingWindow ) : void
updateEmissionAreaGUIVisibility ( Window callingWindow ) : void
updateInstructionGUI ( Window callingWindow ) : void
updateLastingTimeGUI ( Window callingWindow ) : void
updateRotZRange ( Window callingWindow ) : void
updateRotZVelocityRange ( Window callingWindow ) : void
updateSpreadGUI ( Window callingWindow ) : void
updateTimingGUI ( Window callingWindow ) : void
updateVelocityRangeGUI ( Window callingWindow ) : void
updateWedgeOrFullGUI ( Window callingWindow ) : void
velocityLossTextBoxLoseFocus ( FRB callingWindow ) : void
wedgeOrFullItemClick ( FRB callingWindow ) : void
xAccelerationTypeSelectItem ( FRB callingWindow ) : void
xMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
xMaxValueLoseFocus ( FRB callingWindow ) : void
xMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
xMinValueLoseFocus ( FRB callingWindow ) : void
xPosTextBoxLoseFocus ( FRB callingWindow ) : void
xSclTextBoxLoseFocus ( FRB callingWindow ) : void
xSclVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
xVelocityTypeLoseFocus ( FRB callingWindow ) : void
yAccelerationTypeSelectItem ( FRB callingWindow ) : void
yMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
yMaxValueLoseFocus ( FRB callingWindow ) : void
yMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
yMinValueLoseFocus ( FRB callingWindow ) : void
yPosTextBoxLoseFocus ( FRB callingWindow ) : void
ySclTextBoxLoseFocus ( FRB callingWindow ) : void
ySclVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
yVelocityTypeLoseFocus ( FRB callingWindow ) : void
zAccelerationTypeSelectItem ( FRB callingWindow ) : void
zMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
zMaxValueLoseFocus ( FRB callingWindow ) : void
zMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
zMinValueLoseFocus ( FRB callingWindow ) : void
zPosTextBoxLoseFocus ( FRB callingWindow ) : void
zVelocityTypeLoseFocus ( FRB callingWindow ) : void

Private Methods

Méthode Description
CreateValueWindow ( int index, string variableName, string windowType ) : void
SetValueGUIFadeRate ( Window callingWindow ) : void
SetValueGUIXAcceleration ( Window callingWindow ) : void
SetValueGUIYAcceleration ( Window callingWindow ) : void
SetValueGUIZAcceleration ( Window callingWindow ) : void
ShowInstructionGUI ( ) : void

Creates the value windows depending on the instruction type.

This method needs to be changed when adding new FrbInstruction types

Method Details

AddInstructionButtonClick() public static méthode

public static AddInstructionButtonClick ( Window callingWindow ) : void
callingWindow Window
Résultat void

ChangeAreaEmissionType() public static méthode

public static ChangeAreaEmissionType ( Window callingWindow ) : void
callingWindow Window
Résultat void

ChangeInstructionType() public static méthode

public static ChangeInstructionType ( Window callingWindow ) : void
callingWindow Window
Résultat void

ConsiderParentVelocityToggleButtonClick() public static méthode

public static ConsiderParentVelocityToggleButtonClick ( Window window ) : void
window Window
Résultat void

EmissionAreaSclXChange() public static méthode

public static EmissionAreaSclXChange ( Window callingWindow ) : void
callingWindow Window
Résultat void

EmissionAreaSclYChange() public static méthode

public static EmissionAreaSclYChange ( Window callingWindow ) : void
callingWindow Window
Résultat void

EmissionAreaSclZChange() public static méthode

public static EmissionAreaSclZChange ( Window callingWindow ) : void
callingWindow Window
Résultat void

ListBoxSelectInstruction() public static méthode

public static ListBoxSelectInstruction ( Window callingWindow ) : void
callingWindow Window
Résultat void

RefillInstructionListBox() public static méthode

public static RefillInstructionListBox ( ) : void
Résultat void

RelXTextBoxLoseFocus() public static méthode

public static RelXTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

RelYTextBoxLoseFocus() public static méthode

public static RelYTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

RelZTextBoxLoseFocus() public static méthode

public static RelZTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

SetTimeToExecute() public static méthode

public static SetTimeToExecute ( Window callingWindow ) : void
callingWindow Window
Résultat void

UpdateEmissionAreaGuiValues() public static méthode

public static UpdateEmissionAreaGuiValues ( ) : void
Résultat void

UpdateRelativeGuiValues() public static méthode

public static UpdateRelativeGuiValues ( ) : void
Résultat void

addColorOpClick() public static méthode

public static addColorOpClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

addSignedColorOpClick() public static méthode

public static addSignedColorOpClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

additiveBlendClick() public static méthode

public static additiveBlendClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

colorOperationWindowClose() public static méthode

public static colorOperationWindowClose ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

directionAngleTextBoxLoseFocus() public static méthode

public static directionAngleTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

emissionEventComboBoxItemSelect() public static méthode

public static emissionEventComboBoxItemSelect ( Window callingWindow ) : void
callingWindow Window
Résultat void

emitterNameTextBoxLoseFocus() public static méthode

public static emitterNameTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

fadeRateTextBoxLoseFocus() public static méthode

public static fadeRateTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

fadeTextBoxLoseFocus() public static méthode

public static fadeTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

lastingTimeTextBoxLoseFocus() public static méthode

public static lastingTimeTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

modulate2XBlendClick() public static méthode

public static modulate2XBlendClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

modulateBlendClick() public static méthode

public static modulateBlendClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

modulateColorOpClick() public static méthode

public static modulateColorOpClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

noColorOpClick() public static méthode

public static noColorOpClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

numberPerEmissionTextBoxLoseFocus() public static méthode

public static numberPerEmissionTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

outwardVelocityRangeOrFixedItemClicked() public static méthode

public static outwardVelocityRangeOrFixedItemClicked ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

outwardVelocityTextBoxLoseFocus() public static méthode

public static outwardVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

outwardVelocityTextBoxMaxLoseFocus() public static méthode

public static outwardVelocityTextBoxMaxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

propertiesEditingClick() public static méthode

public static propertiesEditingClick ( Window callingWindow ) : void
callingWindow Window
Résultat void

regularBlendClick() public static méthode

public static regularBlendClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

removalEventComboBoxItemClick() public static méthode

public static removalEventComboBoxItemClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZFixedOrRangeItemClick() public static méthode

public static rotZFixedOrRangeItemClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZMaxTextBoxLoseFocus() public static méthode

public static rotZMaxTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZMinTextBoxLoseFocus() public static méthode

public static rotZMinTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZVelocityFixedOrRangeItemClick() public static méthode

public static rotZVelocityFixedOrRangeItemClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZVelocityMaxTextBoxLoseFocus() public static méthode

public static rotZVelocityMaxTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

rotZVelocityMinTextBoxLoseFocus() public static méthode

public static rotZVelocityMinTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

secondFrequencyTextBoxLoseFocus() public static méthode

public static secondFrequencyTextBoxLoseFocus ( Window callingWindow ) : void
callingWindow Window
Résultat void

spreadAngleTextBoxLoseFocus() public static méthode

public static spreadAngleTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

spreadStyleComboBoxItemClick() public static méthode

public static spreadStyleComboBoxItemClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

subtractColorOpClick() public static méthode

public static subtractColorOpClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintBlueChange() public static méthode

public static tintBlueChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintBlueRateChange() public static méthode

public static tintBlueRateChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintGreenChange() public static méthode

public static tintGreenChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintGreenRateChange() public static méthode

public static tintGreenRateChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintRedChange() public static méthode

public static tintRedChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

tintRedRateChange() public static méthode

public static tintRedRateChange ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

updateAccelerationRangeGUI() public static méthode

public static updateAccelerationRangeGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateCircularVelocityRangeGUI() public static méthode

public static updateCircularVelocityRangeGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateEmissionAreaGUIVisibility() public static méthode

public static updateEmissionAreaGUIVisibility ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateInstructionGUI() public static méthode

public static updateInstructionGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateLastingTimeGUI() public static méthode

public static updateLastingTimeGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateRotZRange() public static méthode

public static updateRotZRange ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateRotZVelocityRange() public static méthode

public static updateRotZVelocityRange ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateSpreadGUI() public static méthode

public static updateSpreadGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateTimingGUI() public static méthode

public static updateTimingGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateVelocityRangeGUI() public static méthode

public static updateVelocityRangeGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

updateWedgeOrFullGUI() public static méthode

public static updateWedgeOrFullGUI ( Window callingWindow ) : void
callingWindow Window
Résultat void

velocityLossTextBoxLoseFocus() public static méthode

public static velocityLossTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

wedgeOrFullItemClick() public static méthode

public static wedgeOrFullItemClick ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xAccelerationTypeSelectItem() public static méthode

public static xAccelerationTypeSelectItem ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xMaxAccelerationValueLoseFocus() public static méthode

public static xMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xMaxValueLoseFocus() public static méthode

public static xMaxValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xMinAccelerationValueLoseFocus() public static méthode

public static xMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xMinValueLoseFocus() public static méthode

public static xMinValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xPosTextBoxLoseFocus() public static méthode

public static xPosTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xSclTextBoxLoseFocus() public static méthode

public static xSclTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xSclVelocityTextBoxLoseFocus() public static méthode

public static xSclVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

xVelocityTypeLoseFocus() public static méthode

public static xVelocityTypeLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yAccelerationTypeSelectItem() public static méthode

public static yAccelerationTypeSelectItem ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yMaxAccelerationValueLoseFocus() public static méthode

public static yMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yMaxValueLoseFocus() public static méthode

public static yMaxValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yMinAccelerationValueLoseFocus() public static méthode

public static yMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yMinValueLoseFocus() public static méthode

public static yMinValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yPosTextBoxLoseFocus() public static méthode

public static yPosTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

ySclTextBoxLoseFocus() public static méthode

public static ySclTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

ySclVelocityTextBoxLoseFocus() public static méthode

public static ySclVelocityTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

yVelocityTypeLoseFocus() public static méthode

public static yVelocityTypeLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zAccelerationTypeSelectItem() public static méthode

public static zAccelerationTypeSelectItem ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zMaxAccelerationValueLoseFocus() public static méthode

public static zMaxAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zMaxValueLoseFocus() public static méthode

public static zMaxValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zMinAccelerationValueLoseFocus() public static méthode

public static zMinAccelerationValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zMinValueLoseFocus() public static méthode

public static zMinValueLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zPosTextBoxLoseFocus() public static méthode

public static zPosTextBoxLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

zVelocityTypeLoseFocus() public static méthode

public static zVelocityTypeLoseFocus ( FRB callingWindow ) : void
callingWindow FRB
Résultat void

Property Details

gameData public_oe static_oe property

public static GameData gameData
Résultat GameData

guiData public_oe static_oe property

public static GuiData guiData
Résultat GuiData

guiMan public_oe static_oe property

public static GuiManager guiMan
Résultat GuiManager

sprMan public_oe static_oe property

public static SpriteManager sprMan
Résultat SpriteManager