Deleting C/C++ elements from projects

You can delete visualized C/C++ elements, such as classes, enumerations, and typedefs from C/C++ projects.
To delete a C/C++ element from a C/C++ project:
  1. In the diagram editor, right-click a C/C++ element; then click Delete from Project.
  2. In the Delete a C++ element dialog box, to preview the change in the source code, click Preview.
  3. Click Yes.
Related tasks
Creating C/C++ classes
Modifying C/C++ classes or data types
Adding fields to C/C++ classes and data types
Adding methods to C/C++ classes and data types
Changing the visibility of C/C++ fields and methods
Changing the type for C/C++ fields in diagrams
Changing the return type for C/C++ methods in diagrams
Refactoring inline
Creating C/C++ enumerations
Adding enumeration literals to C/C++ enumerations
Deleting C/C++ elements from diagrams
Renaming C/C++ elements
Creating relationships between C/C++ elements

Feedback