C# Class SIL.FieldWorks.SharpViews.SharpViewsTests.MockSite

Inheritance: ISharpViewSite
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
GraphicsHolder MockGraphicsHolder
PerformAfterNotificationsActions List
RectsInvalidated List
RectsInvalidatedInRoot List
m_transform PaintTransform
m_vwGraphics IVwGraphics

Public Methods

Method Description
DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
DoPendingAfterNotificationTasks ( ) : void
Invalidate ( Rectangle rect ) : void

Invalidate (mark as needing to be painted) the specified rectangle.

InvalidateInRoot ( Rectangle rect ) : void
PerformAfterNotifications ( System.Action task ) : void

Method Details

DoDragDrop() public method

public DoDragDrop ( object data, DragDropEffects allowedEffects ) : DragDropEffects
data object
allowedEffects DragDropEffects
return DragDropEffects

DoPendingAfterNotificationTasks() public method

public DoPendingAfterNotificationTasks ( ) : void
return void

Invalidate() public method

Invalidate (mark as needing to be painted) the specified rectangle.
public Invalidate ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

InvalidateInRoot() public method

public InvalidateInRoot ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

PerformAfterNotifications() public method

public PerformAfterNotifications ( System.Action task ) : void
task System.Action
return void

Property Details

GraphicsHolder public property

public MockGraphicsHolder,SIL.FieldWorks.SharpViews.SharpViewsTests GraphicsHolder
return MockGraphicsHolder

PerformAfterNotificationsActions public property

public List PerformAfterNotificationsActions
return List

RectsInvalidated public property

public List RectsInvalidated
return List

RectsInvalidatedInRoot public property

public List RectsInvalidatedInRoot
return List

m_transform public property

public PaintTransform m_transform
return PaintTransform

m_vwGraphics public property

public IVwGraphics m_vwGraphics
return IVwGraphics