API Documentation
Loading...
Searching...
No Matches
ContextMenuManager.h File Reference
#include <NDEVR/SoftwareService.h>
#include <NDEVR/PopupInfo.h>
#include <NDEVR/SelectionInfo.h>
#include <QMenu>
Include dependency graph for ContextMenuManager.h:

Go to the source code of this file.

Classes

class  ContextMenuCallback
 Allows for customization of what is shown when the user right-clicks or accesses the ContextMenu for an object, selection, or scene. More...
 
class  ContextMenuManager
 Manages setting up the context menu that is shown when the user right-clicks or accesses the ContextMenu for an object, selection, or scene. More...
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  ContextMenuActions {
  e_show_properties , e_make_visible , e_hide_everything_except , e_make_invisible ,
  e_solid_material , e_outline_material , e_mesh , e_save ,
  e_explode , e_group , e_import_from_library , e_delete_from_library ,
  e_add_station , e_delete_object , e_station_text_visible , e_station_lines_visible ,
  e_station_axis_visible , e_deploy_to_station , e_deploy_to_borehole , e_add_deployment ,
  e_none
}
 Default built-in context menu actions. More...