Package node_manager_fkie :: Package editor :: Module graph_view :: Class GraphViewWidget
[frames] | no frames]

Class GraphViewWidget

source code

python_qt_binding.QtWidgets.QDockWidget --+
                                          |
                                         GraphViewWidget

A frame to find text in the Editor.

Instance Methods
 
__init__(self, tabwidget, parent=None) source code
 
clear_cache(self) source code
 
set_file(self, current_path, root_path) source code
 
find_parent_file(self) source code
 
on_activated(self, index) source code
 
on_clicked(self, index) source code
 
enable(self) source code
Class Variables
  DATA_FILE = Qt.UserRole+ 1
  DATA_LINE = Qt.UserRole+ 2
  DATA_INC_FILE = Qt.UserRole+ 3
  DATA_LEVEL = Qt.UserRole+ 4
Instance Variables
  load_signal = Signal(str, bool)
filename of file to load, True if insert after the current open tab
  goto_signal = Signal(str, int)
filename, line to go