NevronOpenVision
Nevron.Nov.Schedule Namespace / NSchedule Class


NSchedule Class Methods

For a list of all members of this type, see NSchedule members.

Public Methods
 NameDescription
Public MethodOverridden. Appends the displayable children of the element to the given list.  
Public MethodOverridden. Indicates whether this element currently returns a transformation different than NMatrix.Identity.  
Public MethodOverloaded. Creates a preview for the given appointment.  
Public MethodOverridden. Performs the element post children paint.  
Public MethodOverridden. Performs the element pre children paint.  
Public MethodOverloaded. Gets the border edge (border area) of the element (in local coordinates).  
Public MethodOverloaded. Gets the content edge (inner edge) of the element (in local coordinates)  
Public MethodGets the element insets. This implemenation returns the sum of the margins, padding and border thickness.  
Public MethodOverloaded. Gets the padding edge (padding area) of the element (in local coordinates).  
Public MethodOverridden. Gets the matrix that transforms local to parent coordinates.  
Public MethodOverloaded. Gets the appointment widget at the given location in the schedule.  
Public MethodInvalidates the element arrange.  
Public MethodInvalidates the element arrange due to a change in one of its child elements.  
Public MethodInvalidates the element measure and pools the element for measure validation.  
Public MethodInvalidates the element measure due to a change in one of its child elements.  
Public MethodOverloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system.  
Public MethodOverloaded. Converts a logical length to length in schedule drawing units (DIPs). This method takes into account the drawing scale.  
Public MethodOverloaded. Overridden. Transforms a point in parent coordinates to local coordinates.  
Public MethodOverloaded. Converts a length in page drawing units (DIPs) to a logical length. This method takes into account the drawing scale.  
Public MethodScrolls the viewport in the specified direction, with the specified amount of steps.  
Public MethodScrolls the schedule to the given time.  
Public MethodCalled to arrange the element.  
Public MethodCalled to validate the element measure  
Public MethodOverridden. Called to propagate the display traversal to the node children.  
Public MethodIncreaseases the zoom factor with the zoom step.  
Public MethodDecreases the zoom factor with the zoom step.  
Public MethodZooms the page to the specified factor.  
Top
Protected Methods
 NameDescription
Protected MethodAppends the default categories to the given schedule category collection.  
Protected MethodAppends the default time markers to the given schedule time markers collection.  
Protected MethodArranges the appointments of this schedule.  
Internal Method  
Protected MethodCreates the border wall of the box.  
Protected MethodCreates the current time indicator. It is not visible by default and has a semi-transparent red fill - new NColorFill(new NColor(192, 0, 0, 160)).  
Internal Method  
Internal Method  
Internal Method  
Protected MethodMeasures the schedule.  
Internal Method  
Protected MethodCalled when the CurrentDate property has changed.  
Protected MethodPaints the background of the box, which is performed before the custom painting in OnPrePaint.  
Protected MethodPaints the foreground of the box, which is performed after the custom painting in OnPostPaint.  
Protected MethodOverridden. Called after the document node is registered in its owner document.  
Protected MethodCalled when the transform of the schedule has changed.  
Protected MethodOverridden. Called after the document node is unregistered from its owner document.  
Protected MethodCalled when the ViewMode property has changed.  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Top
See Also