WorkspacePanel

Undocumented in source.

Constructors

this
this(string id)
Undocumented in source.

Members

Functions

addProjectItems
void addProjectItems(TreeItem root, ProjectItem items)
Undocumented in source. Be warned that the author may not have intended to support it.
createBodyWidget
Widget createBodyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
findSourceFileItem
ProjectSourceFile findSourceFileItem(string filename, bool fullFileName)
Undocumented in source. Be warned that the author may not have intended to support it.
handleAction
bool handleAction(Action a)

override to handle specific actions

onPopupMenuItem
void onPopupMenuItem(MenuItem item)
Undocumented in source. Be warned that the author may not have intended to support it.
onTreeItemPopupMenu
MenuItem onTreeItemPopupMenu(TreeItems source, TreeItem selectedItem)
Undocumented in source. Be warned that the author may not have intended to support it.
onTreeItemSelected
void onTreeItemSelected(TreeItems source, TreeItem selectedItem, bool activated)
Undocumented in source. Be warned that the author may not have intended to support it.
reloadItems
void reloadItems()
Undocumented in source. Be warned that the author may not have intended to support it.
selectItem
bool selectItem(ProjectItem projectItem)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

workspace
Workspace workspace [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
workspace
Workspace workspace [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_filePopupMenu
MenuItem _filePopupMenu;
Undocumented in source.
_folderPopupMenu
MenuItem _folderPopupMenu;
Undocumented in source.
_popupMenuSelectedItemId
string _popupMenuSelectedItemId;
Undocumented in source.
_projectPopupMenu
MenuItem _projectPopupMenu;
Undocumented in source.
_tree
TreeWidget _tree;
Undocumented in source.
_workspace
Workspace _workspace;
Undocumented in source.
_workspacePopupMenu
MenuItem _workspacePopupMenu;
Undocumented in source.
sourceFileSelectionListener
Signal!SourceFileSelectionHandler sourceFileSelectionListener;

handle source file selection change

workspaceActionListener
Signal!WorkspaceActionHandler workspaceActionListener;
Undocumented in source.

Meta