C# Class MonoReports.Services.ToolBoxService

Inheritance: IToolBoxService
Afficher le fichier Open project: modesto/monoreports Class Usage Examples

Méthodes publiques

Свойство Type Description
ToolDictionary BaseTool>.Dictionary

Méthodes publiques

Méthode Description
AddTool ( BaseTool tool ) : void
BuildToolBar ( Gtk mainToolbar ) : void
SetTool ( BaseTool tool ) : void
SetToolByControlView ( MonoReports.ControlView.ControlViewBase control ) : void
SetToolByName ( string toolName ) : void
ToolBoxService ( ) : System
UnselectTool ( ) : void

Method Details

AddTool() public méthode

public AddTool ( BaseTool tool ) : void
tool MonoReports.Tools.BaseTool
Résultat void

BuildToolBar() public méthode

public BuildToolBar ( Gtk mainToolbar ) : void
mainToolbar Gtk
Résultat void

SetTool() public méthode

public SetTool ( BaseTool tool ) : void
tool MonoReports.Tools.BaseTool
Résultat void

SetToolByControlView() public méthode

public SetToolByControlView ( MonoReports.ControlView.ControlViewBase control ) : void
control MonoReports.ControlView.ControlViewBase
Résultat void

SetToolByName() public méthode

public SetToolByName ( string toolName ) : void
toolName string
Résultat void

ToolBoxService() public méthode

public ToolBoxService ( ) : System
Résultat System

UnselectTool() public méthode

public UnselectTool ( ) : void
Résultat void

Property Details

ToolDictionary public_oe property

public Dictionary ToolDictionary
Résultat BaseTool>.Dictionary