C# Class QSTDI.TdiSliderTab

Inheritance: Gtk.HBox, ITdiTab, ITdiTabParent, ITdiTabWithPath
Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnDialogClose ( object sender, TdiTabCloseEventArgs arg ) : void
OnJournalClose ( object sender, TdiTabCloseEventArgs arg ) : void
OnPathUpdate ( ) : void

Private Methods

Method 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 method

public AddSlaveTab ( ITdiTab masterTab, ITdiTab slaveTab ) : void
masterTab ITdiTab
slaveTab ITdiTab
return void

AddTab() public method

public AddTab ( ITdiTab tab, ITdiTab afterTab, bool CanSlided = true ) : void
tab ITdiTab
afterTab ITdiTab
CanSlided bool
return void

CheckClosingSlaveTabs() public method

public CheckClosingSlaveTabs ( ITdiTab tab ) : bool
tab ITdiTab
return bool

CompareHashName() public method

public CompareHashName ( string hashName ) : bool
hashName string
return bool

Destroy() public method

public Destroy ( ) : void
return void

FindTab() public method

public FindTab ( string hashName, string masterHashName = null ) : ITdiTab
hashName string
masterHashName string
return ITdiTab

OnDialogClose() protected method

protected OnDialogClose ( object sender, TdiTabCloseEventArgs arg ) : void
sender object
arg TdiTabCloseEventArgs
return void

OnJournalClose() protected method

protected OnJournalClose ( object sender, TdiTabCloseEventArgs arg ) : void
sender object
arg TdiTabCloseEventArgs
return void

OnPathUpdate() protected method

protected OnPathUpdate ( ) : void
return void

OpenTab() public method

public OpenTab ( string hashName, Func newTabFunc, ITdiTab afterTab = null ) : ITdiTab
hashName string
newTabFunc Func
afterTab ITdiTab
return ITdiTab

SwitchOnTab() public method

public SwitchOnTab ( ITdiTab tab ) : void
tab ITdiTab
return void

TdiSliderTab() public method

public TdiSliderTab ( ITdiJournal jour ) : System
jour ITdiJournal
return System