Symbol: Container
headers/libs/agg/agg_path_storage.h
1354
template<class Container> class vertex_stl_storage
headers/libs/agg/agg_path_storage.h
1357
typedef typename Container::value_type vertex_type;
headers/libs/agg/agg_path_storage.h
1453
Container m_vertices;
headers/libs/agg/agg_path_storage.h
419
template<class Container> class poly_container_adaptor
headers/libs/agg/agg_path_storage.h
422
typedef typename Container::value_type vertex_type;
headers/libs/agg/agg_path_storage.h
431
poly_container_adaptor(const Container& data, bool closed) :
headers/libs/agg/agg_path_storage.h
438
void init(const Container& data, bool closed)
headers/libs/agg/agg_path_storage.h
472
const Container* m_container;
headers/libs/agg/agg_path_storage.h
481
template<class Container> class poly_container_reverse_adaptor
headers/libs/agg/agg_path_storage.h
484
typedef typename Container::value_type vertex_type;
headers/libs/agg/agg_path_storage.h
493
poly_container_reverse_adaptor(const Container& data, bool closed) :
headers/libs/agg/agg_path_storage.h
500
void init(const Container& data, bool closed)
headers/libs/agg/agg_path_storage.h
534
const Container* m_container;
headers/private/debugger/value/ValueNode.h
114
ValueNodeContainer* Container() const
headers/private/debugger/value/ValueNode.h
48
ValueNodeContainer* Container() const
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2599
ValueNodeContainer* container = nodeChild->Container();
src/apps/debugger/user_interface/gui/team_window/VariablesView.cpp
2604
if (container == NULL || nodeChild->Container() != container)
src/apps/icon-o-matic/MainWindow.cpp
561
Container<Shape>* shapes = fDocument->Icon()->Shapes();
src/apps/icon-o-matic/Util.cpp
23
new_style(rgb_color color, Container<Style>* container,
src/apps/icon-o-matic/Util.cpp
44
new_path(Container<VectorPath>* container, VectorPath** path,
src/apps/icon-o-matic/Util.h
21
template <class Type> class Container;
src/apps/icon-o-matic/Util.h
31
void new_style(rgb_color color, Container<Style>* container,
src/apps/icon-o-matic/Util.h
34
void new_path(Container<VectorPath>* container, VectorPath** path,
src/apps/icon-o-matic/generic/command/AddCommand.h
48
Container<Type>* container,
src/apps/icon-o-matic/generic/command/AddCommand.h
63
Container<Type>* fContainer;
src/apps/icon-o-matic/generic/command/AddCommand.h
73
AddCommand<Type>::AddCommand(Container<Type>* container,
src/apps/icon-o-matic/generic/command/MoveCommand.h
39
Container<Type>* container,
src/apps/icon-o-matic/generic/command/MoveCommand.h
53
Container<Type>* fContainer;
src/apps/icon-o-matic/generic/command/MoveCommand.h
62
MoveCommand<Type>::MoveCommand(Container<Type>* container,
src/apps/icon-o-matic/generic/command/RemoveCommand.h
40
Container<Type>* container,
src/apps/icon-o-matic/generic/command/RemoveCommand.h
53
Container<Type>* fContainer;
src/apps/icon-o-matic/generic/command/RemoveCommand.h
63
Container<Type>* container, const int32* indices, int32 count)
src/apps/icon-o-matic/gui/PathListView.cpp
721
PathListView::SetPathContainer(Container<VectorPath>* container)
src/apps/icon-o-matic/gui/PathListView.cpp
752
PathListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/PathListView.h
105
Container<VectorPath>* fPathContainer;
src/apps/icon-o-matic/gui/PathListView.h
106
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/gui/PathListView.h
71
void SetPathContainer(Container<VectorPath>* container);
src/apps/icon-o-matic/gui/PathListView.h
72
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/ShapeListView.cpp
688
ShapeListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/ShapeListView.cpp
714
ShapeListView::SetStyleContainer(Container<Style>* container)
src/apps/icon-o-matic/gui/ShapeListView.cpp
721
ShapeListView::SetPathContainer(Container<VectorPath>* container)
src/apps/icon-o-matic/gui/ShapeListView.h
73
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/ShapeListView.h
74
void SetStyleContainer(Container<Style>* container);
src/apps/icon-o-matic/gui/ShapeListView.h
75
void SetPathContainer(Container<VectorPath>* container);
src/apps/icon-o-matic/gui/ShapeListView.h
89
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/gui/ShapeListView.h
90
Container<Style>* fStyleContainer;
src/apps/icon-o-matic/gui/ShapeListView.h
91
Container<VectorPath>* fPathContainer;
src/apps/icon-o-matic/gui/StyleListView.cpp
677
StyleListView::SetStyleContainer(Container<Style>* container)
src/apps/icon-o-matic/gui/StyleListView.cpp
703
StyleListView::SetShapeContainer(Container<Shape>* container)
src/apps/icon-o-matic/gui/StyleListView.h
69
void SetStyleContainer(Container<Style>* container);
src/apps/icon-o-matic/gui/StyleListView.h
70
void SetShapeContainer(Container<Shape>* container);
src/apps/icon-o-matic/gui/StyleListView.h
91
Container<Style>* fStyleContainer;
src/apps/icon-o-matic/gui/StyleListView.h
92
Container<Shape>* fShapeContainer;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
183
const Container<Style>* styles = icon->Styles();
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
193
const Container<VectorPath>* paths = icon->Paths();
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
242
FlatIconExporter::_WriteStyles(LittleEndianBuffer& buffer, const Container<Style>* styles)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
398
FlatIconExporter::_WritePaths(LittleEndianBuffer& buffer, const Container<VectorPath>* paths)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
520
const Container<Style>* styles, const Container<VectorPath>* paths)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
612
FlatIconExporter::_WriteShapes(LittleEndianBuffer& buffer, const Container<Style>* styles,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
613
const Container<VectorPath>* paths, const Container<Shape>* shapes)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
20
template <class Type> class Container;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
81
const Container<Style>* styles);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
83
const Container<VectorPath>* paths);
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
85
const Container<Style>* styles,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
86
const Container<VectorPath>* paths,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.h
87
const Container<Shape>* shapes);
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
151
const Container<VectorPath>* globalPaths,
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
152
const Container<Style>* globalStyles,
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
44
const Container<VectorPath>* paths = icon->Paths();
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
45
const Container<Style>* styles = icon->Styles();
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
88
const Container<Shape>* shapes = icon->Shapes();
src/apps/icon-o-matic/import_export/message/MessageExporter.h
18
template <class Type> class Container;
src/apps/icon-o-matic/import_export/message/MessageExporter.h
43
const Container<VectorPath>* globalPaths,
src/apps/icon-o-matic/import_export/message/MessageExporter.h
44
const Container<Style>* globalStyles,
src/apps/icon-o-matic/shape/commands/AddPathsCommand.cpp
23
AddPathsCommand::AddPathsCommand(Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/AddPathsCommand.h
27
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/AddShapesCommand.cpp
23
AddShapesCommand::AddShapesCommand(Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/AddShapesCommand.h
27
Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/AddTransformersCommand.cpp
23
AddTransformersCommand::AddTransformersCommand(Container<Transformer>* container,
src/apps/icon-o-matic/shape/commands/AddTransformersCommand.h
27
Container<Transformer>* container,
src/apps/icon-o-matic/shape/commands/MovePathsCommand.cpp
23
MovePathsCommand::MovePathsCommand(Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
18
template <class Type> class Container;
src/apps/icon-o-matic/shape/commands/MovePathsCommand.h
28
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.cpp
23
MoveShapesCommand::MoveShapesCommand(Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/MoveShapesCommand.h
27
Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/MoveTransformersCommand.cpp
23
MoveTransformersCommand::MoveTransformersCommand(Container<Transformer>* container,
src/apps/icon-o-matic/shape/commands/MoveTransformersCommand.h
27
Container<Transformer>* shape,
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
33
Container<VectorPath>* container, const int32* indices, int32 count)
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.h
21
template <class Type> class Container;
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.h
31
Container<VectorPath>* container,
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.cpp
24
Container<Shape>* container, const int32* indices, int32 count)
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.h
18
template <class Type> class Container;
src/apps/icon-o-matic/shape/commands/RemoveShapesCommand.h
28
Container<Shape>* container,
src/apps/icon-o-matic/shape/commands/RemoveTransformersCommand.cpp
23
RemoveTransformersCommand::RemoveTransformersCommand(Container<Transformer>* container,
src/apps/icon-o-matic/shape/commands/RemoveTransformersCommand.h
27
Container<Transformer>* container,
src/apps/icon-o-matic/style/AddStylesCommand.cpp
22
AddStylesCommand::AddStylesCommand(Container<Style>* container,
src/apps/icon-o-matic/style/AddStylesCommand.h
27
Container<Style>* container,
src/apps/icon-o-matic/style/MoveStylesCommand.cpp
23
MoveStylesCommand::MoveStylesCommand(Container<Style>* container,
src/apps/icon-o-matic/style/MoveStylesCommand.h
27
Container<Style>* container,
src/apps/icon-o-matic/style/RemoveStylesCommand.cpp
29
RemoveStylesCommand::RemoveStylesCommand(Container<Style>* container,
src/apps/icon-o-matic/style/RemoveStylesCommand.h
29
Container<Style>* container,
src/kits/debugger/controllers/TeamDebugger.cpp
1052
if (valueNode->Container() != container)
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
210
if (parentNode->Container() != fContainer)
src/kits/debugger/jobs/ResolveValueNodeJob.cpp
66
if (fValueNode->Container() != fContainer)
src/kits/debugger/jobs/WriteValueNodeJob.cpp
62
ValueNodeContainer* container = fValueNode->Container();
src/kits/debugger/value/ValueNodeContainer.cpp
72
if (child->Container() != this || !fChildren.RemoveItem(child))
src/libs/icon/Icon.h
59
const Container<Style>* Styles() const
src/libs/icon/Icon.h
61
Container<Style>* Styles()
src/libs/icon/Icon.h
63
const Container<VectorPath>* Paths() const
src/libs/icon/Icon.h
65
Container<VectorPath>* Paths()
src/libs/icon/Icon.h
67
const Container<Shape>* Shapes() const
src/libs/icon/Icon.h
69
Container<Shape>* Shapes()
src/libs/icon/Icon.h
77
Container<Style> fStyles;
src/libs/icon/Icon.h
78
Container<VectorPath> fPaths;
src/libs/icon/Icon.h
79
Container<Shape> fShapes;
src/libs/icon/IconRenderer.cpp
122
const Transformable& transformation, const Container<Transformer>* transformers)
src/libs/icon/IconRenderer.cpp
253
const Container<Transformer>* transformers, const Transformable* shapeTransformation)
src/libs/icon/IconRenderer.cpp
53
const Container<Transformer>* transformers);
src/libs/icon/IconRenderer.cpp
62
const Container<Transformer>* transformers,
src/libs/icon/flat_icon/FlatIconImporter.cpp
117
Container<Style>* styles = icon->Styles();
src/libs/icon/flat_icon/FlatIconImporter.cpp
126
Container<VectorPath>* paths = icon->Paths();
src/libs/icon/flat_icon/FlatIconImporter.cpp
282
Container<Style>* styles)
src/libs/icon/flat_icon/FlatIconImporter.cpp
393
Container<VectorPath>* paths)
src/libs/icon/flat_icon/FlatIconImporter.cpp
537
Container<Style>* styles,
src/libs/icon/flat_icon/FlatIconImporter.cpp
538
Container<VectorPath>* paths)
src/libs/icon/flat_icon/FlatIconImporter.cpp
633
Container<Style>* styles,
src/libs/icon/flat_icon/FlatIconImporter.cpp
634
Container<VectorPath>* paths,
src/libs/icon/flat_icon/FlatIconImporter.cpp
635
Container<Shape>* shapes)
src/libs/icon/flat_icon/FlatIconImporter.h
57
Container<Style>* styles);
src/libs/icon/flat_icon/FlatIconImporter.h
59
Container<VectorPath>* paths);
src/libs/icon/flat_icon/FlatIconImporter.h
62
Container<Style>* styles,
src/libs/icon/flat_icon/FlatIconImporter.h
63
Container<VectorPath>* paths);
src/libs/icon/flat_icon/FlatIconImporter.h
65
Container<Style>* styles,
src/libs/icon/flat_icon/FlatIconImporter.h
66
Container<VectorPath>* paths,
src/libs/icon/flat_icon/FlatIconImporter.h
67
Container<Shape>* shapes);
src/libs/icon/generic/Container.h
100
Container<Type>::~Container()
src/libs/icon/generic/Container.h
116
Container<Type>::AddItem(Type* item)
src/libs/icon/generic/Container.h
124
Container<Type>::AddItem(Type* item, int32 index)
src/libs/icon/generic/Container.h
145
Container<Type>::RemoveItem(Type* item)
src/libs/icon/generic/Container.h
158
Container<Type>::RemoveItem(int32 index)
src/libs/icon/generic/Container.h
171
Container<Type>::MakeEmpty()
src/libs/icon/generic/Container.h
194
Container<Type>::CountItems() const
src/libs/icon/generic/Container.h
202
Container<Type>::HasItem(Type* item) const
src/libs/icon/generic/Container.h
210
Container<Type>::IndexOf(Type* item) const
src/libs/icon/generic/Container.h
218
Container<Type>::ItemAt(int32 index) const
src/libs/icon/generic/Container.h
226
Container<Type>::ItemAtFast(int32 index) const
src/libs/icon/generic/Container.h
237
Container<Type>::AddListener(ContainerListener<Type>* listener)
src/libs/icon/generic/Container.h
247
Container<Type>::RemoveListener(ContainerListener<Type>* listener)
src/libs/icon/generic/Container.h
258
Container<Type>::_NotifyItemAdded(Type* item, int32 index) const
src/libs/icon/generic/Container.h
272
Container<Type>::_NotifyItemRemoved(Type* item) const
src/libs/icon/generic/Container.h
48
class Container {
src/libs/icon/generic/Container.h
50
Container(bool ownsItems);
src/libs/icon/generic/Container.h
51
virtual ~Container();
src/libs/icon/generic/Container.h
91
Container<Type>::Container(bool ownsItems)
src/libs/icon/message/MessageImporter.cpp
103
Container<Style>* styles = icon->Styles();
src/libs/icon/message/MessageImporter.cpp
128
Container<VectorPath>* paths) const
src/libs/icon/message/MessageImporter.cpp
153
Container<Style>* styles) const
src/libs/icon/message/MessageImporter.cpp
177
MessageImporter::_ImportShapes(const BMessage* archive, Container<VectorPath>* paths,
src/libs/icon/message/MessageImporter.cpp
178
Container<Style>* styles, Container<Shape>* shapes) const
src/libs/icon/message/MessageImporter.cpp
94
Container<VectorPath>* paths = icon->Paths();
src/libs/icon/message/MessageImporter.h
28
template <class Type> class Container;
src/libs/icon/message/MessageImporter.h
50
Container<VectorPath>* paths) const;
src/libs/icon/message/MessageImporter.h
52
Container<Style>* styles) const;
src/libs/icon/message/MessageImporter.h
54
Container<VectorPath>* paths,
src/libs/icon/message/MessageImporter.h
55
Container<Style>* styles,
src/libs/icon/message/MessageImporter.h
56
Container<Shape>* shapes) const;
src/libs/icon/shape/Shape.cpp
60
fPaths(new (nothrow) Container<VectorPath>(false)),
src/libs/icon/shape/Shape.cpp
96
fPaths(new (nothrow) Container<VectorPath>(false)),
src/libs/icon/shape/Shape.h
104
inline Container<VectorPath>* Paths() const
src/libs/icon/shape/Shape.h
106
const Container<Transformer>* Transformers() const
src/libs/icon/shape/Shape.h
108
Container<Transformer>* Transformers()
src/libs/icon/shape/Shape.h
143
Container<VectorPath>* fPaths;
src/libs/icon/shape/Shape.h
147
Container<Transformer> fTransformers;
src/libs/icon/transformer/PathSource.cpp
18
PathSource::PathSource(Container<VectorPath>* paths)
src/libs/icon/transformer/PathSource.h
22
template <class Type> class Container;
src/libs/icon/transformer/PathSource.h
30
PathSource(Container<VectorPath>* paths);
src/libs/icon/transformer/PathSource.h
46
Container<VectorPath>* fPaths;
src/tests/kits/interface/layout/widget_layout_test/StringView.cpp
112
BView* container = Container();
src/tests/kits/interface/layout/widget_layout_test/View.cpp
201
if (child->Parent() || child->Container()) {
src/tests/kits/interface/layout/widget_layout_test/View.cpp
402
if (parent->Container()) {
src/tests/kits/interface/layout/widget_layout_test/View.cpp
404
_AddedToContainer(parent->Container());
src/tests/kits/interface/layout/widget_layout_test/View.h
47
BView* Container() const;
src/tests/kits/interface/layout/widget_layout_test/WrapperView.cpp
54
Container()->AddChild(fView);
src/tests/kits/interface/layout/widget_layout_test/WrapperView.cpp
61
Container()->RemoveChild(fView);