Bug 83679 - Not possible to add entries to context menu of KDirOperator
Summary: Not possible to add entries to context menu of KDirOperator
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-20 00:44 UTC by Winfried Dobbe
Modified: 2018-05-03 20:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Winfried Dobbe 2004-06-20 00:44:07 UTC
Version:            (using KDE KDE 3.2.3)
Installed from:    SuSE RPMs
Compiler:          gcc 3.3.3 
OS:                Linux

In my KDirOperator derived class I want to add some items to the context menu. However the actionMenu member is private in KDirOperator and there is no access member. Please add a function like:

KActionMenu* actionMenu() const;

In addition consider if the setupMenu() function shouldn't be virtual.
Comment 1 Nate Graham 2018-05-03 20:47:42 UTC
actionMenu is now public.