C# Class QSTDI.TdiSliderTab

Inheritance: Gtk.HBox, ITdiTab, ITdiTabParent, ITdiTabWithPath
Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Méthode Description
AddSlaveTab ( ITdiTab masterTab, ITdiTab slaveTab ) : void
AddTab ( ITdiTab tab, ITdiTab afterTab, bool CanSlided = true ) : void
CheckClosingSlaveTabs ( ITdiTab tab ) : bool
CompareHashName ( string hashName ) : bool
Destroy ( ) : void
FindTab ( string hashName, string masterHashName = null ) : ITdiTab
OpenTab ( string hashName, Func newTabFunc, ITdiTab afterTab = null ) : ITdiTab
SwitchOnTab ( ITdiTab tab ) : void
TdiSliderTab ( ITdiJournal jour ) : System

Méthodes protégées

Méthode Description
OnDialogClose ( object sender, TdiTabCloseEventArgs arg ) : void
OnJournalClose ( object sender, TdiTabCloseEventArgs arg ) : void
OnPathUpdate ( ) : void

Private Methods

Méthode Description
ActiveDialog_TabNameChanged ( object sender, TdiTabNameChangedEventArgs e ) : void
OnJournalTabNameChanged ( object sender, TdiTabNameChangedEventArgs arg ) : void
OnSladerTabChanged ( ) : void
OnSwitchIn ( ITdiTab tabFrom ) : void
OnSwitchOut ( ITdiTab tabTo ) : void
SetNewDialogTitle ( string tilte ) : void

Method Details

AddSlaveTab() public méthode

public AddSlaveTab ( ITdiTab masterTab, ITdiTab slaveTab ) : void
masterTab ITdiTab
slaveTab ITdiTab
Résultat void

AddTab() public méthode

public AddTab ( ITdiTab tab, ITdiTab afterTab, bool CanSlided = true ) : void
tab ITdiTab
afterTab ITdiTab
CanSlided bool
Résultat void

CheckClosingSlaveTabs() public méthode

public CheckClosingSlaveTabs ( ITdiTab tab ) : bool
tab ITdiTab
Résultat bool

CompareHashName() public méthode

public CompareHashName ( string hashName ) : bool
hashName string
Résultat bool

Destroy() public méthode

public Destroy ( ) : void
Résultat void

FindTab() public méthode

public FindTab ( string hashName, string masterHashName = null ) : ITdiTab
hashName string
masterHashName string
Résultat ITdiTab

OnDialogClose() protected méthode

protected OnDialogClose ( object sender, TdiTabCloseEventArgs arg ) : void
sender object
arg TdiTabCloseEventArgs
Résultat void

OnJournalClose() protected méthode

protected OnJournalClose ( object sender, TdiTabCloseEventArgs arg ) : void
sender object
arg TdiTabCloseEventArgs
Résultat void

OnPathUpdate() protected méthode

protected OnPathUpdate ( ) : void
Résultat void

OpenTab() public méthode

public OpenTab ( string hashName, Func newTabFunc, ITdiTab afterTab = null ) : ITdiTab
hashName string
newTabFunc Func
afterTab ITdiTab
Résultat ITdiTab

SwitchOnTab() public méthode

public SwitchOnTab ( ITdiTab tab ) : void
tab ITdiTab
Résultat void

TdiSliderTab() public méthode

public TdiSliderTab ( ITdiJournal jour ) : System
jour ITdiJournal
Résultat System