You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
328 lines
11 KiB
328 lines
11 KiB
//
|
|
// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
|
|
// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
|
|
// may also apply
|
|
|
|
|
|
// Generated by preSip
|
|
// module tdeui version KDE 3.5.3
|
|
|
|
|
|
// This software is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License as
|
|
// published by the Free Software Foundation; either version 2 of
|
|
// the License, or (at your option) any later version.
|
|
//
|
|
// This software is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public
|
|
// License along with this library; see the file COPYING.
|
|
// If not, write to the Free Software Foundation, Inc.,
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
namespace KStdAction
|
|
{
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
|
|
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
|
|
};
|
|
|
|
%End
|
|
|
|
TDEAction* create (KStdAction::StdAction, const char*, SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/);
|
|
const char* name (KStdAction::StdAction);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
TQStringList stdNames ();
|
|
%End
|
|
|
|
TDEAction* openNew (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* open (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDERecentFilesAction* openRecent (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* save (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* saveAs (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* revert (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* close (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* print (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0) /PyName=print_/;
|
|
TDEAction* printPreview (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* mail (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* quit (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* undo (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* redo (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* cut (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* copy (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* paste (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
TDEAction* pasteText (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection*, const char* = 0);
|
|
TDEAction* clear (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection*, const char* = 0);
|
|
%End
|
|
|
|
TDEAction* selectAll (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* deselect (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* find (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* findNext (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* findPrev (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* replace (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* actualSize (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* fitToPage (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* fitToWidth (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* fitToHeight (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* zoomIn (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* zoomOut (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* zoom (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* redisplay (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* up (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* back (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* forward (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* home (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* prior (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* next (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* goTo (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* gotoPage (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* gotoLine (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* firstPage (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* lastPage (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* addBookmark (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* editBookmarks (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* spelling (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEToggleAction* showMenubar (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEToggleAction* showToolbar (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
TDEToggleToolBarAction* showToolbar (const char*, TDEActionCollection* /Transfer/, const char* = 0);
|
|
%End
|
|
|
|
TDEToggleAction* showStatusbar (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
TDEToggleFullScreenAction* fullScreen (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection*, TQWidget*, const char* = 0);
|
|
%End
|
|
|
|
TDEAction* saveOptions (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* keyBindings (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* preferences (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* configureToolbars (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
TDEAction* configureNotifications (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
%End
|
|
|
|
TDEAction* help (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* helpContents (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* whatsThis (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
TDEAction* tipOfDay (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
%End
|
|
|
|
TDEAction* reportBug (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* aboutApp (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
TDEAction* aboutKDE (SIP_RXOBJ_CON, SIP_SLOT_CON (), TDEActionCollection* /Transfer/, const char* = 0);
|
|
|
|
%If ( KDE_3_1_0 - KDE_3_2_0 )
|
|
|
|
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
|
|
};
|
|
|
|
%End
|
|
|
|
|
|
%If ( - KDE_3_1_0 )
|
|
|
|
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
|
|
};
|
|
|
|
%End
|
|
|
|
}; // namespace KStdAction
|
|
|