kdeui Library API Documentation

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
}
 The standard menubar and toolbar actions. More...


Functions

const KStdActionInfo * infoPtr (StdAction id)
QStringList stdNames ()
 Returns a list of all standard names.

KActioncreate (StdAction id, const char *name, const QObject *recvr, const char *slot, KActionCollection *parent)
 Creates an action corresponding to the KStdAction::StdAction enum.

const char * name (StdAction id)
 This will return the internal name of a given standard action.

KActionopenNew (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Create a new document or window.

KActionopen (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Open an existing file.

KRecentFilesActionopenRecent (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Open a recently used document.

KActionsave (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Save the current document.

KActionsaveAs (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Save the current document under a different name.

KActionrevert (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).

KActionprint (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Print the current document.

KActionprintPreview (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Show a print preview of the current document.

KActionclose (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Close the current document.

KActionmail (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Mail this document.

KActionquit (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Quit the program.

KActionundo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Undo the last operation.

KActionredo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Redo the last operation.

KActioncut (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Cut selected area and store it in the clipboard.

KActioncopy (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Copy the selected area into the clipboard.

KActionpaste (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Paste the contents of clipboard at the current mouse or cursor position.

KActionselectAll (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Select all elements in the current document.

KActiondeselect (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Deselect any selected elements in the current document.

KActionfind (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Initiate a 'find' request in the current document.

KActionfindNext (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Find the next instance of a stored 'find'.

KActionfindPrev (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Find a previous instance of a stored 'find'.

KActionreplace (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Find and replace matches.

KActionactualSize (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 View the document at its actual size.

KActionfitToPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Fit the document view to the size of the current window.

KActionfitToWidth (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Fit the document view to the width of the current window.

KActionfitToHeight (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Fit the document view to the height of the current window.

KActionzoomIn (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Zoom in.

KActionzoomOut (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Zoom out.

KActionzoom (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Popup a zoom dialog.

KActionredisplay (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Redisplay or redraw the document.

KActionup (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Move up (web style menu).

KActionback (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Move back (web style menu).

KActionforward (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Move forward (web style menu).

KActionhome (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Go to the "Home" position or document.

KActionprior (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Scroll up one page.

KActionnext (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Scroll down one page.

KActiongoTo (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Go to somewhere in general.

KActiongotoPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Go to a specific page (dialog).

KActiongotoLine (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Go to a specific line (dialog).

KActionfirstPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Jump to the first page.

KActionlastPage (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Jump to the last page.

KActionaddBookmark (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Add the current page to the bookmarks tree.

KActioneditBookmarks (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Edit the application bookmarks.

KActionspelling (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Pop up the spell checker.

KToggleActionshowMenubar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *_name)
 Show/Hide the menubar.

KToggleActionshowToolbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *_name)
KToggleToolBarActionshowToolbar (const char *toolBarName, KActionCollection *parent, const char *_name)
KToggleActionshowStatusbar (const QObject *recvr, const char *slot, KActionCollection *parent, const char *_name)
 Show/Hide the statusbar.

KActionsaveOptions (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the save options dialog.

KActionkeyBindings (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the configure key bindings dialog.

KActionpreferences (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the preferences/options dialog.

KActionconfigureToolbars (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 The Customize Toolbar dialog.

KActionconfigureNotifications (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 The Configure Notifications dialo
Since:
3.1.


KActionhelp (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the help.

KActionhelpContents (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the help contents.

KActionwhatsThis (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Trigger the What's This cursor.

KActiontipOfDay (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display "Tip of the Day"
Since:
3.1.


KActionreportBug (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Open up the Report Bug dialog.

KActionaboutApp (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the application's About box.

KActionaboutKDE (const QObject *recvr, const char *slot, KActionCollection *parent, const char *name)
 Display the About KDE dialog.

KActioncreate (StdAction id, const QObject *recvr, const char *slot, KActionCollection *parent)
KActionaction (StdAction act_enum, const QObject *recvr, const char *slot, KActionCollection *parent, const char *name=0L)
const char * stdName (StdAction act_enum)

Variables

const KStdActionInfo g_rgActionInfo []


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

See also:
http://developer.kde.org/documentation/standards/kde/style/basics/index.html .
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::key(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());

Author:
Kurt Granroth <granroth@kde.org>


Enumeration Type Documentation

enum KStdAction::StdAction
 

The standard menubar and toolbar actions.

Enumeration values:
TipofDay 
Since:
3.1

Definition at line 118 of file kstdaction.h.


Function Documentation

QStringList KStdAction::stdNames  ) 
 

Returns a list of all standard names.

Used by KAccelManager to give those heigher weight.

Since:
3.1

Definition at line 128 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 138 of file kstdaction.cpp.

References KInstance::aboutData(), QString::arg(), KStdAccel::cut(), QString::fromLatin1(), KGlobal::instance(), KStdAccel::name(), KAboutData::programName(), QApplication::reverseLayout(), KToggleAction::setChecked(), and KStdAccel::shortcut().

Referenced by aboutApp(), aboutKDE(), action(), actualSize(), addBookmark(), back(), close(), KLineEdit::completionBox(), KComboBox::completionBox(), configureNotifications(), configureToolbars(), copy(), cut(), deselect(), editBookmarks(), find(), findNext(), findPrev(), firstPage(), fitToHeight(), fitToPage(), fitToWidth(), forward(), goTo(), gotoLine(), gotoPage(), help(), helpContents(), home(), keyBindings(), lastPage(), mail(), next(), open(), openNew(), openRecent(), paste(), preferences(), print(), printPreview(), prior(), quit(), redisplay(), redo(), replace(), reportBug(), revert(), save(), saveAs(), saveOptions(), selectAll(), spelling(), tipOfDay(), undo(), up(), whatsThis(), zoom(), zoomIn(), and zoomOut().

const char * KStdAction::name StdAction  id  ) 
 

This will return the internal name of a given standard action.

Definition at line 202 of file kstdaction.cpp.

Referenced by showMenubar(), showStatusbar(), showToolbar(), and stdName().

KAction * KStdAction::openNew const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Create a new document or window.

Definition at line 208 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::open const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Open an existing file.

Definition at line 210 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KRecentFilesAction * KStdAction::openRecent const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Open a recently used document.

Parameters:
slot The SLOT to invoke when a URL is selected. Its signature is of the form slotURLSelected( const KURL & ).

Definition at line 212 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::save const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Save the current document.

Definition at line 214 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::saveAs const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Save the current document under a different name.

Definition at line 216 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::revert const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Revert the current document to the last saved version (essentially will undo all changes).

Definition at line 218 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::print const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Print the current document.

Definition at line 220 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::printPreview const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Show a print preview of the current document.

Definition at line 222 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::close const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Close the current document.

Definition at line 224 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::mail const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Mail this document.

Definition at line 226 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::quit const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Quit the program.

Definition at line 228 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KSystemTray::KSystemTray().

KAction * KStdAction::undo const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Undo the last operation.

Definition at line 230 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KCommandHistory::KCommandHistory().

KAction * KStdAction::redo const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Redo the last operation.

Definition at line 232 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KCommandHistory::KCommandHistory().

KAction * KStdAction::cut const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Cut selected area and store it in the clipboard.

Definition at line 234 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::copy const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Copy the selected area into the clipboard.

Definition at line 236 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::paste const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Paste the contents of clipboard at the current mouse or cursor position.

Definition at line 238 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::selectAll const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Select all elements in the current document.

Definition at line 240 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::deselect const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Deselect any selected elements in the current document.

Definition at line 242 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KEdit::cleanWhiteSpace(), KEdit::replace(), KEdit::search(), and KEdit::spellcheck_stop().

KAction * KStdAction::find const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Initiate a 'find' request in the current document.

Definition at line 244 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::findNext const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Find the next instance of a stored 'find'.

Definition at line 246 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::findPrev const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Find a previous instance of a stored 'find'.

Definition at line 248 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::replace const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Find and replace matches.

Definition at line 250 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::actualSize const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

View the document at its actual size.

Definition at line 252 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::fitToPage const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Fit the document view to the size of the current window.

Definition at line 254 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::fitToWidth const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Fit the document view to the width of the current window.

Definition at line 256 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::fitToHeight const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Fit the document view to the height of the current window.

Definition at line 258 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::zoomIn const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Zoom in.

Definition at line 260 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::zoomOut const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Zoom out.

Definition at line 262 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::zoom const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Popup a zoom dialog.

Definition at line 264 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::redisplay const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Redisplay or redraw the document.

Definition at line 266 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::up const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Move up (web style menu).

Definition at line 268 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::back const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Move back (web style menu).

Definition at line 270 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::forward const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Move forward (web style menu).

Definition at line 272 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::home const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Go to the "Home" position or document.

Definition at line 274 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::prior const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Scroll up one page.

Definition at line 276 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::next const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Scroll down one page.

Definition at line 278 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::goTo const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Go to somewhere in general.

Definition at line 280 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::gotoPage const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Go to a specific page (dialog).

Definition at line 282 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::gotoLine const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Go to a specific line (dialog).

Definition at line 284 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::firstPage const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Jump to the first page.

Definition at line 286 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::lastPage const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Jump to the last page.

Definition at line 288 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::addBookmark const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Add the current page to the bookmarks tree.

Definition at line 290 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::editBookmarks const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Edit the application bookmarks.

Definition at line 292 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::spelling const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Pop up the spell checker.

Definition at line 294 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KToggleAction * KStdAction::showMenubar const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Show/Hide the menubar.

Definition at line 297 of file kstdaction.cpp.

References name(), and KToggleAction::setChecked().

KToggleAction * KStdAction::showToolbar const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Deprecated:
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore Show/Hide the primary toolbar.
Since:
3.1

Definition at line 306 of file kstdaction.cpp.

References name(), and KToggleAction::setChecked().

KToggleToolBarAction * KStdAction::showToolbar const char *  toolBarName,
KActionCollection parent,
const char *  name = 0
 

Deprecated:
. toolbar actions are created automatically now in the Settings menu. Don't use this anymore Show/Hide the primary toolbar.

Definition at line 316 of file kstdaction.cpp.

References name().

KToggleAction * KStdAction::showStatusbar const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Show/Hide the statusbar.

Definition at line 324 of file kstdaction.cpp.

References name(), and KToggleAction::setChecked().

KAction * KStdAction::saveOptions const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the save options dialog.

Definition at line 334 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::keyBindings const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the configure key bindings dialog.

Definition at line 336 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::preferences const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the preferences/options dialog.

Definition at line 338 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::configureToolbars const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

The Customize Toolbar dialog.

Definition at line 340 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::configureNotifications const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

The Configure Notifications dialo

Since:
3.1.

Definition at line 342 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::help const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the help.

Definition at line 344 of file kstdaction.cpp.

References create(), and KStdAccel::name().

KAction * KStdAction::helpContents const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the help contents.

Definition at line 346 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KHelpMenu::KHelpMenu().

KAction * KStdAction::whatsThis const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Trigger the What's This cursor.

Definition at line 348 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KHelpMenu::KHelpMenu().

KAction * KStdAction::tipOfDay const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display "Tip of the Day"

Since:
3.1.

Definition at line 350 of file kstdaction.cpp.

References create(), KStdAccel::name(), and TipofDay.

KAction * KStdAction::reportBug const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Open up the Report Bug dialog.

Definition at line 352 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KHelpMenu::KHelpMenu().

KAction * KStdAction::aboutApp const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the application's About box.

Definition at line 354 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KHelpMenu::KHelpMenu().

KAction * KStdAction::aboutKDE const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0
 

Display the About KDE dialog.

Definition at line 356 of file kstdaction.cpp.

References create(), and KStdAccel::name().

Referenced by KHelpMenu::KHelpMenu().

KAction* action StdAction  act_enum,
const QObject recvr,
const char *  slot,
KActionCollection parent,
const char *  name = 0L
[inline]
 

Deprecated:
. Creates an action corresponding to the KStdAction::StdAction enum.

Definition at line 172 of file kstdaction.h.

References create(), and KStdAccel::name().

const char* stdName StdAction  act_enum  )  [inline]
 

Deprecated:
. Use name

Definition at line 183 of file kstdaction.h.

References name().

KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:15:11 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001