wx.Html.Help.HtmlBookRecords Class Reference

Inheritance diagram for wx.Html.Help.HtmlBookRecords:

wx.Object wx.Html.Help.IConstList

List of all members.

Public Member Functions

int FindPage (string filename)
object GetItem (int index)
bool HasFile (string filename)
 HtmlBookRecords (IntPtr wxObject)

Protected Member Functions

override void Dispose (bool disposing)
new internal void VirtualDispose ()

Properties

int Count [get]
HtmlBookRecord this [int index] [get]


Detailed Description

This is simply a collection of instance of HtmlBookRecord. This is a particular class for some technical reasons. Avoid to use empty arrays of this kind.

As wx.HtmlBookRecord, this is a const class that does not allow to modify the value.


Constructor & Destructor Documentation

wx.Html.Help.HtmlBookRecords.HtmlBookRecords ( IntPtr  wxObject  ) 

Instances of this type will typically generated by Object.FindObject(). Reason: Instances of this class appear as output of a selector of HtmlHelpData.

Although an implementor of IList, this class does not support making changes (adding or removing items).


Member Function Documentation

override void wx.Html.Help.HtmlBookRecords.Dispose ( bool  disposing  )  [protected, virtual]

Reimplemented from wx.Object.

int wx.Html.Help.HtmlBookRecords.FindPage ( string  filename  ) 

Finds the index of the provided page (URL) in the list of bookmarks. This will return -1 if the provided page does not have a bookmark.

object wx.Html.Help.HtmlBookRecords.GetItem ( int  index  ) 

Implements wx.Html.Help.IConstList.

bool wx.Html.Help.HtmlBookRecords.HasFile ( string  filename  ) 

Returns true iff this set of bookmarks contains an entry of the provided file.

new internal void wx.Html.Help.HtmlBookRecords.VirtualDispose (  )  [protected]

called when an C++ (wx)Object dtor gets invoked This method may be passed to native objects that can use a Virtual_Dispose method that will be called on deleting the native object.

Reimplemented from wx.Object.


Property Documentation

int wx.Html.Help.HtmlBookRecords.Count [get]

Implements wx.Html.Help.IConstList.

HtmlBookRecord wx.Html.Help.HtmlBookRecords.this[int index] (  )  [get]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads