kstdaction.cpp
43 TDEAction* create( StdAction id, const char *name, const TQObject *recvr, const char *slot, TDEActionCollection* parent )
47 kdDebug(125) << "KStdAction::create( " << id << "=" << (pInfo ? pInfo->psName : (const char*)0) << ", " << parent << ", " << name << " )" << endl; // ellis
142 TDEAction *openNew( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
144 TDEAction *open( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
146 TDERecentFilesAction *openRecent( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
148 TDEAction *save( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
150 TDEAction *saveAs( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
152 TDEAction *revert( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
154 TDEAction *print( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
156 TDEAction *printPreview( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
158 TDEAction *close( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
160 TDEAction *mail( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
162 TDEAction *quit( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
164 TDEAction *undo( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
166 TDEAction *redo( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
168 TDEAction *cut( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
170 TDEAction *copy( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
172 TDEAction *paste( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
174 TDEAction *pasteText( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
176 TDEAction *clear( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
178 TDEAction *selectAll( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
180 TDEAction *deselect( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
182 TDEAction *find( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
184 TDEAction *findNext( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
186 TDEAction *findPrev( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
188 TDEAction *replace( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
190 TDEAction *actualSize( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
192 TDEAction *fitToPage( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
194 TDEAction *fitToWidth( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
196 TDEAction *fitToHeight( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
198 TDEAction *zoomIn( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
200 TDEAction *zoomOut( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
202 TDEAction *zoom( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
204 TDEAction *redisplay( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
206 TDEAction *up( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
208 TDEAction *back( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
210 TDEAction *forward( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
212 TDEAction *home( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
214 TDEAction *prior( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
216 TDEAction *next( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
218 TDEAction *goTo( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
220 TDEAction *gotoPage( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
222 TDEAction *gotoLine( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
224 TDEAction *firstPage( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
226 TDEAction *lastPage( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
228 TDEAction *addBookmark( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
230 TDEAction *editBookmarks( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
232 TDEAction *spelling( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
235 TDEToggleAction *showMenubar( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *_name )
238 ret = new TDEToggleAction(i18n("Show &Menubar"), "showmenu", TDEStdAccel::shortcut(TDEStdAccel::ShowMenubar), recvr, slot,
244 "Hide the menubar. You can usually get it back using the right mouse button inside the window itself." ) );
251 TDEToggleAction *showToolbar( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *_name )
262 TDEToggleToolBarAction *showToolbar( const char* toolBarName, TDEActionCollection* parent, const char *_name )
277 "Shows the statusbar, which is the bar at the bottom of the window used for status information." ) );
280 "Hides the statusbar, which is the bar at the bottom of the window used for status information." ) );
287 TDEToggleFullScreenAction *fullScreen( const TQObject *recvr, const char *slot, TDEActionCollection* parent,
291 ret = static_cast< TDEToggleFullScreenAction* >( KStdAction::create( FullScreen, name, recvr, slot, parent ));
296 TDEAction *saveOptions( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
298 TDEAction *keyBindings( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
300 TDEAction *preferences( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
302 TDEAction *configureToolbars( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
304 TDEAction *configureNotifications( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
306 TDEAction *help( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
308 TDEAction *helpContents( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
310 TDEAction *whatsThis( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
312 TDEAction *tipOfDay( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
314 TDEAction *reportBug( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
316 TDEAction *switchApplicationLanguage( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
318 TDEAction *aboutApp( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )
320 TDEAction *aboutKDE( const TQObject *recvr, const char *slot, TDEActionCollection* parent, const char *name )