libkonq
KNewMenu Class Reference
#include <knewmenu.h>
Inheritance diagram for KNewMenu:
Public Slots | |
void | slotCheckUpToDate () |
Public Member Functions | |
KNewMenu (KActionCollection *collection, QWidget *parentWidget, const QString &name) | |
Detailed Description
- Deprecated:
- since 4.5, use KNewFileMenu from kdelibs/kfile instead.
Definition at line 30 of file knewmenu.h.
Constructor & Destructor Documentation
KNewMenu::KNewMenu | ( | KActionCollection * | collection, |
QWidget * | parentWidget, | ||
const QString & | name | ||
) |
Constructor.
- Parameters
-
collection the KActionCollection this KAction should be added to. parentWidget the parent widget that will be the owner of this KNewMenu and that will take care of destroying this instance once the parentWidget itself got destroyed. name action name, when adding the action to the collection
Definition at line 23 of file knewmenu.cpp.
Member Function Documentation
|
inlineslot |
Checks if updating the list is necessary IMPORTANT : Call this in the slot for aboutToShow.
And while you're there, you probably want to call setViewShowsHiddenFiles ;)
Definition at line 51 of file knewmenu.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.