Symbol: AttrType
src/kits/tracker/PoseView.cpp
10328
if (col && col->AttrType() == B_TIME_TYPE) {
src/kits/tracker/PoseView.cpp
2804
if (column->AttrType() == B_TIME_TYPE)
src/kits/tracker/PoseView.cpp
2889
if (!IsWatchingDateFormatChange() && newColumn->AttrType() == B_TIME_TYPE)
src/kits/tracker/PoseView.cpp
473
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
src/kits/tracker/PoseView.cpp
502
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
src/kits/tracker/PoseView.cpp
527
&& column->AttrType() == B_TIME_TYPE) {
src/kits/tracker/PoseView.cpp
9534
fViewState->SetPrimarySortType(column->AttrType());
src/kits/tracker/PoseView.cpp
9545
fViewState->SetSecondarySortType(column->AttrType());
src/kits/tracker/ViewState.h
220
BColumn::AttrType() const
src/kits/tracker/ViewState.h
69
uint32 AttrType() const;
src/kits/tracker/WidgetAttributeText.cpp
1191
switch (fColumn->AttrType()) {
src/kits/tracker/WidgetAttributeText.cpp
1196
fColumn->AttrType(), 0, buffer, kGenericReadBufferSize - 1);
src/kits/tracker/WidgetAttributeText.cpp
1234
fColumn->AttrType(), 0, &tmp, (size_t)info.size);
src/kits/tracker/WidgetAttributeText.cpp
1241
if (fColumn->AttrType() == B_FLOAT_TYPE
src/kits/tracker/WidgetAttributeText.cpp
1242
|| fColumn->AttrType() == B_DOUBLE_TYPE) {
src/kits/tracker/WidgetAttributeText.cpp
1316
switch (fColumn->AttrType()) {
src/kits/tracker/WidgetAttributeText.cpp
1472
switch (fColumn->AttrType()) {
src/kits/tracker/WidgetAttributeText.cpp
1580
uint32 type = fColumn->AttrType();
src/kits/tracker/WidgetAttributeText.cpp
1789
switch (fColumn->AttrType()) {
src/kits/tracker/WidgetAttributeText.cpp
1891
switch (fColumn->AttrType()) {
src/kits/tracker/WidgetAttributeText.cpp
1954
switch (fColumn->AttrType()) {