Home
last modified time | relevance | path

Searched refs:theValues (Results 1 – 25 of 109) sorted by relevance

12345

/dports/net/ns3/ns-allinone-3.35/netanim-3.108/qtpropertybrowser/src/
H A Dfilepathmanager.cpp28 if (!theValues.contains(property)) in value()
30 return theValues[property].value; in value()
35 if (!theValues.contains(property)) in filter()
37 return theValues[property].filter; in filter()
42 if (!theValues.contains(property)) in setValue()
45 Data data = theValues[property]; in setValue()
52 theValues[property] = data; in setValue()
60 if (!theValues.contains(property)) in setFilter()
63 Data data = theValues[property]; in setFilter()
70 theValues[property] = data; in setFilter()
H A Dvariantmanager.cpp53 if (theValues.contains(property)) in value()
54 return theValues[property].value; in value()
80 if (theValues.contains(property)) { in attributeValue()
90 if (theValues.contains(property)) in valueText()
97 if (theValues.contains(property)) { in setValue()
101 Data d = theValues[property]; in setValue()
105 theValues[property] = d; in setValue()
116 if (theValues.contains(property)) { in setAttribute()
125 theValues[property] = d; in setAttribute()
136 theValues[property] = Data(); in initializeProperty()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_TNamingNaming.cxx116 theValues.append ("Type"); in GetValues()
117 theValues.append (DFBrowserPane_Tools::ToName (DB_NAMING_TYPE, aNamingName.Type()).ToCString()); in GetValues()
118 theValues.append ("ShapeType"); in GetValues()
121 theValues.append ("StopNamedShape"); in GetValues()
123 theValues.append ("Index"); in GetValues()
124 theValues.append (QString::number (aNamingName.Index())); in GetValues()
126 theValues.append ("Shape(TShape)"); in GetValues()
129 theValues.append ("ContextLabel"); in GetValues()
131 theValues.append ("Orientation"); in GetValues()
138 theValues << "Argument"; in GetValues()
[all …]
H A DDFBrowserPane_HelperArray.cxx63 void DFBrowserPane_HelperArray::Init (const QList<QVariant>& theValues) in Init() argument
66 aTmpValues << "Lower" << theValues[0] << "Upper" << theValues[1]; in Init()
70 int aLower = theValues[0].toInt(); in Init()
71 for (int aValueIt = 2, aSize = theValues.size(); aValueIt < aSize; aValueIt++) in Init()
72 aTmpValues << QString ("Value (%1)").arg(aValueIt-2 + aLower) << theValues[aValueIt]; in Init()
86 QList<QVariant>& theValues) in GetShortAttributeInfo() argument
89 theValues.append (myValuesModel->data (myValuesModel->index (aRowId, 1))); in GetShortAttributeInfo()
H A DDFBrowserPane_TNamingUsedShapes.cxx67 …NamingUsedShapes::GetValues (const Handle(TDF_Attribute)& theAttribute, QList<QVariant>& theValues) in GetValues() argument
82 theValues.append(DFBrowserPane_Tools::ToName(DB_SHAPE_TYPE, aShape.ShapeType()).ToCString()); in GetValues()
83 theValues.append(Standard_Dump::GetPointerInfo(aShape.TShape()->This()).ToCString()); in GetValues()
86 theValues << "EMPTY SHAPE" << ""; in GetValues()
90 theValues.append(DFBrowserPane_Tools::GetEntry(aPtrRefShape->Label()).ToCString()); in GetValues()
92theValues.append(!aValueShape.IsNull() ? Standard_Dump::GetPointerInfo(aValueShape.TShape()->This(… in GetValues()
95 theValues << "" << ""; in GetValues()
104 QList<QVariant>& theValues) in GetShortAttributeInfo() argument
110 theValues.append (QString ("%1").arg (anAttribute->Map().Extent())); in GetShortAttributeInfo()
H A DDFBrowserPane_AttributePaneModel.cxx38 void DFBrowserPane_AttributePaneModel::Init (const QList<QVariant>& theValues) in Init() argument
44 int aRows = theValues.size() / myColumnCount; in Init()
52 aRowValues.append (theValues[aValuesIndex]); in Init()
59 int aCols = theValues.size() / myColumnCount; in Init()
67 aColValues.append (theValues[aValuesIndex]); in Init()
80 void DFBrowserPane_AttributePaneModel::SetHeaderValues (const QList<QVariant>& theValues, in SetHeaderValues() argument
84 myHorizontalHeaderValues = theValues; in SetHeaderValues()
86 myVerticalHeaderValues = theValues; in SetHeaderValues()
H A DDFBrowserPane_TDataStdReferenceArray.cxx64 …tdReferenceArray::GetValues (const Handle(TDF_Attribute)& theAttribute, QList<QVariant>& theValues) in GetValues() argument
70 theValues.append (anAttribute->Lower()); in GetValues()
71 theValues.append (anAttribute->Upper()); in GetValues()
73 theValues.append (DFBrowserPane_Tools::GetEntry (anAttribute->Value(aValueId)).ToCString()); in GetValues()
81 QList<QVariant>& theValues) in GetShortAttributeInfo() argument
86 return myArrayTableHelper.GetShortAttributeInfo (theAttribute, theValues); in GetShortAttributeInfo()
H A DDFBrowserPane_AttributePaneModel.hxx58 Standard_EXPORT void Init (const QList<QVariant>& theValues);
63 …Standard_EXPORT void SetHeaderValues (const QList<QVariant>& theValues, Qt::Orientation theOrienta…
77 void SetItalicColumns (const QList<int>& theValues) { myItalicColumns = theValues; } in SetItalicColumns() argument
/dports/www/sogo2/SOGo-2.4.1/ActiveSync/
H A DNGVCard+ActiveSync.m304 - (void) takeActiveSyncValues: (NSDictionary *) theValues
316 if ((o = [theValues objectForKey: @"Categories"]) && [o length])
322 if ((o = [theValues objectForKey: @"Birthday"]))
417 [element setSingleValue: [theValues objectForKey: @"HomeCity"]
497 if ((o = [theValues objectForKey: @"CompanyName"]))
503 if ((o = [theValues objectForKey: @"Department"]))
534 [self setFn: [theValues objectForKey: @"FileAs"]];
536 [self setNWithFamily: [theValues objectForKey: @"LastName"]
537 given: [theValues objectForKey: @"FirstName"]
543 setSingleValue: [theValues objectForKey: @"IMAddress"]
[all …]
H A DiCalRecurrenceRule+ActiveSync.m239 - (void) _setByDayFromValues: (NSDictionary *) theValues
247 o = [theValues objectForKey: @"Recurrence_DayOfWeek"];
275 - (void) _setByMonthFromValues: (NSDictionary *) theValues
288 - (void) takeActiveSyncValues: (NSDictionary *) theValues
297 if ((o = [theValues objectForKey: @"Recurrence_Interval"]))
359 [self _setByDayFromValues: theValues];
377 [self _setByMonthFromValues: theValues];
382 [self _setByDayFromValues: theValues];
383 [self _setByMonthFromValues: theValues];
389 if ((o = [theValues objectForKey: @"Recurrence_Occurrences"]))
[all …]
H A DiCalToDo+ActiveSync.m170 - (void) takeActiveSyncValues: (NSDictionary *) theValues
182 if ((o = [theValues objectForKey: @"Subject"]))
188 if ((o = [theValues objectForKey: @"Body"]))
197 if ([[theValues objectForKey: @"Complete"] intValue] &&
198 ((o = [theValues objectForKey: @"DateCompleted"])) )
213 if ((o = [theValues objectForKey: @"DueDate"]))
223 if ((o = [theValues objectForKey: @"StartDate"]))
234 if ((o = [theValues objectForKey: @"Importance"]))
247 if ((o = [theValues objectForKey: @"Sensitivity"]))
268 if ((o = [theValues objectForKey: @"ReminderTime"]))
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m312 - (void) takeActiveSyncValues: (NSDictionary *) theValues
326 if ((o = [theValues objectForKey: @"Categories"]) && [o length])
332 if ((o = [theValues objectForKey: @"Birthday"]))
427 [element setSingleValue: [theValues objectForKey: @"HomeCity"]
433 [element setSingleValue: [theValues objectForKey: @"HomeState"]
484 [element setSingleValue: [theValues objectForKey: @"OtherCity"]
507 if ((o = [theValues objectForKey: @"CompanyName"]))
513 if ((o = [theValues objectForKey: @"Department"]))
544 [self setFn: [theValues objectForKey: @"FileAs"]];
566 setSingleValue: [theValues objectForKey: @"IMAddress"]
[all …]
H A DiCalRecurrenceRule+ActiveSync.m239 - (void) _setByDayFromValues: (NSDictionary *) theValues
247 o = [theValues objectForKey: @"Recurrence_DayOfWeek"];
275 - (void) _setByMonthFromValues: (NSDictionary *) theValues
288 - (void) takeActiveSyncValues: (NSDictionary *) theValues
297 if ((o = [theValues objectForKey: @"Recurrence_Interval"]))
359 [self _setByDayFromValues: theValues];
377 [self _setByMonthFromValues: theValues];
382 [self _setByDayFromValues: theValues];
383 [self _setByMonthFromValues: theValues];
389 if ((o = [theValues objectForKey: @"Recurrence_Occurrences"]))
[all …]
H A DiCalToDo+ActiveSync.m179 - (void) takeActiveSyncValues: (NSDictionary *) theValues
191 if ((o = [theValues objectForKey: @"Subject"]))
197 if ((o = [theValues objectForKey: @"Body"]))
206 if ([[theValues objectForKey: @"Complete"] intValue] &&
207 ((o = [theValues objectForKey: @"DateCompleted"])) )
222 if ((o = [theValues objectForKey: @"DueDate"]))
232 if ((o = [theValues objectForKey: @"StartDate"]))
243 if ((o = [theValues objectForKey: @"Importance"]))
256 if ((o = [theValues objectForKey: @"Sensitivity"]))
277 if ((o = [theValues objectForKey: @"ReminderTime"]))
[all …]
/dports/www/sogo/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m312 - (void) takeActiveSyncValues: (NSDictionary *) theValues
326 if ((o = [theValues objectForKey: @"Categories"]) && [o length])
332 if ((o = [theValues objectForKey: @"Birthday"]))
427 [element setSingleValue: [theValues objectForKey: @"HomeCity"]
433 [element setSingleValue: [theValues objectForKey: @"HomeState"]
484 [element setSingleValue: [theValues objectForKey: @"OtherCity"]
507 if ((o = [theValues objectForKey: @"CompanyName"]))
513 if ((o = [theValues objectForKey: @"Department"]))
544 [self setFn: [theValues objectForKey: @"FileAs"]];
566 setSingleValue: [theValues objectForKey: @"IMAddress"]
[all …]
H A DiCalRecurrenceRule+ActiveSync.m239 - (void) _setByDayFromValues: (NSDictionary *) theValues
247 o = [theValues objectForKey: @"Recurrence_DayOfWeek"];
275 - (void) _setByMonthFromValues: (NSDictionary *) theValues
288 - (void) takeActiveSyncValues: (NSDictionary *) theValues
297 if ((o = [theValues objectForKey: @"Recurrence_Interval"]))
359 [self _setByDayFromValues: theValues];
377 [self _setByMonthFromValues: theValues];
382 [self _setByDayFromValues: theValues];
383 [self _setByMonthFromValues: theValues];
389 if ((o = [theValues objectForKey: @"Recurrence_Occurrences"]))
[all …]
H A DiCalToDo+ActiveSync.m179 - (void) takeActiveSyncValues: (NSDictionary *) theValues
191 if ((o = [theValues objectForKey: @"Subject"]))
197 if ((o = [theValues objectForKey: @"Body"]))
206 if ([[theValues objectForKey: @"Complete"] intValue] &&
207 ((o = [theValues objectForKey: @"DateCompleted"])) )
222 if ((o = [theValues objectForKey: @"DueDate"]))
232 if ((o = [theValues objectForKey: @"StartDate"]))
243 if ((o = [theValues objectForKey: @"Importance"]))
256 if ((o = [theValues objectForKey: @"Sensitivity"]))
277 if ((o = [theValues objectForKey: @"ReminderTime"]))
[all …]
H A DiCalEvent+ActiveSync.m446 - (void) takeActiveSyncValues: (NSDictionary *) theValues
467 if ((o = [theValues objectForKey: @"Subject"]))
471 if ([[theValues objectForKey: @"AllDayEvent"] intValue])
484 if ((o = [theValues objectForKey: @"BusyStatus"]))
495 if ((o = [theValues objectForKey: @"Sensitivity"]))
518 //if ((o = [theValues objectForKey: @"TimeZone"]))
533 if ((o = [theValues objectForKey: @"Body"]))
550 if ((o = [theValues objectForKey: @"StartTime"]))
572 if ((o = [theValues objectForKey: @"EndTime"]))
810 if ((o = [theValues objectForKey: @"MeetingStatus"]))
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimDoubleGridProperty.cpp25 theValues(rhs.theValues) in ossimDoubleGridProperty()
48 theValues = rhsPtr->theValues; in assign()
70 theValues.resize(numberOfRows); in setValue()
74 theValues[rowIdx].resize(numberOfCols); in setValue()
78 theValues[rowIdx][colIdx] = v.toDouble(); in setValue()
137 return ((int)theValues.size()); in getNumberOfRows()
144 return (ossim_uint32)theValues[0].size(); in getNumberOfCols()
155 return theValues[(int)row][(int)col]; in getValue()
H A DossimCsvFile.cpp31 if((idx > 0)&&(idx < (ossim_int32)theValues.size())) in valueAt()
33 value = theValues[idx]; in valueAt()
45 if(idx < theValues.size()) in valueAt()
47 value = theValues[idx]; in valueAt()
59 if((idx >= 0)&&(idx < (ossim_int32)theValues.size())) in operator []()
61 return theValues[idx]; in operator []()
75 return theValues[idx]; in operator []()
84 if(idx < theValues.size()) in operator []()
86 return theValues[idx]; in operator []()
94 if(idx < theValues.size()) in operator []()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDefs/
H A DIGESDefs_GenericData.cxx54 theValues = allValues; in Init()
82 return theValues->Value(Index); in Handle()
88 return GetCasted(TColStd_HArray1OfInteger,theValues->Value(Index))->Value(1); in ValueAsInteger()
94 return GetCasted(TColStd_HArray1OfReal,theValues->Value(Index))->Value(1); in ValueAsReal()
100 return GetCasted(TCollection_HAsciiString,theValues->Value(Index)); in Handle()
106 return GetCasted(IGESData_IGESEntity,theValues->Value(Index)); in Handle()
112 return (GetCasted(TColStd_HArray1OfInteger,theValues->Value(Index))->Value(1) in ValueAsLogical()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Djson_exprs.cpp142 theValues.swap(values); in json_direct_object_expr()
159 ite = theValues.begin(); in compute_scripting_kind()
160 end = theValues.end(); in compute_scripting_kind()
184 values.reserve(theValues.size()); in cloneImpl()
193 ite = theValues.begin(); in cloneImpl()
194 end = theValues.end(); in cloneImpl()
/dports/astro/merkaartor/merkaartor-0.19.0/src/TagTemplate/
H A DTagTemplate.cpp37 qDeleteAll(theValues); in ~TagTemplateWidget()
86 theValues.append(aTCV); in parseCommonElements()
118 for (int i=0; i<theValues.size(); ++i) { in generateCommonElements()
119 theValues[i]->toXML(e, false); in generateCommonElements()
199 for (int i=0; i<theValues.size(); ++i) { in getWidget()
201 aCombo->addItem(theValues[i]->theDescriptions[lang], qVariantFromValue(theValues[i])); in getWidget()
204 … aCombo->addItem(theValues[i]->theDescriptions[defLang], qVariantFromValue(theValues[i])); in getWidget()
206 aCombo->addItem(theValues[i]->theTagValue, qVariantFromValue(theValues[i])); in getWidget()
208 if (theValues[i]->theTagValue == val) in getWidget()
458 if (theValues.count()) { in getWidget()
[all …]
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-stringtools.cpp56 ATSUAttributeValuePtr theValues[] = { NULL, NULL }; in CreateATSUIStyleFromFontFullNameAndSize() local
62 theValues[0] = &atsuFont; in CreateATSUIStyleFromFontFullNameAndSize()
63 theValues[1] = &atsuSize; in CreateATSUIStyleFromFontFullNameAndSize()
71 … ATSUSetAttributes(localStyle, sizeof(theTags) / sizeof(theTags[0]), theTags, theSizes, theValues); in CreateATSUIStyleFromFontFullNameAndSize()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-stringtools.cpp230 ATSUAttributeValuePtr theValues[] = { NULL, NULL }; in CreateATSUIStyleFromFontFullNameAndSize() local
236 theValues[0] = &atsuFont; in CreateATSUIStyleFromFontFullNameAndSize()
237 theValues[1] = &atsuSize; in CreateATSUIStyleFromFontFullNameAndSize()
245 … ATSUSetAttributes(localStyle, sizeof(theTags) / sizeof(theTags[0]), theTags, theSizes, theValues); in CreateATSUIStyleFromFontFullNameAndSize()

12345