From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/cppnewclassdlgbase.ui | 1290 +++++++++++++++++++++++++++++++++++ 1 file changed, 1290 insertions(+) create mode 100644 languages/cpp/cppnewclassdlgbase.ui (limited to 'languages/cpp/cppnewclassdlgbase.ui') diff --git a/languages/cpp/cppnewclassdlgbase.ui b/languages/cpp/cppnewclassdlgbase.ui new file mode 100644 index 00000000..4f443eaf --- /dev/null +++ b/languages/cpp/cppnewclassdlgbase.ui @@ -0,0 +1,1290 @@ + +CppNewClassDialogBase + + + CppNewClassDlgBase + + + + 0 + 0 + 510 + 611 + + + + New Class + + + + + + + unnamed + + + + class_tabs + + + + tab1 + + + Class &Information + + + + unnamed + + + + Spacer6 + + + Horizontal + + + Preferred + + + + 10 + 20 + + + + + + Layout10 + + + + unnamed + + + 0 + + + + documentation_label_ + + + Docu&mentation: + + + documentation_edit + + + + + documentation_edit + + + Insert a short description for your new class +here for documentation purposes. This can be used +to create API documentation in HTML format with +doxygen or similar tools. + + + + + + + filenames_group + + + File Names + + + + unnamed + + + + header_label + + + &Header: + + + header_edit + + + + + header_edit + + + Insert your header file name here. +It is automatically inserted while +you select the classname, but you can +still edit it afterwards. + + + + + implementation_label + + + Im&plementation: + + + implementation_edit + + + + + implementation_edit + + + Insert your implementation filename here. +It is automatically inserted while +you select the classname, but you can +still edit it afterwards. + + + + + headeronly_box + + + Create only header + + + + + + + groupBox7 + + + Class + + + + unnamed + + + + classname_label + + + + 5 + 5 + 0 + 0 + + + + &Name: + + + classname_edit + + + + + classname_edit + + + Insert your new classname here. +You can also define template classes by specifying +template <params> classname + + + + + namespace_label + + + + 5 + 5 + 0 + 0 + + + + Name&space: + + + namespace_edit + + + + + namespace_edit + + + Insert a name of the namespace here. +You can define nested namespaces by specifying +Namespace1::Namespace2::...::NamespaceN + + + + + + + inheritance_group + + + Inheritance + + + + unnamed + + + + addbaseclass_button + + + + 1 + 0 + 0 + 0 + + + + &Add + + + true + + + + + rembaseclass_button + + + false + + + + 1 + 0 + 0 + 0 + + + + + 0 + 0 + + + + &Remove + + + true + + + + + upbaseclass_button + + + false + + + + 1 + 0 + 0 + 0 + + + + Move &Up + + + true + + + + + downbaseclass_button + + + false + + + + 1 + 0 + 0 + 0 + + + + + 0 + 0 + + + + Move &Down + + + true + + + + + basename_label + + + + 0 + 5 + 0 + 0 + + + + &Base class: + + + basename_edit + + + + + + Baseclass Name + + + true + + + true + + + + + Inheritance Type + + + true + + + true + + + + baseclasses_view + + + false + + + AutoOneFit + + + AllColumns + + + + + basename_edit + + + false + + + + 7 + 0 + 0 + 0 + + + + + 0 + 20 + + + + StrongFocus + + + Insert the base class which your new class will be derived from. If you have checked 'Generate QWidget child class' the new class will be derived from QWidget. If no base class is named, the new class will not have a parent class. You can also use template classes here (like BaseClass<int, int>) + + + + + baseinclude_edit + + + false + + + + 7 + 0 + 0 + 0 + + + + + 0 + 20 + + + + StrongFocus + + + + + + + + layout5 + + + + unnamed + + + + + Global + + + + + Local + + + + scope_box + + + false + + + + 1 + 1 + 0 + 0 + + + + + + virtual_box + + + false + + + Virtual + + + + + public_button + + + false + + + Public + + + true + + + + + protected_button + + + false + + + Protected + + + + + private_button + + + false + + + Private + + + + + + + + + optionsBox + + + Options + + + + unnamed + + + + filetemplate_box + + + Use file t&emplates + + + true + + + + + qobject_box + + + Generate QOb&ject child class + + + + + childclass_box + + + Generate Q&Widget child class + + + + + gtk_box + + + Generate G&TK+ class + + + + + objc_box + + + Use Objective-C + + + + + + + + + tab2 + + + Ad&vanced Information + + + + unnamed + + + + tabWidget4 + + + + tab + + + Constr&uctors + + + + unnamed + + + + + Base Class Constructors + + + true + + + true + + + + constructors_view + + + AutoOneFit + + + true + + + AllColumns + + + + + layout4 + + + + unnamed + + + + to_constructors_list + + + + 0 + 0 + 0 + 0 + + + + + 125 + 0 + + + + C&reate Constructor >> + + + + + clear_selection_button + + + + 0 + 0 + 0 + 0 + + + + + 125 + 0 + + + + C&lear Selection + + + + + spacer9_2_2 + + + Horizontal + + + Expanding + + + + 150 + 20 + + + + + + + + tabWidget3 + + + + tab_header + + + &Header + + + + unnamed + + + 2 + + + + constructors_h_edit + + + + 7 + 7 + 0 + 0 + + + + PlainText + + + NoWrap + + + + + + + tab_source + + + &Source + + + + unnamed + + + 2 + + + + constructors_cpp_edit + + + + 7 + 7 + 0 + 0 + + + + PlainText + + + NoWrap + + + + + + + + + + tab + + + Methods Ov&erriding + + + + unnamed + + + + + Methods + + + true + + + true + + + + + Extend Functionality + + + true + + + true + + + + methods_view + + + true + + + AutoOneFit + + + true + + + true + + + AllColumns + + + + + + + tab + + + &Access Control + + + + unnamed + + + + + Methods & Attributes + + + true + + + true + + + + + Implied Modifier + + + true + + + true + + + + + New Modifier + + + true + + + true + + + + access_view + + + + 7 + 7 + 0 + 0 + + + + AutoOneFit + + + true + + + true + + + AllColumns + + + + + + + + + + tab + + + &Generation Options + + + + unnamed + + + + gen_config + + + StrongFocus + + + + + + + + Layout3 + + + + unnamed + + + 0 + + + + Spacer7_2 + + + Horizontal + + + Expanding + + + + 20 + 20 + + + + + + ok_button + + + &OK + + + true + + + + + cancel_button + + + &Cancel + + + + + + + + + ClassGeneratorConfig +
classgeneratorconfig.h
+ + 0 + 0 + + 0 + + 5 + 5 + 0 + 0 + + image0 +
+
+ + + 789c9d95594f32591086effd15c4ba3393fae895ee4ce6824540141011b7c95cf406a202caa6f065fefb549faaea0b24996fc623cb937aeb3d55754e871f67a587eb6ee9ecc7c96a1dada74929798e96a5b374339bedfefceb8f9f27a7b65da27fcb724bf6e96f27a783752929f516f32c070402289b3fc39d8203c3136157e276c1260eac0f0ade0907927f2d9c58261f929cad72be0cef8535ff5959e277c201ef0fa02cf1ae7022f9efca12ff301ca81e87c21a5f32db5acf95b0eebfcdd92e2be3a5b0fa7986435bfd6e981d99278c0ae6795c288b3e2b98e3036157d8f839961308af985df51b1b0e9dc0098ddf5a3811fd7dceaee52a370d475e28f9b7ca1c07539f67173c144e65be2fcae2d763f62d89df2acb7cc282393e57b6b9ff58d893fca632c7d1ccc78bbcd48b4c7cc2ec4bfdf0aa2cfbf50be6fa2c65d9af2aacfd2c94e53cccf9fa7645eb7794a59ebdb027fe5565895f09cb7e981a267f9febaf3117fab6702af599e7a5e2049e6dce1377c25affa6608e4786e34a58894dfc8b59f5f890731087e28f2de648fbdb16ccfd6c9465bf7365c732f12f61ed3f5016fd4a59f4e6790fddd00a5d137f638eb4bfa532df5ffc148ea4be5ac17c5ea9b2ecd72b98efff403893fa1accb12d5c5696fd4d7f6152c41f95c53f2a98f56b6597fbf3857da9b75e30fb5584b59fa78239de5596fd3e0be6fdccf311b99115f1fcdaccb12fe77927ac7e2365f1c382793e63e14cfccdf3132571e69b1f07e83327d23fbac2bee4d785d57f2a9c89de9c6fecaa1fce98135bf845b9e2189e2a07e6fee287b0cfcf3bce9525ff5d38927a1bcca9cc1b66ca528ff93d89d338e3f9e182b9c86f31a752ff609d2f847f5f83b5ea31c218137a4f8fac0cc738e10cd6d3b7189f718a2ff88a6f38c339ad05adfcf31d3f7089ab037d42ea356e708b9ff8853bdc6395de6b58c706ad736c1ee823f2de608b146dbcc08e8976f012afb04b3975ec1de853aa2457f749d5c16b1ce00d0ecdf75b1ce1dd11fd1b55d236cef7f8808ff88465b4d02676d03da29f51dd9e513fa28f150c3004246d07002288bfe9e7d45f0712f22635a490d15ef730361e3b389c67aedf2390ea3157e73dc333e9a6f042d13ebc7ed32f6882405d3ee1c678030ee10d6630a76f162c8ee8f37adeb14c0aaa0b3e68b725ac80a2b039a29f630db6e46bc127d5fd45de4b5226b0833d8ea07a445f871ae96dacc218ead08073c835136842eba8be016db830e77a419f21aca143f76c025b9ae7e5813ea35bd5a0731fd1c4877a7f614fde57d085deb7f31ad31dccf54fd087883ab7a88f6baabb45fdf760003707fa09ddd826f66048af1826f00a0bb3aa7009b73082bb03fd2faeffa7fff58cfffcbcfffdfbc93f7f7d62d7 + + + + + ok_button + clicked() + CppNewClassDlgBase + accept() + + + cancel_button + clicked() + CppNewClassDlgBase + reject() + + + classname_edit + textChanged(const QString&) + CppNewClassDlgBase + classNameChanged(const QString&) + + + header_edit + textChanged(const QString&) + CppNewClassDlgBase + headerChanged() + + + implementation_edit + textChanged(const QString&) + CppNewClassDlgBase + implementationChanged() + + + childclass_box + stateChanged(int) + CppNewClassDlgBase + checkQWidgetInheritance(int) + + + objc_box + stateChanged(int) + CppNewClassDlgBase + checkObjCInheritance(int) + + + virtual_box + stateChanged(int) + CppNewClassDlgBase + currBaseVirtualChanged(int) + + + public_button + clicked() + CppNewClassDlgBase + currBasePublicSet() + + + protected_button + clicked() + CppNewClassDlgBase + currBaseProtectedSet() + + + private_button + clicked() + CppNewClassDlgBase + currBasePrivateSet() + + + addbaseclass_button + clicked() + CppNewClassDlgBase + addBaseClass() + + + rembaseclass_button + clicked() + CppNewClassDlgBase + remBaseClass() + + + baseclasses_view + currentChanged(QListViewItem*) + CppNewClassDlgBase + currBaseSelected(QListViewItem*) + + + upbaseclass_button + clicked() + CppNewClassDlgBase + upbaseclass_button_clicked() + + + downbaseclass_button + clicked() + CppNewClassDlgBase + downbaseclass_button_clicked() + + + baseclasses_view + selectionChanged() + CppNewClassDlgBase + baseclasses_view_selectionChanged() + + + gtk_box + stateChanged(int) + CppNewClassDlgBase + gtk_box_stateChanged(int) + + + basename_edit + textChanged(const QString&) + CppNewClassDlgBase + currBaseNameChanged(const QString&) + + + qobject_box + stateChanged(int) + CppNewClassDlgBase + qobject_box_stateChanged(int) + + + access_view + mouseButtonPressed(int,QListViewItem*,const QPoint&,int) + CppNewClassDlgBase + access_view_mouseButtonPressed(int,QListViewItem*,const QPoint&,int) + + + methods_view + mouseButtonPressed(int,QListViewItem*,const QPoint&,int) + CppNewClassDlgBase + methods_view_mouseButtonPressed(int,QListViewItem*,const QPoint&,int) + + + clear_selection_button + clicked() + CppNewClassDlgBase + clear_selection_button_clicked() + + + to_constructors_list + clicked() + CppNewClassDlgBase + to_constructors_list_clicked() + + + class_tabs + selected(const QString&) + CppNewClassDlgBase + newTabSelected(const QString&) + + + class_tabs + currentChanged(QWidget*) + CppNewClassDlgBase + newTabSelected(QWidget*) + + + basename_edit + textChanged(const QString&) + CppNewClassDlgBase + baseclassname_changed(const QString&) + + + baseinclude_edit + textChanged(const QString&) + CppNewClassDlgBase + baseIncludeChanged(const QString&) + + + scope_box + activated(int) + CppNewClassDlgBase + scopeboxActivated(int) + + + namespace_edit + textChanged(const QString&) + CppNewClassDlgBase + classNamespaceChanged(const QString&) + + + headeronly_box + stateChanged(int) + CppNewClassDlgBase + headeronly_box_stateChanged(int) + + + + classname_edit + namespace_edit + addbaseclass_button + basename_edit + baseinclude_edit + scope_box + virtual_box + public_button + protected_button + private_button + baseclasses_view + rembaseclass_button + upbaseclass_button + downbaseclass_button + header_edit + implementation_edit + filetemplate_box + qobject_box + childclass_box + gtk_box + objc_box + documentation_edit + class_tabs + ok_button + cancel_button + tabWidget4 + constructors_view + to_constructors_list + clear_selection_button + tabWidget3 + constructors_h_edit + methods_view + access_view + gen_config + constructors_cpp_edit + + + kdialog.h + + + updateClassStore() + access_view_mouseButtonPressed( int button, QListViewItem * item, const QPoint & p, int c ) + classNameChanged( const QString & text ) + headerChanged() + implementationChanged() + nameHandlerChanged( const QString & text ) + addBaseClass() + remBaseClass() + currBaseNameChanged( const QString & text ) + currBasePrivateSet() + currBaseProtectedSet() + currBasePublicSet() + currBaseVirtualChanged( int val ) + currBaseSelected( QListViewItem * it ) + checkObjCInheritance( int val ) + checkQWidgetInheritance( int val ) + newTabSelected( const QString & text ) + changeToPrivate() + changeToProtected() + changeToPublic() + changeToInherited() + methods_view_mouseButtonPressed( int, QListViewItem *, const QPoint &, int ) + newTabSelected( QWidget * w ) + extendFunctionality() + replaceFunctionality() + to_constructors_list_clicked() + from_constructors_list_clicked() + add_constructor_button_clicked() + rem_constructor_button_clicked() + clear_selection_button_clicked() + upbaseclass_button_clicked() + downbaseclass_button_clicked() + baseclasses_view_selectionChanged() + gtk_box_stateChanged( int ) + qobject_box_stateChanged( int ) + selectall_button_clicked() + baseclassname_changed( const QString & ) + baseIncludeChanged( const QString & ) + scopeboxActivated( int ) + classNamespaceChanged( const QString & ) + headeronly_box_stateChanged(int val) + + + + + classgeneratorconfig.h + +
-- cgit v1.2.1