This class contains all Flexivert's common images as static members.
This class is used in the application, and can be used in plugins.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class Images
Public NotInheritable Class Images
public ref class Images sealed
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
Images()()() | Initializes a new instance of the Images class | |
CodeWindow |
Code window icon
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
ErrorList |
Error list window icon
| |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetDefaultImage(ActionCategories) |
Retrieves an image suitable for an action in a specific category.
| |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
NewDirectedGraph |
Create new directed graph icon
| |
NewDocument |
New document icon
| |
NewUndirectedGraph |
Create new undirected graph icon
| |
NoPausing |
No pausing icon
| |
OpenDocument |
Open document icon
| |
Output |
Output window icon
| |
Pause |
Pause icon
| |
Play |
Play icon, which is used for compile action
| |
Print icon
| ||
Properties |
Property window icon
| |
Resume |
Resume icon
| |
SaveDocument |
Save document icon
| |
Script |
Quick script window icon
| |
Separator |
Toolbar separator icon
| |
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
Object | |
Images |