wx.PackageBuilder.ContentTypeConfigTable Class Reference

Inheritance diagram for wx.PackageBuilder.ContentTypeConfigTable:

Inheritance graph

List of all members.

Public Member Functions

override bool CanGetValueAs (int row, int col, string typeName)
override bool CanHaveAttributes ()
override bool CanSetValueAs (int row, int col, string typeName)
 ContentTypeConfigTable ()
 ContentTypeConfigTable (ICollection< Build.ContentType > validTypes)
override
wx.GridCtrl.GridCellAttr 
GetAttr (int row, int col, wx.GridCtrl.GridCellAttr.AttrKind kind)
override string GetColLabelValue (int col)
override int GetNumberCols ()
override int GetNumberRows ()
override string GetValue (int row, int col)
override bool GetValueAsBool (int row, int col)
override bool IsEmptyCell (int row, int col)
void SaveResults ()
override void SetValue (int row, int col, string val)
override void SetValueAsBool (int row, int col, bool val)

Properties

ICollection
< Build.ContentType
Results [get]


Detailed Description

Table containing the data of the config grid.

Constructor & Destructor Documentation

wx.PackageBuilder.ContentTypeConfigTable.ContentTypeConfigTable ( ICollection< Build.ContentType validTypes  ) 

This creates a tree model where all content types contained by the argument will be selected initially.

Parameters:
validTypes A collection of types that will be selected initially.

wx.PackageBuilder.ContentTypeConfigTable.ContentTypeConfigTable (  ) 

Creates an instance displaying all known content types. This will also read the configuration in order to display the current configuration.

See also:
wx.Build.ContentType.AllContentTypes


Member Function Documentation

override bool wx.PackageBuilder.ContentTypeConfigTable.CanGetValueAs ( int  row,
int  col,
string  typeName 
)

override bool wx.PackageBuilder.ContentTypeConfigTable.CanHaveAttributes (  ) 

override bool wx.PackageBuilder.ContentTypeConfigTable.CanSetValueAs ( int  row,
int  col,
string  typeName 
)

override wx.GridCtrl.GridCellAttr wx.PackageBuilder.ContentTypeConfigTable.GetAttr ( int  row,
int  col,
wx.GridCtrl.GridCellAttr.AttrKind  kind 
)

override string wx.PackageBuilder.ContentTypeConfigTable.GetColLabelValue ( int  col  ) 

override int wx.PackageBuilder.ContentTypeConfigTable.GetNumberCols (  ) 

override int wx.PackageBuilder.ContentTypeConfigTable.GetNumberRows (  ) 

override string wx.PackageBuilder.ContentTypeConfigTable.GetValue ( int  row,
int  col 
)

override bool wx.PackageBuilder.ContentTypeConfigTable.GetValueAsBool ( int  row,
int  col 
)

override bool wx.PackageBuilder.ContentTypeConfigTable.IsEmptyCell ( int  row,
int  col 
)

void wx.PackageBuilder.ContentTypeConfigTable.SaveResults (  ) 

This will safe the results in the configuration of the application.

override void wx.PackageBuilder.ContentTypeConfigTable.SetValue ( int  row,
int  col,
string  val 
)

override void wx.PackageBuilder.ContentTypeConfigTable.SetValueAsBool ( int  row,
int  col,
bool  val 
)


Property Documentation

ICollection<Build.ContentType> wx.PackageBuilder.ContentTypeConfigTable.Results [get]

This is a collection of all types that have been selected by the user.


The wx.NET Build System.   (c) 2009-2010 Harald Meyer auf'm Hofe