Searched refs:container (Results 51 - 75 of 110) sorted by relevance

12345

/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h40 Container<Type>* container,
63 Container<Type>* container, const int32* indices, int32 count)
65 fContainer(container),
108 // remove shapes from container
127 // add shapes to container at remembered indices
62 RemoveCommand( Container<Type>* container, const int32* indices, int32 count) argument
H A DAddCommand.h48 Container<Type>* container,
73 AddCommand<Type>::AddCommand(Container<Type>* container, argument
76 fContainer(container),
123 // add items to container
142 // remove items from container
H A DMoveCommand.h31 /*! Moves a set of \c items to a different location in a \c container.
39 Container<Type>* container,
62 MoveCommand<Type>::MoveCommand(Container<Type>* container, argument
67 fContainer(container),
105 // the container state does not change...
127 // the container state will not change because of the move
141 // remove paths from container
151 // add paths to container at the insertion index
170 // remove paths from container
180 // add paths to container a
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.h73 void SetShapeContainer(Container<Shape>* container);
74 void SetStyleContainer(Container<Style>* container);
75 void SetPathContainer(Container<VectorPath>* container);
H A DPathListView.h71 void SetPathContainer(Container<VectorPath>* container);
72 void SetShapeContainer(Container<Shape>* container);
H A DStyleListView.h69 void SetStyleContainer(Container<Style>* container);
70 void SetShapeContainer(Container<Shape>* container);
H A DShapeListView.cpp585 // container, when this is changed to asynchronous
602 // container, when this is changed to asynchronous
688 ShapeListView::SetShapeContainer(Container<Shape>* container) argument
690 if (fShapeContainer == container)
693 // detach from old container
699 fShapeContainer = container;
714 ShapeListView::SetStyleContainer(Container<Style>* container) argument
716 fStyleContainer = container;
721 ShapeListView::SetPathContainer(Container<VectorPath>* container) argument
723 fPathContainer = container;
[all...]
H A DPathListView.cpp688 // container, when this is changed to asynchronous
705 // container, when this is changed to asynchronous
721 PathListView::SetPathContainer(Container<VectorPath>* container) argument
723 if (fPathContainer == container)
726 // detach from old container
732 fPathContainer = container;
752 PathListView::SetShapeContainer(Container<Shape>* container) argument
754 if (fShapeContainer == container)
757 // detach from old container
761 fShapeContainer = container;
[all...]
H A DStyleListView.cpp610 // container, when this is changed to asynchronous
627 // container, when this is changed to asynchronous
677 StyleListView::SetStyleContainer(Container<Style>* container) argument
679 if (fStyleContainer == container)
682 // detach from old container
688 fStyleContainer = container;
703 StyleListView::SetShapeContainer(Container<Shape>* container) argument
705 if (fShapeContainer == container)
708 // detach from old container
712 fShapeContainer = container;
[all...]
/haiku/headers/private/storage/
H A DResourcesContainer.h32 container into this one (replacing old resources, if necessary), emptying
35 The ResourceItem's in a container are deleted on destruction, unless
56 void AssimilateResources(ResourcesContainer &container);
/haiku/src/bin/debug/profile/
H A DSummaryProfileResult.h67 ImageProfileResultContainer* container,
71 ImageProfileResultContainer* container);
H A DCallgrindProfileResult.cpp133 CallgrindProfileResult::AddSamples(ImageProfileResultContainer* container, argument
146 container->FindImage(address, loadDelta));
174 CallgrindProfileResult::PrintResults(ImageProfileResultContainer* container) argument
216 CallgrindImageProfileResult* images[container->CountImages()];
217 int32 imageCount = GetHitImages(container, images);
/haiku/src/servers/keystore/
H A DKeyring.cpp479 BMessage container;
480 status_t result = container.AddMessage("data", &fData);
484 result = container.AddMessage("applications", &fApplications);
491 result = container.Flatten(&fFlatBuffer);
514 BMessage container; local
516 status_t result = container.Unflatten(&fFlatBuffer);
520 result = container.FindMessage("data", &fData);
524 result = container.FindMessage("applications", &fApplications);
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp76 BMessage container;
82 error = container.Unflatten(buffer);
98 if (container.FindString(kBackgroundImageInfoPath, index, &path)
107 be_control_look->SetBackgroundInfo(container);
109 container.FindInt32(kBackgroundImageInfoWorkspaces, index,
111 container.FindInt32(kBackgroundImageInfoMode, index, (int32*)&mode);
112 container.FindBool(kBackgroundImageInfoTextOutline, index,
114 container.FindPoint(kBackgroundImageInfoOffset, index, &offset);
H A DRecentItems.cpp280 bool container = false;
309 container = result->IsContainer();
314 container = model.IsContainer();
322 if (container && containerOpenInvokeMessage)
324 else if (!container && fileOpenInvokeMessage)
337 if (!container || !fNavMenuFolders)
/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp29 RemoveStylesCommand::RemoveStylesCommand(Container<Style>* container, argument
31 : RemoveCommand<Style>(container, indices, count),
68 // remove styles from the container
94 // add styles to the container
/haiku/src/servers/launch/
H A DEvents.cpp692 EventContainer* container = dynamic_cast<EventContainer*>(event); local
693 if (container != NULL)
694 orEvent = new OrEvent(container->Owner(), container->Target());
712 if (EventContainer* container = dynamic_cast<EventContainer*>(event)) {
713 for (int32 index = 0; index < container->Events().CountItems();
715 Event* event = ResolveExternalEvent(container->Events().ItemAt(index), name, flags);
769 if (EventContainer* container = dynamic_cast<EventContainer*>(event)) {
770 for (int32 index = 0; index < container->Events().CountItems();
772 Event* childEvent = container
[all...]
/haiku/headers/private/debugger/value/
H A DValueNode.h50 void SetContainer(ValueNodeContainer* container);
61 // optional virtual hooks for container type value nodes such as
116 void SetContainer(ValueNodeContainer* container);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePathsCommand.cpp33 Container<VectorPath>* container, const int32* indices, int32 count)
34 : RemoveCommand<VectorPath>(container, indices, count),
71 // remove paths from the container
96 // add paths to the container
32 RemovePathsCommand( Container<VectorPath>* container, const int32* indices, int32 count) argument
/haiku/src/kits/storage/
H A DResourceFile.cpp213 ResourcesContainer* container; member in struct:BPrivate::Storage::resource_parse_info
277 ResourceFile::InitContainer(ResourcesContainer& container) argument
279 container.MakeEmpty();
285 parseInfo.container = &container;
297 container.SetModified(false);
347 ResourceFile::ReadResources(ResourcesContainer& container, bool force) argument
350 int32 count = container.CountResources();
352 if (ResourceItem* resource = container.ResourceAt(i))
362 ResourceFile::WriteResources(ResourcesContainer& container) argument
450 ResourcesContainer container; local
1092 _WriteResources(ResourcesContainer& container) argument
[all...]
H A DResources.cpp372 ResourcesContainer container; local
374 error = resourceFile.InitContainer(container);
376 error = resourceFile.ReadResources(container);
378 fContainer->AssimilateResources(container);
396 // set the new file, but keep the old container
398 ResourcesContainer *container = fContainer; local
405 fContainer = container;
/haiku/headers/private/net/
H A Dnet_stack.h174 ancillary_data_container* container);
175 status_t (*add_ancillary_data)(ancillary_data_container* container,
179 status_t (*remove_ancillary_data)(ancillary_data_container* container,
183 void* (*next_ancillary_data)(ancillary_data_container* container,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.h25 virtual void Draw(BView* container, BRect updateRect);
H A DViewContainer.h37 virtual void Draw(BView* container, BRect updateRect);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.h55 ValueNodeContainer* container,

Completed in 108 milliseconds

12345