comparison kdiff3/src/kreplacements/ShellContextMenu.h @ 70:5bbfe4784324

KDiff3 0.9.89 for Qt4
author joachim99
date Tue, 18 Apr 2006 20:19:57 +0000
parents 8febbfb1148c
children
comparison
equal deleted inserted replaced
69:8febbfb1148c 70:5bbfe4784324
17 void SetObjects (IShellFolder * psfFolder, LPITEMIDLIST pidlItem); 17 void SetObjects (IShellFolder * psfFolder, LPITEMIDLIST pidlItem);
18 void SetObjects (IShellFolder * psfFolder, LPITEMIDLIST * pidlArray, int nItemCount); 18 void SetObjects (IShellFolder * psfFolder, LPITEMIDLIST * pidlArray, int nItemCount);
19 void SetObjects (LPITEMIDLIST pidl); 19 void SetObjects (LPITEMIDLIST pidl);
20 void SetObjects (const QString& strObject); 20 void SetObjects (const QString& strObject);
21 void SetObjects (const QStringList& strList); 21 void SetObjects (const QStringList& strList);
22 UINT ShowContextMenu (QWidget* pParent, QPoint pt, QPopupMenu* pMenu); 22 UINT ShowContextMenu (QWidget* pParent, QPoint pt, QMenu* pMenu);
23 CShellContextMenu(); 23 CShellContextMenu();
24 virtual ~CShellContextMenu(); 24 virtual ~CShellContextMenu();
25 25
26 private: 26 private:
27 int nItems; 27 int nItems;