An interface implemented by any class which can act as a Fleexivert application.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface IFlexivertApplication
Public Interface IFlexivertApplication
public interface class IFlexivertApplication
Members
All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
Alert(String) |
Displays a message to the user.
| |
ApplyAlgorithm(IGraphAlgorithm) |
Applies an algorithm to the currently active graph
in the application.
| |
ButtonState |
Gets the current state of application buttons.
| |
ButtonStateChanged |
An event which is raised when application button states change.
| |
Confirm(String) |
Asks a yes/no question from the user.
| |
CreateGraph(GraphTypes) |
Creates a graph of the specified type, using the application's
default settings.
| |
Error(String) |
Asserts an error message.
| |
ExecuteScript(String) |
Executes a script in the application.
| |
Out |
Gets the text writer used by plugins and scripts to output text.
| |
PluginManager |
Gets the default plugin manager that manages plugins for the current
instance of the application.
| |
PrintDocument()()() |
Prints the currently active document in the application.
| |
Prompt(String) |
Retrieves a string from the user.
| |
ShowWindow(FlexivertWindows) |
Shows or activates a special window in the application.
|