Contains classes and interfaces used in the user interface.
| C# | Visual Basic | Visual C++ |
namespace Flexivert.UI
Namespace Flexivert.UI
namespace Flexivert.UI
| All Types | Classes | Interfaces | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ActionCategories |
Contains values for possible toolbar action categories.
| |
| EdgeView |
Defines for a graph plotter the way an edge looks. This
class separates edge implementation from edge plotting.
| |
| FlexivertWindows |
Defines constants for different windows available in the Flexivert application.
| |
| IFlexivertApplication |
An interface implemented by any class which can act as a Fleexivert application.
| |
| IGraphContext |
Represents the graph context of a graph displayed in the user interface.
| |
| Images |
This class contains all Flexivert's common images as static members.
This class is used in the application, and can be used in plugins.
| |
| IToolbarAction |
Represents an action that can be added to toolbars by user.
| |
| IToolButton |
Represents a toolbar button.
| |
| Toolbar |
Represents a toolbar, consisting of IToolButton instances.
| |
| ToolbarManager |
This class is used to encapsulate and manipulate multiple toolbars.
An instance of this class is used by the Flexivert application to
manage toolbars.
| |
| ToolStripPanes |
Contains values fot different possible toolstrip panes.
| |
| UIEdge |
This class is a subclass of Edge that is displayable in the user interface.
| |
| UIVertex |
This class is a subclass of Vertex that is displayable in the user interface.
| |
| VertexView |
Defines for a graph plotter the way a vertex looks. This
class separates vertex implementation from vertex plotting.
|