C# Class MegaMan.Engine.Forms.MenuControllers.PixellatedMenuController

Inheritance: IMenuController
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
LoadSettings ( Setting settings ) : void
PixellatedMenuController ( ToolStripMenuItem menuItem, PixellatedOrSmoothed state, ExclusiveController controller ) : System
SaveSettings ( Setting settings ) : void
Set ( bool value ) : void

Private Methods

Méthode Description
Controller_Changed ( PixellatedOrSmoothed p ) : void
MenuItem_Click ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public méthode

public LoadSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
Résultat void

PixellatedMenuController() public méthode

public PixellatedMenuController ( ToolStripMenuItem menuItem, PixellatedOrSmoothed state, ExclusiveController controller ) : System
menuItem System.Windows.Forms.ToolStripMenuItem
state PixellatedOrSmoothed
controller ExclusiveController
Résultat System

SaveSettings() public méthode

public SaveSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
Résultat void

Set() public méthode

public Set ( bool value ) : void
value bool
Résultat void