Information that can be associated with a TreeViewerNode which is specific to symbols as defined in the SymbolViewer. More...
#include <symbolviewer.h>


Public Member Functions | |
| bool | operator() (ViewerManager *vm, CursorWindow::viewport *vp, int command, FileName const &) |
| Interpret command keys sent to this node. Silently ignore unknown command keys. | |
| SymbolViewerNodeInformation (string file, int line) | |
| ~SymbolViewerNodeInformation () | |
Public Attributes | |
| string | filename_ |
| int | lineNumber_ |
Information that can be associated with a TreeViewerNode which is specific to symbols as defined in the SymbolViewer.
Definition at line 42 of file symbolviewer.h.
| SymbolViewerNodeInformation | ( | string | file, | |
| int | line | |||
| ) |
Definition at line 51 of file symbolviewer.h.
Definition at line 57 of file symbolviewer.h.
| bool operator() | ( | ViewerManager * | vm, | |
| CursorWindow::viewport * | vp, | |||
| int | command, | |||
| FileName const & | ||||
| ) | [virtual] |
Interpret command keys sent to this node. Silently ignore unknown command keys.
| vm | The viewer manager (needed to create new windows) | |
| vp | The window drawing viewport. | |
| command | The value of a key event sent to this node. | |
| rootDir | The root directory associated with the tree nodes. If not empty, it must end in either \ or / |
Implements TreeViewerNodeInfo.
Definition at line 249 of file symbolviewer.cxx.

Definition at line 47 of file symbolviewer.h.
| int lineNumber_ |
Definition at line 48 of file symbolviewer.h.
1.6.3