C# Class QSTDI.TdiTabInfo

Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
MasterTabInfo TdiTabInfo
SlaveTabs List
TabNameLabel Gtk.Label
TdiTab ITdiTab

Public Methods

Method Description
TdiTabInfo ( ITdiTab tab, Gtk.Label label, TdiTabInfo masterTabInfo = null ) : System

Method Details

TdiTabInfo() public method

public TdiTabInfo ( ITdiTab tab, Gtk.Label label, TdiTabInfo masterTabInfo = null ) : System
tab ITdiTab
label Gtk.Label
masterTabInfo TdiTabInfo
return System

Property Details

MasterTabInfo public property

public TdiTabInfo,QSTDI MasterTabInfo
return TdiTabInfo

SlaveTabs public property

public List SlaveTabs
return List

TabNameLabel public property

public Label,Gtk TabNameLabel
return Gtk.Label

TdiTab public property

public ITdiTab TdiTab
return ITdiTab