+
+ enum ContextType
+ {
+ NoContext = 0,
+ ItemContext = 1,
+ TrashContext = 2
+ };
+
+ QPoint m_pos;
+ DolphinMainWindow* m_mainWindow;
+
+ KFileItem m_fileInfo;
+
+ QUrl m_baseUrl;
+ KFileItem* m_baseFileItem; /// File item for m_baseUrl
+
+ KFileItemList m_selectedItems;
+ mutable KFileItemListProperties* m_selectedItemsProperties;
+
+ int m_context;
+ KFileCopyToMenu m_copyToMenu;
+ QList<QAction*> m_customActions;
+
+ Command m_command;
+
+ DolphinRemoveAction* m_removeAction; // Action that represents either 'Move To Trash' or 'Delete'