MainForm MainForm 0 0 794 513 TIGCC IDE for KDE unnamed splitter Horizontal Files false false fileTree true false Accept false widgetStack 7 7 0 0 menubar toolBar false Tools fileOpenAction 01 Open File &Open... Open an existing project or file Ctrl+O fileSaveAllAction 02 Save All &Save All Save all open files Ctrl+S fileSaveProjectAsAction Save Project As... Save Project &As... Save the current project with another name, or in another folder filePrintAction false 03 Print File &Print... Print the current source file Ctrl+P fileExitAction Exit E&xit Close the TIGCC IDE editUndoAction false 16 Undo &Undo Undo the last operation in the editor Ctrl+Z editRedoAction false 17 Redo &Redo Redo the last undone operation in the editor Ctrl+Y editCutAction false 05 Cut Cu&t Copy the selected text into the clipboard and delete it Ctrl+X editCopyAction false 06 Copy C&opy Copy the selected text into the clipboard without deleting it Ctrl+C editPasteAction false 07 Paste &Paste Paste text from the clipboard Ctrl+V findFindAction 13 Find &Find... Find Text Find the specified text in the current source file Ctrl+F helpContentsAction 12 Contents &Contents... Display the contents tab of the documentation helpIndexAction 15 Index &Index... Display the index tab of the documentation helpAboutAction About &About... Display information about this program fileNewActionGroup false 00 New &New New File Create a new file false true fileNewProjectAction &Project &Project Create a new project Ctrl+N fileNewFolderAction true &Folder &Folder Create a new virtual folder fileNewCHeaderAction C &Header File C &Header File Create a new C header file in the current project fileNewGNUAssemblyHeaderAction G&NU Assembly Header File G&NU Assembly Header File Create a new GNU assembly header file in the current project fileNewA68kAssemblyHeaderAction A68&k Assembly &Header File A68&k Assembly &Header File Create a new A68k assembly header file in the current project fileNewCSourceFileAction &C Source File &C Source File Create a new C source file in the current project fileNewGNUAssemblySourceFileAction &GNU Assembly Source File &GNU Assembly Source File Create a new GNU assembly source file in the current project fileNewA68kAssemblySourceFileAction &A68k Assembly Source File &A68k Assembly Source File Create a new A68k assembly source file in the current project fileNewQuillSourceFileAction &Quill Source File &Quill Source File Create a new Quill source file in the current project fileNewTextFileAction &Text File &Text File Create a new text file in the current project, for general use filePreferencesAction Preferences P&references... Change the IDE settings editClearAction false 04 Clear &Clear Delete the selected text in the editor editSelectAllAction false Select All &Select All Select the whole text in the editor Ctrl+A editIncreaseIndentAction false 19 Increase Indent &Increase Indent Insert tabs so that the text is moved to the right Ctrl+I editDecreaseIndentAction false 20 Decrease Indent &Decrease Indent Remove tabs and spaces so that the text is moved to the left Ctrl+D findReplaceAction 14 Replace &Replace... Replace Text Find the specified text in the current source file and replace it with something else Ctrl+R findFunctionsAction false 18 Functions... F&unctions... Display a list of all functions in the current file findOpenFileAtCursorAction false Open File at Cursor &Open File at Cursor Open the file the cursor is on Ctrl+Enter projectAddFilesAction 08 Add Files &Add Files... Add existing files to the current project projectCompileAction 09 Compile &Compile Compile all updated files in the current project Alt+F8 projectMakeAction 10 Make &Make Compile and link together all updated files in the current project, creating an executable file F8 projectBuildAction 11 Build &Build Recompile and link together all files in the current project, creating an executable file Alt+F9 projectErrorsAndWarningsAction true false Errors and Warnings &Errors and Warnings Show or hide the Errors and Warnings window Ctrl+E projectProgramOutputAction false Program Output... &Program Output... Show the output of the compilation tool that was run last projectOptionsAction Options... &Options... Change the settings of the current project debugRunAction 24 Run &Run Run the program on the target specified in the project settings F9 debugPauseAction 25 Pause &Pause Pause the execution of the program and enter the debugger Shift+F9 debugResetAction 27 Reset Re&set Reset the state of the virtual calculator to the one which was previously saved toolsConfigureAction 26 Configure &Configure... Add, edit and remove tools helpSearchAction 13 &Search &Search Display the search tab of the documentation helpNewsAction 23 News &News... Obtain the latest headlines from the official TIGCC site helpDocumentationAction 12 Documentation Documentation Open the documentation of TIGCC findFindSymbolDeclarationAction false F&ind symbol declaration F&ind symbol declaration Find symbol declaration fileOpenActionGroup 01 Open File &Open... Open an existing project or file false true fileOpenActionHidden Open File false fileRecent1Action Recent File 1 fileRecent2Action Recent File 2 fileRecent3Action Recent File 3 fileRecent4Action Recent File 4 filePrintQuicklyAction false 03 Print File Print the current source file projectStopCompilationAction false 21 Stop Compilation &Stop Compilation Attempt to stop the compilation process, but wait until it is finished false projectForceQuitAction false 22 Force-Quit Compiler &Force-Quit Compiler Force-quit the currently running process for compilation to stop compilation immediately false debugPauseAction activated() MainForm debugPause() debugResetAction activated() MainForm debugReset() debugRunAction activated() MainForm debugRun() editClearAction activated() MainForm editClear() editCopyAction activated() MainForm editCopy() editCutAction activated() MainForm editCut() editDecreaseIndentAction activated() MainForm editDecreaseIndent() editIncreaseIndentAction activated() MainForm editIncreaseIndent() editPasteAction activated() MainForm editPaste() editRedoAction activated() MainForm editRedo() editSelectAllAction activated() MainForm editSelectAll() editUndoAction activated() MainForm editUndo() fileExitAction activated() MainForm close() fileNewA68kAssemblyHeaderAction activated() MainForm fileNewA68kAssemblyHeader() fileNewA68kAssemblySourceFileAction activated() MainForm fileNewA68kAssemblySourceFile() fileNewCHeaderAction activated() MainForm fileNewCHeader() fileNewCSourceFileAction activated() MainForm fileNewCSourceFile() fileNewFolderAction activated() MainForm fileNewFolder() fileNewGNUAssemblyHeaderAction activated() MainForm fileNewGNUAssemblyHeader() fileNewGNUAssemblySourceFileAction activated() MainForm fileNewGNUAssemblySourceFile() fileNewProjectAction activated() MainForm fileNewProject() fileNewQuillSourceFileAction activated() MainForm fileNewQuillSourceFile() fileNewTextFileAction activated() MainForm fileNewTextFile() fileOpenAction activated() MainForm fileOpen() fileOpenActionHidden activated() MainForm fileOpen() filePreferencesAction activated() MainForm filePreferences() filePrintAction activated() MainForm filePrint() fileRecent1Action activated() MainForm fileRecent1() fileRecent2Action activated() MainForm fileRecent2() fileRecent3Action activated() MainForm fileRecent3() fileRecent4Action activated() MainForm fileRecent4() fileSaveAllAction activated() MainForm fileSave() fileSaveProjectAsAction activated() MainForm fileSaveAs() fileTree clicked(QListViewItem*) MainForm fileTreeClicked(QListViewItem*) fileTree contextMenuRequested(QListViewItem*,const QPoint&,int) MainForm fileTreeContextMenuRequested(QListViewItem*,const QPoint&,int) fileTree itemRenamed(QListViewItem*,const QString&,int) MainForm fileTreeItemRenamed(QListViewItem*,const QString&,int) findFindAction activated() MainForm findFind() findFindSymbolDeclarationAction activated() MainForm findFindSymbolDeclaration() findFunctionsAction activated() MainForm findFunctions() findOpenFileAtCursorAction activated() MainForm findOpenFileAtCursor() findReplaceAction activated() MainForm findReplace() helpAboutAction activated() MainForm helpAbout() helpContentsAction activated() MainForm helpContents() helpDocumentationAction activated() MainForm helpDocumentation() helpIndexAction activated() MainForm helpIndex() helpNewsAction activated() MainForm helpNews() helpSearchAction activated() MainForm helpSearch() projectAddFilesAction activated() MainForm projectAddFiles() projectBuildAction activated() MainForm projectBuild() projectCompileAction activated() MainForm projectCompile() projectErrorsAndWarningsAction toggled(bool) MainForm projectErrorsAndWarnings(bool) projectMakeAction activated() MainForm projectMake() projectOptionsAction activated() MainForm projectOptions() projectProgramOutputAction activated() MainForm projectProgramOutput() toolsConfigureAction activated() MainForm toolsConfigure() filePrintQuicklyAction activated() MainForm filePrintQuickly() projectStopCompilationAction activated() MainForm projectStopCompilation() projectForceQuitAction activated() MainForm projectForceQuit() mainform.ui.h errorListView_clicked( QListViewItem * item ) findSourceFile( bool & inProject, void * & srcFile, const QString & fileName ) init() destroy() te_popup_aboutToShow() te_popup_activated( int index ) accel_activated( int index ) completionPopup_closed() fileTreeAccel_activated( int index ) fileNewProject() fileOpen() fileRecent1() fileRecent2() fileRecent3() fileRecent4() fileSave() fileSaveAs() filePrint() filePrintQuickly() filePreferences() editUndo() editRedo() editClear() editCut() editCopy() editPaste() editSelectAll() editIncreaseIndent() editDecreaseIndent() findFind() findFind_next() findFind_highlight( const QString & unused_text, int matchingindex, int matchedlength ) findFind_stop() findReplace() findReplace_next() findReplace_highlight( const QString & unused_text, int matchingindex, int matchedlength ) findReplace_replace( const QString & text, int replacementIndex, int replacedLength, int matchedLength ) findReplace_stop() findFunctions() findFunctions_functionListBox_highlighted( int index ) findFunctions_functionListBox_selected( int index ) findFunctions_prototypeButton_clicked() findFunctions_implementationButton_clicked() findFunctionsPopup_aboutToShow() findFunctionsPopup_aboutToHide() findFunctionsPopup_aboutToHide_async() findFunctionsPopup_activated( int id ) findOpenFileAtCursor() findFindSymbolDeclaration() projectAddFiles() procio_processExited() procio_readReady() procio_readReady_recordOnly() projectCompile() projectMake() projectBuild() projectStopCompilation() projectForceQuit() projectErrorsAndWarnings( bool on ) projectProgramOutput() projectOptions() debugRun() debugPause() debugReset() toolsConfigure() toolsMenu_highlighted( int id ) toolsMenu_activated( int id ) toolsMenu_aboutToHide() helpDocumentation() helpContents() helpIndex() helpSearch() helpNews() helpAbout() resizeEvent( QResizeEvent * event ) timerEvent( QTimerEvent * event ) fileTreeClicked( QListViewItem * item ) fileNewFolder() fileTreeContextMenuRequested( QListViewItem * item, const QPoint & pos, int unused_col ) fileNewCHeader() fileNewGNUAssemblyHeader() fileNewA68kAssemblyHeader() fileNewCSourceFile() fileNewGNUAssemblySourceFile() fileNewA68kAssemblySourceFile() fileNewQuillSourceFile() fileNewTextFile() statusBar_messageChanged( const QString & message ) current_view_cursorPositionChanged() current_view_textChanged() current_view_undoChanged() current_view_selectionChanged() current_view_charactersInteractivelyInserted( int line, int col, const QString & characters ) clipboard_dataChanged() fileTreeItemRenamed( QListViewItem * item, const QString & newName, int col ) KDirWatch_dirty( const QString & fileName ) deleteErrorsForLVFile( QListViewItem * item ) deleteErrorsForSrcFile( void * srcFile ) createErrorCursorsForSourceFile( QListViewItem * item ) deleteOverwrittenErrorsIn( void * srcFile ) clearProject() findFilter( unsigned short job ) SGetFileName( int mode, const QString & fileFilter, const QString & caption, QWidget * parent ) SGetFileName_Multiple( const QString & fileFilter, const QString & caption, QWidget * parent ) updateRecent() addRecent( const QString & fileName ) openFile( QListViewItem * category, QListViewItem * parent, const QString & fileCaption, const QString & fileName ) createFolder( QListViewItem * parent, const QString & name ) createView( const QString & fileName, const QString & fileText, QListViewItem * category ) adoptSourceFile( void * srcFile ) fileOpen_addList( QListViewItem * category, void * fileListV, void * dir, const QString & open_file ) openProject( const QString & fileName ) fileSavePrompt( QListViewItem * fileItem ) savePrompt( void ) removeTrailingSpacesFromView( void * view ) fileSave_save( QListViewItem * theItem ) fileSave_saveAs( QListViewItem * theItem ) fileSave_loadList( QListViewItem * category, void * fileListV, const QString & base_dir, void * dir_new, QString * open_file ) fileSave_fromto( const QString & lastProj, const QString & nextProj ) findReplace_next( bool firstTime ) findAndOpenFile( const QString & fileName, void * category ) openHeader( const QString & fileName, bool systemHeader, unsigned lineno ) projectAddFiles_oneFile( const QString & fileName ) writeTempSourceFile( void * srcFile, bool inProject ) startCompiling() stopCompiling() compileFile( void * srcFile, bool inProject, bool force ) compileProject( bool forceAll ) linkProject() showStats() compileSourceFile( void * srcFile ) tiemuInstance( QCString & instanceName ) tilibsErrorMessage( int err ) updateToolsMenu() updateSizes() removeItem( QListViewItem * item ) extractAllFileNames( void ) extractFileTreeInfo( QListViewItem * parent, QListViewItem * * p_category, QString * p_folderPath ) newFile( QListViewItem * parent, QString text, const QPixmap & pixmap ) newFile( QListViewItem * parent ) resolveParent( QListViewItem * category ) updateLeftStatusLabel() updateRightStatusLabel() current_view_newLineHook() closeEvent( QCloseEvent * e ) pathInProject( QListViewItem * item ) textForHeader( const QString & fileName ) klistview.h