uidesigner/com.nokia.carbide.cpp.uidesigner.doc.user/html/concepts/con_com_properties.htm
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 23:33:03 +0100
changeset 0 fb279309251b
permissions -rw-r--r--
DP tools release version Revision: 200912

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Properties</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Properties</h2>

<p>Components are the equivalent of C++ classes. In standard C++ terminology, a class defines data members for each object by specifying a name and type for each of the associated data elements. In the UI Designer,  every object of a component class exposes the <b>properties</b> of that object. </p>
<p>The <a href="../reference/views/ref_properties_view.htm">Properties</a> view provides a convenient interface to edit the values for each property of a component object. The Property Editor determines the name and type for  each property by parsing the associated component definition files. It uses that information to provide  editors for each property. The editors for each property ensure that you may enter only values that are appropriate for them.</p>
<p>The toolset provides component definition files for standard components. You must create  component definition files to support your custom components.  </p>
<h5>Related tasks</h5>
<ul>
  <li><a href="../tasks/properties/task_comp_mod_properties.htm">Inspecting/Modifying Object Properties</a></li>
</ul>
<h5>Related references</h5>
<ul>
  <li><a href="../reference/views/ref_properties_view.htm">Properties View</a></li>
</ul>
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</body>
</html>