Searched refs:statField (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DViewState.h51 const char* displayAs, bool statField, bool editable);
54 bool statField, bool editable);
84 const char* displayAs, bool statField, bool editable);
H A DViewState.cpp86 const char* displayAs, bool statField, bool editable)
89 statField, editable);
95 bool statField, bool editable)
98 statField, editable);
183 const char* displayAs, bool statField, bool editable)
193 fStatField = statField;
84 BColumn(const char* title, float width, alignment align, const char* attributeName, uint32 attrType, const char* displayAs, bool statField, bool editable) argument
93 BColumn(const char* title, float width, alignment align, const char* attributeName, uint32 attrType, bool statField, bool editable) argument
181 _Init(const char* title, float width, alignment align, const char* attributeName, uint32 attrType, const char* displayAs, bool statField, bool editable) argument
H A DContainerWindow.h172 bool statField);
175 bool editable, bool statField);
H A DTrackerInitialState.cpp107 bool statField; member in struct:ColumnData
230 src[i].attrType, src[i].statField, src[i].editable);
H A DContainerWindow.cpp3243 int32 type, float width, int32 align, bool editable, bool statField)
3246 editable, statField);
3253 bool editable, bool statField)
3264 message->AddBool("attr_statfield", statField);
3242 NewAttributeMenuItem(const char* label, const char* name, int32 type, float width, int32 align, bool editable, bool statField) argument
3251 NewAttributeMenuItem(const char* label, const char* name, int32 type, const char* displayAs, float width, int32 align, bool editable, bool statField) argument

Completed in 105 milliseconds