Symbol: AttrType
src/kits/tracker/PoseView.cpp
10439
if (col && col->AttrType() == B_TIME_TYPE) {
src/kits/tracker/PoseView.cpp
2831
if (column->AttrType() == B_TIME_TYPE)
src/kits/tracker/PoseView.cpp
2916
if (!IsWatchingDateFormatChange() && newColumn->AttrType() == B_TIME_TYPE)
src/kits/tracker/PoseView.cpp
469
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
src/kits/tracker/PoseView.cpp
498
fViewState->SetPrimarySortType(FirstColumn()->AttrType());
src/kits/tracker/PoseView.cpp
523
&& column->AttrType() == B_TIME_TYPE) {
src/kits/tracker/PoseView.cpp
9645
fViewState->SetPrimarySortType(column->AttrType());
src/kits/tracker/PoseView.cpp
9656
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()) {