Window where graphs are shown. More...
Public Member Functions | |
| List< Debugger > | getDebuggers () |
| List of debuggers to be used with the graph. | |
| View2D | getView2D () |
| View2D shown in the frame. | |
| GraphWindow | getWindow () |
| Parent window of the frame. | |
| String | toString () |
| Printable representation of the frame. | |
Represents a single graph frame. A graph frame is the part of the GUI that contains the graph view, the debugger panel, the tag panel, and so on.
| List<Debugger> BinNavi.API.gui.GraphFrame.getDebuggers | ( | ) |
Returns the debuggers that can be used to debug the graph shown in the frame.
| View2D BinNavi.API.gui.GraphFrame.getView2D | ( | ) |
Returns the View2D object of the graph that is shown in the graph frame.
| GraphWindow BinNavi.API.gui.GraphFrame.getWindow | ( | ) |
Returns the parent window of the frame.
| String BinNavi.API.gui.GraphFrame.toString | ( | ) |
Returns a string representation of the frame.
1.7.1