Searched refs:property_info (Results 1 - 25 of 42) sorted by relevance

12

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.h22 void CompareProperties(const property_info *prop1,
23 const property_info *prop2,
31 const property_info *prop_list,
H A DPropertyTestcase.h22 property_info *DuplicateProperties(const property_info *prop1, int prop_count);
27 const property_info *prop_list,
H A DPropertyFlattenTest.h23 const property_info *prop_list,
H A DPropertyFindMatchTest.h31 const property_info *prop_list,
H A DPropertyFlattenTest.cpp50 const property_info *prop_list,
H A DPropertyConstructionTest.cpp47 * Descr: This member function checks that the two property_info structures
53 const property_info *prop1,
54 const property_info *prop2,
166 const property_info *prop_list,
H A DPropertyFindMatchTest.cpp49 const property_info *prop_list,
59 const property_info *theProps = propTest->Properties();
H A DPropertyTestcase.cpp65 * property_info structure which is a copy of the one passed
70 property_info *PropertyTestcase::DuplicateProperties(
71 const property_info *prop1,
76 property_info *prop2 = NULL;
78 prop2 = (property_info *) malloc(sizeof(property_info) * (prop_count + 1));
79 memcpy(prop2, prop1, sizeof(property_info) * (prop_count + 1));
142 * - NULL property_info, NULL value_info
143 * - NULL property_info, empty value_info
144 * - NULL property_info, sampl
[all...]
/haiku/headers/os/app/
H A DPropertyInfo.h27 struct property_info { struct
57 BPropertyInfo(property_info* prop = NULL,
74 const property_info* Properties() const;
83 property_info* info);
84 static bool FindSpecifier(uint32 form, property_info* info);
96 property_info* fPropInfo;
/haiku/src/servers/notification/
H A DNotificationWindow.h26 struct property_info;
71 extern property_info main_prop_list[];
H A DNotificationWindow.cpp41 property_info main_prop_list[] = {
H A DNotificationView.cpp45 property_info message_prop_list[] = {
/haiku/src/kits/app/
H A DPropertyInfo.cpp20 BPropertyInfo::BPropertyInfo(property_info* propertyInfo, value_info* valueInfo,
53 property_info* propertyInfo = fPropInfo + propertyIndex;
287 fPropInfo = static_cast<property_info *>(malloc(sizeof(property_info)
289 memset(fPropInfo, 0, (fPropCount + 1) * sizeof(property_info));
399 const property_info*
466 property_info* propertyInfo)
486 BPropertyInfo::FindSpecifier(uint32 form, property_info* propertyInfo)
H A DHandler.cpp40 static property_info sHandlerPropInfo[] = {
507 property_info. 'ctypes' is an array of 'compound_type', which
511 property_info array is declared in the globals section.
/haiku/src/servers/print/
H A DTransport.Scripting.cpp24 static property_info prop_list[] = {
H A DPrinter.Scripting.cpp26 static property_info prop_list[] = {
H A DPrintServerApp.Scripting.cpp26 static property_info prop_list[] = {
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp63 const property_info kTrackerPropertyList[] = {
105 BPropertyInfo propertyInfo(const_cast<property_info*>(
117 BPropertyInfo propertyInfo(const_cast<property_info*>(
H A DPoseViewScripting.cpp90 const property_info kPosesPropertyList[] = {
196 const_cast<property_info*>(kPosesPropertyList));
697 const_cast<property_info*>(kPosesPropertyList));
/haiku/src/kits/interface/
H A DSpinner.cpp20 static property_info sProperties[] = {
H A DDecimalSpinner.cpp26 static property_info sProperties[] = {
H A DControl.cpp25 static property_info sPropertyList[] = {
H A DStringView.cpp32 static property_info sPropertyList[] = {
H A DChannelControl.cpp20 static property_info
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp22 static property_info sProperties[] = {

Completed in 185 milliseconds

12