Searched refs:archive (Results 201 - 225 of 324) sorted by relevance

1234567891011>>

/haiku/headers/os/add-ons/screen_saver/
H A DScreenSaver.h19 BScreenSaver(BMessage* archive, image_id thisImage);
/haiku/headers/os/interface/
H A DSpaceLayoutItem.h15 BSpaceLayoutItem(BMessage* archive);
H A DTabView.h27 BTab(BMessage* archive);
28 static BArchivable* Instantiate(BMessage* archive);
112 BTabView(BMessage* archive);
113 static BArchivable* Instantiate(BMessage* archive);
H A DLayout.h24 BLayout(BMessage* archive);
69 virtual status_t AllArchived(BMessage* archive) const;
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.h45 SlideShowSaver(BMessage *archive, image_id image);
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.h25 status_t Unarchive(const BMessage* archive);
/haiku/src/kits/screensaver/
H A DScreenSaver.cpp10 BScreenSaver::BScreenSaver(BMessage *archive, image_id thisImage) argument
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp302 instantiate_screen_saver(BMessage* archive, image_id imageId) argument
304 return new Flurry(archive, imageId);
308 Flurry::Flurry(BMessage* archive, image_id imageId) argument
310 BScreenSaver(archive, imageId),
H A DFlurry.h49 Flurry(BMessage* archive, image_id imageId);
/haiku/src/servers/app/drawing/Painter/
H A DTransformable.h23 Transformable(const BMessage* archive);
/haiku/src/libs/icon/style/
H A DStyle.h52 Style(BMessage* archive);
H A DGradientTransformable.cpp46 Gradient::Gradient(BMessage* archive) argument
48 : BArchivable(archive),
61 if (!archive)
68 if (archive->FindData("transformation", B_DOUBLE_TYPE,
75 for (int32 i = 0; archive->FindFloat("offset", i, &step.offset) >= B_OK; i++) {
76 if (archive->FindInt32("color", i, (int32*)&step.color) >= B_OK) {
83 if (archive->FindInt32("type", (int32*)&fType) < B_OK)
86 if (archive->FindInt32("interpolation", (int32*)&fInterpolation) < B_OK)
89 if (archive->FindBool("inherit transformation",
/haiku/src/libs/icon/shape/
H A DPathSourceShape.h39 virtual status_t Unarchive(BMessage* archive);
H A DShape.cpp162 Shape::Unarchive(BMessage* archive) argument
166 status_t ret = IconObject::Unarchive(archive);
174 if (archive->FindBool("hinting", &fHinting) < B_OK)
180 archive->FindMessage("transformer", i,
195 ret = archive->FindData("transformation", B_DOUBLE_TYPE,
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp409 Layer::Unarchive(const BMessage* archive) argument
411 if (!archive)
416 if (archive->FindFloat("alpha", &alpha) == B_OK) {
421 if (archive->FindInt32("mode", (int32*)&fMode) < B_OK)
423 if (archive->FindInt32("flags", (int32*)&fFlags) < B_OK)
430 status_t status = extract_bitmap(&fBitmap, archive, "current bitmap");
436 if (archive->FindRect("bounds", &bounds) == B_OK)
/haiku/src/kits/interface/
H A DChannelControl.cpp99 BChannelControl::BChannelControl(BMessage* archive) argument
101 BControl(archive),
110 archive->FindInt32("be:_m_channel_count", &fChannelCount);
111 archive->FindInt32("be:_m_value_channel", &fCurrentChannel);
125 archive->FindInt32("be:_m_channel_min", c, &fChannelMin[c]);
126 archive->FindInt32("be:_m_channel_max", c, &fChannelMax[c]);
127 archive->FindInt32("be:_m_channel_val", c, &fChannelValues[c]);
132 if (archive->FindString("be:_m_min_label", &label) == B_OK)
135 if (archive->FindString("be:_m_max_label", &label) == B_OK)
139 if (archive
[all...]
H A DAlert.cpp50 TAlertView(BMessage* archive);
53 static TAlertView* Instantiate(BMessage* archive);
54 virtual status_t Archive(BMessage* archive,
669 TAlertView::TAlertView(BMessage* archive) argument
671 BView(archive),
684 TAlertView::Instantiate(BMessage* archive) argument
686 if (!validate_instantiation(archive, "TAlertView"))
689 return new(std::nothrow) TAlertView(archive);
694 TAlertView::Archive(BMessage* archive, bool deep) const argument
696 return BView::Archive(archive, dee
[all...]
H A DScrollView.cpp51 BScrollView::BScrollView(BMessage* archive) argument
53 BView(archive),
57 fBorder = archive->FindInt32("_style", &border) == B_OK ?
60 // in a shallow archive, we may not have a target anymore. We must
65 if (!archive->FindBool("_no_target_")) {
106 BScrollView::Instantiate(BMessage* archive) argument
108 if (validate_instantiation(archive, "BScrollView"))
109 return new BScrollView(archive);
116 BScrollView::Archive(BMessage* archive, bool deep) const argument
118 status_t status = BView::Archive(archive, dee
139 AllUnarchived(const BMessage* archive) argument
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp46 BNetBuffer::BNetBuffer(BMessage* archive) : argument
53 if (archive->FindData("buffer", B_RAW_TYPE, (const void**)&bufferPtr,
94 BNetBuffer::Instantiate(BMessage* archive) argument
96 if (!validate_instantiation(archive, "BNetBuffer"))
99 BNetBuffer* buffer = new (std::nothrow) BNetBuffer(archive);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1015 const BMessage* archive) {
1022 err = archive->FindInt32("layout", (int32*)&layout);
1028 err = archive->FindString("bgBitmap", &path);
1040 archive->FindInt8("bgRed", (int8*)&color.red) == B_OK &&
1041 archive->FindInt8("bgGreen", (int8*)&color.green) == B_OK &&
1042 archive->FindInt8("bgBlue", (int8*)&color.blue) == B_OK)
1050 err = archive->FindMessage("panel", n, &m);
1055 err = archive->FindString("nodeName", n, &nodeName);
1060 err = archive->FindInt32("nodeKind", n, (int32*)&nodeKind);
1103 BMessage* archive) cons
1014 importState( const BMessage* archive) argument
1153 importStateFor( const NodeSetIOContext* context, const BMessage* archive) argument
[all...]
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylist.cpp113 Playlist::Unarchive(const BMessage* archive) argument
115 if (archive == NULL)
122 archive->FindMessage(kItemArchiveKey, i, &itemArchive) == B_OK; i++) {
184 BMessage archive;
185 status_t ret = archive.Unflatten(stream);
189 return Unarchive(&archive);
199 BMessage archive;
200 status_t ret = Archive(&archive);
212 return archive.Flatten(stream);
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp101 NetworkStatusView::NetworkStatusView(BMessage* archive) argument
102 : BView(archive),
195 NetworkStatusView::Instantiate(BMessage* archive) argument
197 if (!validate_instantiation(archive, "NetworkStatusView"))
200 return new NetworkStatusView(archive);
205 NetworkStatusView::Archive(BMessage* archive, bool deep) const argument
207 status_t status = BView::Archive(archive, deep);
209 status = archive->AddString("add_on", kSignature);
211 status = archive->AddString("class", "NetworkStatusView");
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp236 BMessage archive; local
237 if (item->transformer->Archive(&archive, deep) == B_OK)
238 into->AddMessage("transformer", &archive);
248 TransformerListView::InstantiateSelection(const BMessage* archive, int32 dropIndex) argument
250 if (archive->what != TransformerListView::kSelectionArchiveCode
255 // Reconstruct the Styles from the archive and add them at the drop
261 if (archive->FindMessage("transformer", index, &transformerArchive) != B_OK)
/haiku/src/apps/cortex/ValControl/
H A DValControl.h277 ValControl(BMessage* archive);
279 status_t Archive(BMessage* archive, bool deep = true) const;
/haiku/headers/os/support/
H A DUrl.h18 BUrl(BMessage* archive);
86 static BArchivable* Instantiate(BMessage* archive);

Completed in 110 milliseconds

1234567891011>>