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

Inheritance: IMenuController
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

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

Private Methods

Method Description
Controller_Changed ( PixellatedOrSmoothed p ) : void
MenuItem_Click ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public method

public LoadSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
return void

PixellatedMenuController() public method

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

SaveSettings() public method

public SaveSettings ( Setting settings ) : void
settings MegaMan.Engine.Forms.Settings.Setting
return void

Set() public method

public Set ( bool value ) : void
value bool
return void