#include <cppeditor.h>
Lista de todos los miembros.
Documentación del constructor y destructor
      
        
          | CppEditor::~CppEditor | ( |  | ) |  | 
      
 
 
Documentación de las funciones miembro
      
        
          | virtual EditorBrowser* CppEditor::browserManager | ( |  | ) |  [inline, virtual] | 
      
 
 
      
        
          | void CppEditor::configChanged | ( |  | ) |  [virtual] | 
      
 
 
This function is called to create a right mouse button popup menu at the document position pos. If you want to create a custom popup menu, reimplement this function and return the created popup menu. Ownership of the popup menu is transferred to the caller.
- Atención:
- The QPopupMenu ID values 0-7 are reserved, and they map to the standard operations. When inserting items into your custom popup menu, be sure to specify ID values larger than 7. 
Reimplementado de Editor.
 
 
      
        
          | void CppEditor::paste | ( |  | ) |  [virtual] | 
      
 
Pastes the text from the clipboard into the text edit at the current cursor position. Only plain text is pasted.
If there is no text in the clipboard nothing happens.
- Ver también:
- pasteSubType() cut() QTextEdit::copy() 
Reimplementado de QTextEdit.
 
 
      
        
          | bool CppEditor::supportsBreakPoints | ( |  | ) | const  [inline, virtual] | 
      
 
 
Documentación de los datos miembro
La documentación para esta clase fue generada a partir de los siguientes ficheros: