C# Class MetroIde.Home

Interaction logic for Home.xaml
Afficher le fichier Open project: ChadSki/Quickbeam

Méthodes publiques

Свойство Type Description
OpacityIndex int

Méthodes publiques

Méthode Description
AddCacheTabModule ( string cacheLocation ) : void

Add a new Blam Cache Editor Container

AddHaloViewport ( ) : void
AddTabModule ( TabGenre tabG, bool singleInstance = true ) : void
ClearTabs ( ) : void
HideMask ( ) : void
Home ( ) : System
OpenContentFile ( ContentTypes contentType ) : void

Open a new Blam Engine File

ProcessCommandLineArgs ( IList args ) : bool
ResizeBottomLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeBottomRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeBottomThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeTopLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeTopRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ResizeTopThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
ShowMask ( ) : void
UpdateStatusText ( string status ) : void

Set the status text of Assembly

UpdateTitleText ( string title ) : void

Set the title text of Assembly

Méthodes protégées

Méthode Description
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Méthode Description
HomeWindow_Drop ( object sender, System.Windows.DragEventArgs e ) : void
HomeWindow_PreviewDrop ( object sender, System.Windows.DragEventArgs e ) : void
StartupDetermineType ( string path ) : void
WindowProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
Window_StateChanged ( object sender, EventArgs e ) : void
WmGetMinMaxInfo ( IntPtr hwnd, IntPtr lParam ) : void
btnActionClose_Click ( object sender, RoutedEventArgs e ) : void
btnActionMaximize_Click ( object sender, RoutedEventArgs e ) : void
btnActionMinimize_Click ( object sender, RoutedEventArgs e ) : void
btnActionRestore_Click ( object sender, RoutedEventArgs e ) : void
dockManager_ActiveContentChanged ( object sender, EventArgs e ) : void
menuCloseApplication_Click ( object sender, RoutedEventArgs e ) : void
menuHelpAbout_Click ( object sender, RoutedEventArgs e ) : void
menuOpenCacheFile_Click ( object sender, RoutedEventArgs e ) : void
menuOpenSettings_Click ( object sender, EventArgs e ) : void
menuViewStartPage_Click ( object sender, RoutedEventArgs e ) : void
statusUpdateCleaner_Clear ( object sender, EventArgs e ) : void

Method Details

AddCacheTabModule() public méthode

Add a new Blam Cache Editor Container
public AddCacheTabModule ( string cacheLocation ) : void
cacheLocation string Path to the Blam Cache File
Résultat void

AddHaloViewport() public méthode

public AddHaloViewport ( ) : void
Résultat void

AddTabModule() public méthode

public AddTabModule ( TabGenre tabG, bool singleInstance = true ) : void
tabG TabGenre
singleInstance bool
Résultat void

ClearTabs() public méthode

public ClearTabs ( ) : void
Résultat void

HideMask() public méthode

public HideMask ( ) : void
Résultat void

Home() public méthode

public Home ( ) : System
Résultat System

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void

OpenContentFile() public méthode

Open a new Blam Engine File
public OpenContentFile ( ContentTypes contentType ) : void
contentType ContentTypes Type of content to open
Résultat void

ProcessCommandLineArgs() public méthode

public ProcessCommandLineArgs ( IList args ) : bool
args IList
Résultat bool

ResizeBottomLeftThumb_DragDelta() public méthode

public ResizeBottomLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeBottomRightThumb_DragDelta() public méthode

public ResizeBottomRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeBottomThumb_DragDelta() public méthode

public ResizeBottomThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeLeftThumb_DragDelta() public méthode

public ResizeLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeRightThumb_DragDelta() public méthode

public ResizeRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeTopLeftThumb_DragDelta() public méthode

public ResizeTopLeftThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeTopRightThumb_DragDelta() public méthode

public ResizeTopRightThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ResizeTopThumb_DragDelta() public méthode

public ResizeTopThumb_DragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
sender object
e System.Windows.Controls.Primitives.DragDeltaEventArgs
Résultat void

ShowMask() public méthode

public ShowMask ( ) : void
Résultat void

UpdateStatusText() public méthode

Set the status text of Assembly
public UpdateStatusText ( string status ) : void
status string Current Status of Assembly
Résultat void

UpdateTitleText() public méthode

Set the title text of Assembly
public UpdateTitleText ( string title ) : void
title string Current Title, Assembly shall add the rest for you.
Résultat void

Property Details

OpacityIndex public_oe property

public int OpacityIndex
Résultat int