Jump to content

Translations:KDevelop4/Manual/Working with source code/92/uk: Difference between revisions

From KDE UserBase Wiki
Yurchor (talk | contribs)
Created page with "У '''KDevelop''' передбачено майстер додавання нових класів. Щоб додати новий клас, скористайтеся пункт..."
(No difference)

Revision as of 18:00, 26 June 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop4/Manual/Working with source code)
'''KDevelop''' has an assistant for adding new classes. The procedure is described in [[Special:myLanguage/KDevelop4/Manual/Code generation with templates#Creating a new class|Creating a new class]].  A simple C++ class can be created by choosing the Basic C++ template from the <tt>Class</tt> category. In the assistant, we can choose some predefined member functions, for example an empty constructor, a copy constructor and a destructor.

У KDevelop передбачено майстер додавання нових класів. Щоб додати новий клас, скористайтеся пунктом меню Код -> Створити клас. У відповідь буде показано таке діалогове вікно: