KStdAction Namespace Reference
Convenience methods to access all standard KDE actions. More...
Enumerations | |
enum | StdAction { ActionNone, New, Open, OpenRecent, Save, SaveAs, Revert, Close, Print, PrintPreview, Mail, Quit, Undo, Redo, Cut, Copy, Paste, SelectAll, Deselect, Find, FindNext, FindPrev, Replace, ActualSize, FitToPage, FitToWidth, FitToHeight, ZoomIn, ZoomOut, Zoom, Redisplay, Up, Back, Forward, Home, Prior, Next, Goto, GotoPage, GotoLine, FirstPage, LastPage, AddBookmark, EditBookmarks, Spelling, ShowMenubar, ShowToolbar, ShowStatusbar, SaveOptions, KeyBindings, Preferences, ConfigureToolbars, Help, HelpContents, WhatsThis, ReportBug, AboutApp, AboutKDE, TipofDay, ConfigureNotifications, FullScreen, Clear, PasteText, SwitchApplicationLanguage } |
Functions | |
usr src packages BUILD kdelibs kdeui kstdaction cpp QStringList | stdNames () |
KAction * | create (StdAction id, const char *name, const QObject *recvr, const char *slot, KActionCollection *parent) |
const char * | name (StdAction id) |
KAction * | openNew (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | open (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KRecentFilesAction * | openRecent (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | save (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | saveAs (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | revert (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | print (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | printPreview (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | close (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | mail (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | quit (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | undo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | redo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | cut (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | copy (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | paste (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | pasteText (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | clear (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | selectAll (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | deselect (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | find (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | findNext (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | findPrev (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | replace (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | actualSize (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | fitToPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | fitToWidth (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | fitToHeight (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | zoomIn (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | zoomOut (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | zoom (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | redisplay (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | up (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | back (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | forward (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | home (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | prior (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | next (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | goTo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | gotoPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | gotoLine (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | firstPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | lastPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | addBookmark (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | editBookmarks (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | spelling (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KToggleAction * | showMenubar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KToggleAction * | showToolbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) KDE_DEPRECATED |
KToggleToolBarAction * | showToolbar (const char *toolBarName, KActionCollection *parent, const char *name=0) KDE_DEPRECATED |
KToggleAction * | showStatusbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KToggleFullScreenAction * | fullScreen (const QObject *recvr, const char *slot, KActionCollection *parent, QWidget *window, const char *name=0) |
KAction * | saveOptions (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | keyBindings (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | preferences (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | configureToolbars (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | configureNotifications (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | help (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | helpContents (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | whatsThis (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | tipOfDay (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | reportBug (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | switchApplicationLanguage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | aboutApp (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | aboutKDE (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) |
KAction * | create (StdAction id, const QObject *recvr, const char *slot, KActionCollection *parent) |
KAction * | action (StdAction act_enum, const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0L) |
const char * | stdName (StdAction act_enum) |
Detailed Description
Convenience methods to access all standard KDE actions.
These actions should be used instead of hardcoding menubar and toolbar items. Using these actions helps your application easily conform to the KDE UI Style Guide
All of the documentation for KAction holds for KStdAction also. When in doubt on how things work, check the KAction documention first.
Simple Example:
In general, using standard actions should be a drop in replacement for regular actions. For example, if you previously had:
KAction *newAct = new KAction(i18n("&New"), QIconSet(BarIcon("filenew")), KStdAccel::shortcut(KStdAccel::New), this, SLOT(fileNew()), actionCollection());
You could drop that and replace it with:
KAction *newAct = KStdAction::openNew(this, SLOT(fileNew()), actionCollection());
Non-standard Usages
It is possible to use the standard actions in various non-recommended ways. Say, for instance, you wanted to have a standard action (with the associated correct text and icon and accelerator, etc) but you didn't want it to go in the standard place (this is not recommended, by the way). One way to do this is to simply not use the XML UI framework and plug it into wherever you want. If you do want to use the XML UI framework (good!), then it is still possible.
Basically, the XML building code matches names in the XML code with the internal names of the actions. You can find out the internal names of each of the standard actions by using the stdName action like so: KStdAction::stdName(KStdAction::Cut) would return 'edit_cut'. The XML building code will match 'edit_cut' to the attribute in the global XML file and place your action there.
However, you can change the internal name. In this example, just do something like:
(void)KStdAction::cut(this, SLOT(editCut()), actionCollection(), "my_cut");
Now, in your local XML resource file (e.g., yourappui.rc), simply put 'my_cut' where you want it to go.
Another non-standard usage concerns getting a pointer to an existing action if, say, you want to enable or disable the action. You could do it the recommended way and just grab a pointer when you instantiate it as in the the 'openNew' example above... or you could do it the hard way:
KAction *cut = actionCollection()->action(KStdAction::stdName(KStdAction::Cut));
Another non-standard usage concerns instantiating the action in the first place. Usually, you would use the member functions as shown above (e.g., KStdAction::cut(this, SLOT, parent)). You may, however, do this using the enums provided. This author can't think of a reason why you would want to, but, hey, if you do, here's how:
(void)KStdAction::action(KStdAction::New, this, SLOT(fileNew()), actionCollection()); (void)KStdAction::action(KStdAction::Cut, this, SLOT(editCut()), actionCollection());
Enumeration Type Documentation
The standard menubar and toolbar actions.
- Enumerator:
TipofDay - Since:
- 3.1
FullScreen - Since:
- 3.2
Clear - Since:
- 3.2
PasteText - Since:
- 3.2
SwitchApplicationLanguage - Since:
- 3.5.8
Definition at line 122 of file kstdaction.h.
Function Documentation
KAction * KStdAction::aboutApp | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the application's About box.
Definition at line 319 of file kstdaction.cpp.
KAction * KStdAction::aboutKDE | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the About KDE dialog.
Definition at line 321 of file kstdaction.cpp.
KAction* KStdAction::action | ( | StdAction | act_enum, |
const QObject * | recvr, | ||
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0L |
||
) | [inline] |
Creates an action corresponding to the KStdAction::StdAction enum.
Definition at line 181 of file kstdaction.h.
KAction * KStdAction::actualSize | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
View the document at its actual size.
Definition at line 191 of file kstdaction.cpp.
KAction * KStdAction::addBookmark | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Add the current page to the bookmarks tree.
Definition at line 229 of file kstdaction.cpp.
KAction * KStdAction::back | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Move back (web style menu).
Definition at line 209 of file kstdaction.cpp.
KAction * KStdAction::clear | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
KAction * KStdAction::close | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Close the current document.
Definition at line 159 of file kstdaction.cpp.
KAction * KStdAction::configureNotifications | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
KAction * KStdAction::configureToolbars | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
The Customize Toolbar dialog.
Definition at line 303 of file kstdaction.cpp.
KAction * KStdAction::copy | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Copy the selected area into the clipboard.
Definition at line 171 of file kstdaction.cpp.
KAction * KStdAction::create | ( | StdAction | id, |
const char * | name, | ||
const QObject * | recvr, | ||
const char * | slot, | ||
KActionCollection * | parent | ||
) |
Creates an action corresponding to the KStdAction::StdAction enum.
Definition at line 44 of file kstdaction.cpp.
KAction * KStdAction::cut | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Cut selected area and store it in the clipboard.
Definition at line 169 of file kstdaction.cpp.
KAction * KStdAction::deselect | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Deselect any selected elements in the current document.
Definition at line 181 of file kstdaction.cpp.
KAction * KStdAction::editBookmarks | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Edit the application bookmarks.
Definition at line 231 of file kstdaction.cpp.
KAction * KStdAction::find | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Initiate a 'find' request in the current document.
Definition at line 183 of file kstdaction.cpp.
KAction * KStdAction::findNext | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Find the next instance of a stored 'find'.
Definition at line 185 of file kstdaction.cpp.
KAction * KStdAction::findPrev | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Find a previous instance of a stored 'find'.
Definition at line 187 of file kstdaction.cpp.
KAction * KStdAction::firstPage | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Jump to the first page.
Definition at line 225 of file kstdaction.cpp.
KAction * KStdAction::fitToHeight | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Fit the document view to the height of the current window.
Definition at line 197 of file kstdaction.cpp.
KAction * KStdAction::fitToPage | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Fit the document view to the size of the current window.
Definition at line 193 of file kstdaction.cpp.
KAction * KStdAction::fitToWidth | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Fit the document view to the width of the current window.
Definition at line 195 of file kstdaction.cpp.
KAction * KStdAction::forward | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Move forward (web style menu).
Definition at line 211 of file kstdaction.cpp.
KToggleFullScreenAction * KStdAction::fullScreen | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
QWidget * | window, | ||
const char * | name = 0 |
||
) |
KAction * KStdAction::goTo | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Go to somewhere in general.
Definition at line 219 of file kstdaction.cpp.
KAction * KStdAction::gotoLine | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Go to a specific line (dialog).
Definition at line 223 of file kstdaction.cpp.
KAction * KStdAction::gotoPage | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Go to a specific page (dialog).
Definition at line 221 of file kstdaction.cpp.
KAction * KStdAction::help | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the help.
Definition at line 307 of file kstdaction.cpp.
KAction * KStdAction::helpContents | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the help contents.
Definition at line 309 of file kstdaction.cpp.
KAction * KStdAction::home | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Go to the "Home" position or document.
Definition at line 213 of file kstdaction.cpp.
KAction * KStdAction::keyBindings | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
Display the configure key bindings dialog.
Note that you might be able to use the pre-built KXMLGUIFactory's fuction: KStdAction::keyBindings(guiFactory(), SLOT(configureShortcuts()), actionCollection());
Definition at line 299 of file kstdaction.cpp.
KAction * KStdAction::lastPage | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Jump to the last page.
Definition at line 227 of file kstdaction.cpp.
KAction * KStdAction::mail | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Mail this document.
Definition at line 161 of file kstdaction.cpp.
const char * KStdAction::name | ( | StdAction | id | ) |
This will return the internal name of a given standard action.
Definition at line 137 of file kstdaction.cpp.
KAction * KStdAction::next | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Scroll down one page.
Definition at line 217 of file kstdaction.cpp.
KAction * KStdAction::open | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Open an existing file.
Definition at line 145 of file kstdaction.cpp.
KAction * KStdAction::openNew | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Create a new document or window.
Definition at line 143 of file kstdaction.cpp.
KRecentFilesAction * KStdAction::openRecent | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
Open a recently used document.
The signature of the slot being called is of the form slotURLSelected( const KURL & ).
- Parameters:
-
recvr object to receive slot slot The SLOT to invoke when a URL is selected. The slot's signature is slotURLSelected( const KURL & ). parent parent widget name name of widget
Definition at line 147 of file kstdaction.cpp.
KAction * KStdAction::paste | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Paste the contents of clipboard at the current mouse or cursor position.
Definition at line 173 of file kstdaction.cpp.
KAction * KStdAction::pasteText | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
Paste the contents of clipboard at the current mouse or cursor position.
Provide a button on the toolbar with the clipboard history menu if Klipper is running.
- Since:
- 3.2
Definition at line 175 of file kstdaction.cpp.
KAction * KStdAction::preferences | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the preferences/options dialog.
Definition at line 301 of file kstdaction.cpp.
KAction * KStdAction::print | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Print the current document.
Definition at line 155 of file kstdaction.cpp.
KAction * KStdAction::printPreview | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Show a print preview of the current document.
Definition at line 157 of file kstdaction.cpp.
KAction * KStdAction::prior | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Scroll up one page.
Definition at line 215 of file kstdaction.cpp.
KAction * KStdAction::quit | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Quit the program.
Definition at line 163 of file kstdaction.cpp.
KAction * KStdAction::redisplay | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Redisplay or redraw the document.
Definition at line 205 of file kstdaction.cpp.
KAction * KStdAction::redo | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Redo the last operation.
Definition at line 167 of file kstdaction.cpp.
KAction * KStdAction::replace | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Find and replace matches.
Definition at line 189 of file kstdaction.cpp.
KAction * KStdAction::reportBug | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Open up the Report Bug dialog.
Definition at line 315 of file kstdaction.cpp.
KAction * KStdAction::revert | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Revert the current document to the last saved version (essentially will undo all changes).
Definition at line 153 of file kstdaction.cpp.
KAction * KStdAction::save | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Save the current document.
Definition at line 149 of file kstdaction.cpp.
KAction * KStdAction::saveAs | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Save the current document under a different name.
Definition at line 151 of file kstdaction.cpp.
KAction * KStdAction::saveOptions | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Display the save options dialog.
Definition at line 297 of file kstdaction.cpp.
KAction * KStdAction::selectAll | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Select all elements in the current document.
Definition at line 179 of file kstdaction.cpp.
KToggleAction * KStdAction::showMenubar | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | _name | ||
) |
Show/Hide the menubar.
Definition at line 236 of file kstdaction.cpp.
KToggleAction * KStdAction::showStatusbar | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | _name | ||
) |
Show/Hide the statusbar.
Definition at line 271 of file kstdaction.cpp.
KToggleToolBarAction * KStdAction::showToolbar | ( | const char * | toolBarName, |
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::setStandardToolBarMenuEnabled(bool); Show/Hide the primary toolbar.
Definition at line 263 of file kstdaction.cpp.
KToggleAction * KStdAction::showToolbar | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::createStandardStatusBarAction() Show/Hide the primary toolbar.
- Since:
- 3.1
Definition at line 252 of file kstdaction.cpp.
KAction * KStdAction::spelling | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Pop up the spell checker.
Definition at line 233 of file kstdaction.cpp.
const char* KStdAction::stdName | ( | StdAction | act_enum | ) | [inline] |
- Deprecated:
- . Use name()
Definition at line 192 of file kstdaction.h.
QStringList KStdAction::stdNames | ( | ) |
Returns a list of all standard names.
Used by KAccelManager to give those heigher weight.
- Since:
- 3.1
Definition at line 39 of file kstdaction.cpp.
KAction * KStdAction::switchApplicationLanguage | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
Display "Switch application language" dialog.
- Since:
- 3.5.8
Definition at line 317 of file kstdaction.cpp.
KAction * KStdAction::tipOfDay | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name = 0 |
||
) |
KAction * KStdAction::undo | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Undo the last operation.
Definition at line 165 of file kstdaction.cpp.
KAction * KStdAction::up | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Move up (web style menu).
Definition at line 207 of file kstdaction.cpp.
KAction * KStdAction::whatsThis | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Trigger the What's This cursor.
Definition at line 311 of file kstdaction.cpp.
KAction * KStdAction::zoom | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Popup a zoom dialog.
Definition at line 203 of file kstdaction.cpp.
KAction * KStdAction::zoomIn | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Zoom in.
Definition at line 199 of file kstdaction.cpp.
KAction * KStdAction::zoomOut | ( | const QObject * | recvr, |
const char * | slot, | ||
KActionCollection * | parent, | ||
const char * | name | ||
) |
Zoom out.
Definition at line 201 of file kstdaction.cpp.