org.kde.koala
public class KRecentFilesAction extends KListAction
UNKNOWN: Recent files action.
Constructor Summary | |
---|---|
protected | KRecentFilesAction(Class dummy) |
KRecentFilesAction(String text, KShortcut cut, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, KShortcut cut, QObject parent, String name) | |
KRecentFilesAction(String text, KShortcut cut, QObject parent) | |
KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRecentFilesAction(String text, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent, String name) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject parent) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent, String name) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject parent) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRecentFilesAction(String text, QIconSet pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name, int maxItems) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent, String name) | |
KRecentFilesAction(String text, String pix, KShortcut cut, QObject receiver, String slot, QObject parent) | |
KRecentFilesAction(QObject parent, String name, int maxItems) | |
KRecentFilesAction(QObject parent, String name) | |
KRecentFilesAction(QObject parent) | |
KRecentFilesAction() |
Method Summary | |
---|---|
void | addURL(KURL url)
Add URL to recent files list. |
void | addURL(KURL url, String name)
Add URL to recent files list. |
String | className() |
void | clearURLList()
Removes all entries from the recent files list. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | itemSelected(String string) |
void | loadEntries(KConfig config, String groupname)
Loads the recent files entries from a given KConfig object.
|
void | loadEntries(KConfig config) |
int | maxItems()
Returns the maximum of items in the recent files list. |
protected void | menuAboutToShow() |
protected void | menuItemActivated(int id) |
QMetaObject | metaObject() |
int | plug(QWidget widget, int index) |
int | plug(QWidget widget) |
void | removeURL(KURL url)
Remove an URL from the recent files list. |
void | saveEntries(KConfig config, String groupname)
Saves the current recent files entries to a given KConfig object.
|
void | saveEntries(KConfig config) |
void | setMaxItems(int maxItems)
Sets the maximum of items in the recent files list.
|
protected void | slotActivated(int arg1) |
protected void | slotActivated(String arg1) |
protected void | slotActivated() |
protected void | slotClicked() |
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: text The text that will be displayed. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke when a URL is selected. Its signature is of the form slotURLSelected( KURL ). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: text The text that will be displayed. pix The icons that go with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke when a URL is selected. Its signature is of the form slotURLSelected( KURL ). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: text The text that will be displayed. pix The dynamically loaded icon that goes with this action. cut The corresponding keyboard accelerator (shortcut). receiver The SLOT's parent. slot The SLOT to invoke when a URL is selected. Its signature is of the form slotURLSelected( KURL ). parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: parent This action's parent. name An internal name for this action. maxItems The maximum number of files to display
UNKNOWN:
Parameters: url The URL of the file
UNKNOWN: Add URL to recent files list.
Parameters: url The URL of the file name The user visible pretty name that appears before the URL
UNKNOWN: Add URL to recent files list.
UNKNOWN: Removes all entries from the recent files list.
UNKNOWN: Loads the recent files entries from a given KConfig object.
UNKNOWN: Returns the maximum of items in the recent files list.
Parameters: url The URL of the file
UNKNOWN: Remove an URL from the recent files list.
UNKNOWN: Saves the current recent files entries to a given KConfig object.
UNKNOWN: Sets the maximum of items in the recent files list.