Symbol: AddColumn
headers/libs/alm/ALMLayout.h
98
Column* AddColumn(XTab* left, XTab* right);
headers/private/interface/ColumnListView.h
298
void AddColumn(BColumn* column,
headers/private/shared/TextTable.h
23
void AddColumn(const BString& title,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
452
fWaitObjectsTree->AddColumn(new StringTableColumn(0, "Type", 80, 40, 1000,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
454
fWaitObjectsTree->AddColumn(new StringTableColumn(1, "Name", 80, 40, 1000,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
456
fWaitObjectsTree->AddColumn(new StringTableColumn(2, "Object", 80, 40, 1000,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
458
fWaitObjectsTree->AddColumn(new StringTableColumn(3, "Referenced", 80, 40,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
460
fWaitObjectsTree->AddColumn(new Int64TableColumn(4, "Waits", 80, 20,
src/apps/debuganalyzer/gui/AbstractWaitObjectsPage.h
462
fWaitObjectsTree->AddColumn(new NanotimeTableColumn(5, "Wait time", 80,
src/apps/debuganalyzer/gui/main_window/TeamsPage.cpp
82
fTeamsTable->AddColumn(new Int32TableColumn(0, "ID", 40, 20, 1000,
src/apps/debuganalyzer/gui/main_window/TeamsPage.cpp
84
fTeamsTable->AddColumn(new StringTableColumn(1, "Name", 80, 40, 1000,
src/apps/debuganalyzer/gui/main_window/TeamsPage.cpp
86
fTeamsTable->AddColumn(new NanotimeTableColumn(2, "Creation", 80, 40, 1000,
src/apps/debuganalyzer/gui/main_window/TeamsPage.cpp
88
fTeamsTable->AddColumn(new NanotimeTableColumn(3, "Deletion", 80, 40, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
124
fThreadsTable->AddColumn(new Int32TableColumn(0, "ID", 40, 20, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
126
fThreadsTable->AddColumn(new StringTableColumn(1, "Name", 80, 40, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
128
fThreadsTable->AddColumn(new StringTableColumn(2, "Team", 80, 40, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
130
fThreadsTable->AddColumn(new NanotimeTableColumn(3, "Creation", 80, 40,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
132
fThreadsTable->AddColumn(new NanotimeTableColumn(4, "Deletion", 80, 40,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
134
fThreadsTable->AddColumn(new Int64TableColumn(5, "Runs", 80, 20, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
136
fThreadsTable->AddColumn(new NanotimeTableColumn(6, "Run time", 80, 20,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
138
fThreadsTable->AddColumn(new Int64TableColumn(7, "Latencies", 80, 20, 1000,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
140
fThreadsTable->AddColumn(new NanotimeTableColumn(8, "Latency time", 80, 20,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
142
fThreadsTable->AddColumn(new Int64TableColumn(9, "Preemptions", 80, 20,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
144
fThreadsTable->AddColumn(new NanotimeTableColumn(10, "Preemption time", 80,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
146
fThreadsTable->AddColumn(new Int64TableColumn(11, "Waits", 80, 20,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
148
fThreadsTable->AddColumn(new NanotimeTableColumn(12, "Wait time", 80,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
150
fThreadsTable->AddColumn(new NanotimeTableColumn(13, "Unspecified time", 80,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
152
fThreadsTable->AddColumn(new Int64TableColumn(14, "I/O Count", 80, 20,
src/apps/debuganalyzer/gui/main_window/ThreadsPage.cpp
154
fThreadsTable->AddColumn(new NanotimeTableColumn(15, "I/O Time", 80,
src/apps/debuganalyzer/gui/table/AbstractTable.cpp
136
BColumnListView::AddColumn(privateColumn, column->ModelIndex());
src/apps/debuganalyzer/gui/table/AbstractTable.h
34
virtual void AddColumn(TableColumn* column);
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
393
fDispositionExceptions->AddColumn(new StringTableColumn(0, "Signal",
src/apps/debugger/user_interface/gui/team_settings_window/SignalsConfigView.cpp
395
fDispositionExceptions->AddColumn(new StringTableColumn(1, "Disposition",
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
460
fBreakpointsTable->AddColumn(new BoolStringTableColumn(0, "State", 70, 20,
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
462
fBreakpointsTable->AddColumn(new StringTableColumn(1, "Location", 250, 40,
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
464
fBreakpointsTable->AddColumn(new StringTableColumn(2, "File:Line/Address",
src/apps/debugger/user_interface/gui/team_window/BreakpointListView.cpp
466
fBreakpointsTable->AddColumn(new StringTableColumn(3, "Condition",
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
829
fFunctionsTable->AddColumn(fHighlightingColumn
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
832
fFunctionsTable->AddColumn(new TargetAddressTableColumn(1, "Address",
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
307
fImagesTable->AddColumn(new Int32TableColumn(0, "ID", 40, 20, 1000,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
309
fImagesTable->AddColumn(new StringTableColumn(1, "Name", 80, 40, 1000,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
311
fImagesTable->AddColumn(new TargetAddressTableColumn(2, "Text Base", 80,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
313
fImagesTable->AddColumn(new TargetAddressTableColumn(3, "Text End", 80, 40,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
315
fImagesTable->AddColumn(new TargetAddressTableColumn(4, "Data Base", 80,
src/apps/debugger/user_interface/gui/team_window/ImageListView.cpp
317
fImagesTable->AddColumn(new TargetAddressTableColumn(5, "Data End", 80, 40,
src/apps/debugger/user_interface/gui/team_window/RegistersView.cpp
396
fRegisterTable->AddColumn(new StringTableColumn(0, "Register",
src/apps/debugger/user_interface/gui/team_window/RegistersView.cpp
399
fRegisterTable->AddColumn(new RegisterValueColumn(1, "Value",
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
242
fFramesTable->AddColumn(new TargetAddressTableColumn(0, "Frame",
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
244
fFramesTable->AddColumn(new TargetAddressTableColumn(1, "IP", addressWidth,
src/apps/debugger/user_interface/gui/team_window/StackTraceView.cpp
246
fFramesTable->AddColumn(new StringTableColumn(2, "Function", 300, 100, 1000,
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
371
fThreadsTable->AddColumn(new Int32TableColumn(0, "ID",
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
374
fThreadsTable->AddColumn(new StringTableColumn(1, "State",
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
377
fThreadsTable->AddColumn(new StringTableColumn(2, "Name", 200, 40, 1000,
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
379
fThreadsTable->AddColumn(new StringTableColumn(3, "Stop reason",
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2563
fVariableTable->AddColumn(new StringTableColumn(0, "Variable",
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2566
fVariableTable->AddColumn(new VariableValueColumn(1, "Value",
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2569
fVariableTable->AddColumn(new StringTableColumn(2, "Type",
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
285
AddColumn(new TeamsColumn("Name", 400, 100, 600,
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
287
AddColumn(new TeamsColumn("ID", 80, 40, 100,
src/apps/devices/PropertyList.cpp
55
AddColumn(nameColumn = new BStringColumn(B_TRANSLATE("Name"), 150, 50, 500,
src/apps/devices/PropertyList.cpp
58
AddColumn(new BStringColumn(B_TRANSLATE("Value"), 300, 50, 500,
src/apps/drivesetup/PartitionList.cpp
418
AddColumn(new PartitionColumn(B_TRANSLATE("Device"), 150, 50, 500,
src/apps/drivesetup/PartitionList.cpp
420
AddColumn(new PartitionColumn(B_TRANSLATE("File system"), 100, 50, 500,
src/apps/drivesetup/PartitionList.cpp
422
AddColumn(new PartitionColumn(B_TRANSLATE("Volume name"), 130, 50, 500,
src/apps/drivesetup/PartitionList.cpp
424
AddColumn(new PartitionColumn(B_TRANSLATE("Mounted at"), 100, 50, 500,
src/apps/drivesetup/PartitionList.cpp
426
AddColumn(new PartitionColumn(B_TRANSLATE("Size"), 80, 50, 500,
src/apps/drivesetup/PartitionList.cpp
428
AddColumn(new PartitionColumn(B_TRANSLATE("Free space"), 80, 50, 500,
src/apps/drivesetup/PartitionList.cpp
430
AddColumn(new PartitionColumn(B_TRANSLATE("Block size"), 50, 50, 500,
src/apps/drivesetup/PartitionList.cpp
432
AddColumn(new PartitionColumn(B_TRANSLATE("Physical block size"), 50, 50, 500,
src/apps/drivesetup/PartitionList.cpp
434
AddColumn(new PartitionColumn(B_TRANSLATE("Parameters"), 100, 50, 500,
src/apps/drivesetup/PartitionList.cpp
436
AddColumn(new PartitionColumn(B_TRANSLATE("Partition type"), 200, 50, 500,
src/apps/haikudepot/ui/PackageListView.cpp
1090
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Name"), 150 * scale, 50 * scale, 300 * scale,
src/apps/haikudepot/ui/PackageListView.cpp
1093
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Rating"), 80 * scale, 50 * scale, 100 * scale,
src/apps/haikudepot/ui/PackageListView.cpp
1096
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Description"), 300 * scale, 80 * scale,
src/apps/haikudepot/ui/PackageListView.cpp
1102
AddColumn(sizeColumn, kSizeColumn);
src/apps/haikudepot/ui/PackageListView.cpp
1103
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Status"),
src/apps/haikudepot/ui/PackageListView.cpp
1108
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Repository"), 120 * scale, 50 * scale,
src/apps/haikudepot/ui/PackageListView.cpp
1116
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Version"), widthWithPlacboVersion,
src/apps/haikudepot/ui/PackageListView.cpp
1122
AddColumn(new PackageColumn(fModel, B_TRANSLATE("Date"), widthWithPlaceboDate,
src/apps/patchbay/PatchRow.h
39
void AddColumn(int32 consumerID);
src/apps/patchbay/PatchView.cpp
368
row->AddColumn(i->ID());
src/apps/patchbay/PatchView.cpp
384
(*i)->AddColumn(id);
src/apps/resedit/ResView.cpp
77
fListView->AddColumn(new BStringColumn("ID", width, width, 100, B_TRUNCATE_END), 0);
src/apps/resedit/ResView.cpp
79
fListView->AddColumn(new BStringColumn("Type", width, width, 100, B_TRUNCATE_END), 1);
src/apps/resedit/ResView.cpp
80
fListView->AddColumn(new BStringColumn("Name", 150, 50, 300, B_TRUNCATE_END), 2);
src/apps/resedit/ResView.cpp
81
fListView->AddColumn(new PreviewColumn("Data", 150, 50, 300), 3);
src/apps/resedit/ResView.cpp
87
fListView->AddColumn(new BSizeColumn("Size", width, 10, 100), 4);
src/apps/webpositive/CookieWindow.cpp
129
fCookies->AddColumn(new BStringColumn(B_TRANSLATE("Name"),
src/apps/webpositive/CookieWindow.cpp
131
fCookies->AddColumn(new BStringColumn(B_TRANSLATE("Path"),
src/apps/webpositive/CookieWindow.cpp
133
fCookies->AddColumn(new CookieDateColumn(B_TRANSLATE("Expiration"),
src/apps/webpositive/CookieWindow.cpp
135
fCookies->AddColumn(new BStringColumn(B_TRANSLATE("Value"),
src/apps/webpositive/CookieWindow.cpp
137
fCookies->AddColumn(new BStringColumn(B_TRANSLATE("Flags"),
src/bin/launch_roster.cpp
224
table.AddColumn("Name", B_ALIGN_RIGHT);
src/bin/launch_roster.cpp
234
table.AddColumn("Name", B_ALIGN_RIGHT);
src/bin/launch_roster.cpp
235
table.AddColumn("Type");
src/bin/launch_roster.cpp
236
table.AddColumn("State");
src/bin/launch_roster.cpp
237
table.AddColumn("Enabled");
src/bin/pkgman/command_search.cpp
346
table.AddColumn("Repository");
src/bin/pkgman/command_search.cpp
347
table.AddColumn("Name");
src/bin/pkgman/command_search.cpp
348
table.AddColumn("Version");
src/bin/pkgman/command_search.cpp
349
table.AddColumn("Arch");
src/bin/pkgman/command_search.cpp
369
table.AddColumn("Status");
src/bin/pkgman/command_search.cpp
370
table.AddColumn("Name");
src/bin/pkgman/command_search.cpp
371
table.AddColumn("Description", B_ALIGN_LEFT, true);
src/bin/ramdisk.cpp
391
table.AddColumn("ID", B_ALIGN_RIGHT);
src/bin/ramdisk.cpp
392
table.AddColumn("Size", B_ALIGN_RIGHT);
src/bin/ramdisk.cpp
393
table.AddColumn("Associated file");
src/kits/tracker/OpenWithWindow.cpp
822
AddColumn(nameColumn);
src/kits/tracker/OpenWithWindow.cpp
826
AddColumn(relationColumn);
src/kits/tracker/OpenWithWindow.cpp
828
AddColumn(new BColumn(B_TRANSLATE("Location"), 225,
src/kits/tracker/OpenWithWindow.cpp
830
AddColumn(new BColumn(B_TRANSLATE("Version"), 70,
src/kits/tracker/PoseView.cpp
2565
AddColumn(column);
src/kits/tracker/PoseView.cpp
2951
AddColumn(column);
src/kits/tracker/PoseView.cpp
651
AddColumn(new BColumn(B_TRANSLATE("Name"), 145,
src/kits/tracker/PoseView.cpp
653
AddColumn(new BColumn(B_TRANSLATE("Size"), 80,
src/kits/tracker/PoseView.cpp
655
AddColumn(new BColumn(B_TRANSLATE("Modified"), 150,
src/kits/tracker/PoseView.h
233
bool AddColumn(BColumn*, const BColumn* after = NULL);
src/kits/tracker/QueryPoseView.cpp
154
AddColumn(new BColumn(B_TRANSLATE("Name"), 145,
src/kits/tracker/QueryPoseView.cpp
156
AddColumn(new BColumn(B_TRANSLATE("Location"), 225,
src/kits/tracker/QueryPoseView.cpp
158
AddColumn(new BColumn(B_TRANSLATE("Size"), 80,
src/kits/tracker/QueryPoseView.cpp
160
AddColumn(new BColumn(B_TRANSLATE("Modified"), 150,
src/kits/tracker/TitleView.cpp
746
fTitleView->PoseView()->AddColumn(column, after);
src/kits/tracker/infowindow/AttributesView.cpp
48
fListView->AddColumn(nameColumn, 0);
src/kits/tracker/infowindow/AttributesView.cpp
49
fListView->AddColumn(valueColumn, 1);
src/kits/tracker/infowindow/AttributesView.cpp
50
fListView->AddColumn(typeColumn, 2);
src/preferences/notifications/NotificationsView.cpp
85
fApplications->AddColumn(fAppCol, kAppNameIndex);
src/preferences/notifications/NotificationsView.cpp
91
fApplications->AddColumn(fAppEnabledCol, kAppEnabledIndex);
src/preferences/repositories/RepositoriesView.cpp
88
fListView->AddColumn(new BStringColumn(kTitleEnabled, col0width, col0width,
src/preferences/repositories/RepositoriesView.cpp
90
fListView->AddColumn(new BStringColumn(kTitleName, 90, col1width, 300,
src/preferences/repositories/RepositoriesView.cpp
92
fListView->AddColumn(new BStringColumn(kTitleUrl, 500, col2width, 5000,
src/preferences/shortcuts/ShortcutsWindow.cpp
149
fColumnListView->AddColumn(new PopUpColumn(CreateMetaPopUp(i), name,
src/preferences/shortcuts/ShortcutsWindow.cpp
155
fColumnListView->AddColumn(new PopUpColumn(CreateKeysPopUp(),
src/preferences/shortcuts/ShortcutsWindow.cpp
178
fColumnListView->AddColumn(new PopUpColumn(popup, B_TRANSLATE("Application"),
src/preferences/sounds/HEventList.cpp
63
AddColumn(new BStringColumn(B_TRANSLATE("Event"), 180, 50, 500,
src/preferences/sounds/HEventList.cpp
65
AddColumn(new BStringColumn(B_TRANSLATE("Sound"), 130, 50, 500,
src/tests/kits/interface/look/Look.cpp
287
columnListView->AddColumn(new BTitledColumn("Short",
src/tests/kits/interface/look/Look.cpp
289
columnListView->AddColumn(new BTitledColumn("Medium Length",
src/tests/kits/interface/look/Look.cpp
291
columnListView->AddColumn(new BTitledColumn("Some Long Column Name",
src/tests/kits/opengl/glinfo/CapabilitiesView.cpp
43
fCapabilitiesList->AddColumn(fCapabilityColumn, 0);
src/tests/kits/opengl/glinfo/CapabilitiesView.cpp
51
fCapabilitiesList->AddColumn(fValueColumn, 1);
src/tests/kits/opengl/glinfo/ExtensionsView.cpp
41
fExtensionsList->AddColumn(fAvailableColumn, 0);
src/tests/libs/alm/TableDemo.cpp
29
Column* c1 = layout->AddColumn(layout->Left(), layout->Right());