Difference between revisions of "Class Wizard plugin"

From Code::Blocks
(Created page with "Category:Code::Blocks Core Plugins {{Infobox_Plugin| name = ClassWizard | logo = File:Generic-plugin.png | developer = Yiannis An. Mandravellos | maintainer = | ...")
 
(Added short usage description.)
 
Line 9: Line 9:
  
 
'''ClassWizard''' provides an easy way to create a new C++ class file pair.
 
'''ClassWizard''' provides an easy way to create a new C++ class file pair.
 +
 +
To launch the Class Wizard, click ''File->New->Class...''; it will bring up a window with a multitude of options. The fields should all be self-explanatory; the first field: ''Class name:'' is required. It is also a good idea to check the destination of the header file (± the implementation source file if it is being created).
 +
 +
Upon creation, if there is an active project, Code::Blocks will display a prompt, querying if the file(s) should be added to it.

Latest revision as of 01:41, 3 October 2011

ClassWizard
Generic-plugin.png
Developer(s): Yiannis An. Mandravellos
Maintainer(s):
Version: 0.3

ClassWizard provides an easy way to create a new C++ class file pair.

To launch the Class Wizard, click File->New->Class...; it will bring up a window with a multitude of options. The fields should all be self-explanatory; the first field: Class name: is required. It is also a good idea to check the destination of the header file (± the implementation source file if it is being created).

Upon creation, if there is an active project, Code::Blocks will display a prompt, querying if the file(s) should be added to it.