Property | Type | Description | |
---|---|---|---|
CalculateHoverButtonHorizPosition | int | ||
GetCellInfo | bool | ||
GetIndexOfTopLevelObject | int | ||
InitializeComponent | void | ||
LogicalFromDisplay | int | ||
MakeRowSelection | IVwSelection | ||
SelectAndScrollToAnalysisOccurrence | void | ||
SelectAndScrollToBookmark | void | ||
SelectAndScrollToLoc | void | ||
SetHoverButtonLocation | void | ||
m_cellContextMenu_Closed | void | ||
m_logic_RowModifiedEvent | void |
Method | Description | |
---|---|---|
AdjustPrintDialog ( System.Windows.Forms.PrintDialog dlg ) : void |
The constituent chart typically wants to take up all the page it can, in landscape mode! Enhance JohnT: eventually we should have a page layout diagram that allows at least this to be controlled.
|
|
ConstChartBody ( ConstituentChartLogic logic, |
Make one.
|
|
GetColumnContentsWidth ( int icolChanged ) : int |
measures the width of the strings built by the display of a column and returns the maximumn width found. NOTE: you may need to add a small (e.g. under 10-pixel) margin to prevent wrapping in most cases.
|
|
MakeRoot ( ) : void | ||
SetColWidths ( int widths ) : void | ||
SetRoot ( IDsConstChart chart, ICmPossibility allColumns ) : void |
Change the root chart. This version takes the actual chart object.
|
|
SetRoot ( int hvoChart, ICmPossibility allColumns ) : void |
Change the root chart.
|
|
SetRoot ( int hvoChart, ICmPossibility allColumns, bool fRightToLeft ) : void |
Change the root chart.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetPrintInfo ( int &hvo, IVwViewConstructor &vc, int &frag, IVwStylesheet &ss ) : void | ||
OnHandleCreated ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
CalculateHoverButtonHorizPosition ( int columnIndex, bool fRtl ) : int | ||
GetCellInfo ( MouseEventArgs e, SIL.FieldWorks.Discourse.ChartLocation &clickedCell, int &irow ) : bool |
Get info about which cell the user clicked in.
|
|
GetIndexOfTopLevelObject ( |
||
InitializeComponent ( ) : void | ||
LogicalFromDisplay ( int icol ) : int |
Gets the logical column index from the display column index. (If the chart is for a RTL script, the 2 column orders are swapped.)
|
|
MakeRowSelection ( IConstChartRow row, bool fInstall ) : IVwSelection | ||
SelectAndScrollToAnalysisOccurrence ( AnalysisOccurrence occurrence ) : void |
Select and scroll to Chart location closest to an AnalysisOccurrence. Takes into account ChOrphs by finding nearest charted location.
|
|
SelectAndScrollToBookmark ( |
Selects and scrolls to the bookmarked location in the constituent chart.
|
|
SelectAndScrollToLoc ( SIL.FieldWorks.Discourse.ChartLocation chartLoc, bool fbookmark ) : void |
Selects and scrolls to the bookmarked location in the constituent chart. This version assumes the bookmarked location has been charted, since the location is passed as a parameter.
|
|
SetHoverButtonLocation ( Rect cellRect, int columnIndex ) : void | ||
m_cellContextMenu_Closed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void | ||
m_logic_RowModifiedEvent ( object sender, RowModifiedEventArgs e ) : void |
public AdjustPrintDialog ( System.Windows.Forms.PrintDialog dlg ) : void | ||
dlg | System.Windows.Forms.PrintDialog | |
return | void |
public ConstChartBody ( ConstituentChartLogic logic, |
||
logic | ConstituentChartLogic | |
chart | ||
return | System |
public GetColumnContentsWidth ( int icolChanged ) : int | ||
icolChanged | int | |
return | int |
protected GetPrintInfo ( int &hvo, IVwViewConstructor &vc, int &frag, IVwStylesheet &ss ) : void | ||
hvo | int | |
vc | IVwViewConstructor | |
frag | int | |
ss | IVwStylesheet | |
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public SetRoot ( IDsConstChart chart, ICmPossibility allColumns ) : void | ||
chart | IDsConstChart | |
allColumns | ICmPossibility | |
return | void |
public SetRoot ( int hvoChart, ICmPossibility allColumns ) : void | ||
hvoChart | int | |
allColumns | ICmPossibility | |
return | void |
public SetRoot ( int hvoChart, ICmPossibility allColumns, bool fRightToLeft ) : void | ||
hvoChart | int | |
allColumns | ICmPossibility | |
fRightToLeft | bool | |
return | void |