Searched refs:into (Results 76 - 100 of 206) sorted by last modified time

123456789

/haiku/src/preferences/input/
H A DMouseSettings.h93 status_t Archive(BMessage* into, bool deep = false) const;
/haiku/src/libs/alm/
H A DALMLayout.cpp1043 BALMLayout::Archive(BMessage* into, bool deep) const argument
1045 BArchiver archiver(into);
1046 status_t err = BAbstractLayout::Archive(into, deep);
1051 err = into->AddRect(kInsetsField, insets);
1056 err = into->AddSize(kSpacingField, spacing);
1096 BALMLayout::ItemArchived(BMessage* into, BLayoutItem* item, int32 index) const argument
1098 BArchiver archiver(into);
1099 status_t err = BAbstractLayout::ItemArchived(into, item, index);
1104 err = into->AddSize(kItemPenalties, area->fShrinkPenalties);
1106 err = into
[all...]
/haiku/src/kits/interface/
H A DGradient.cpp186 BGradient::Archive(BMessage* into, bool deep) const argument
188 status_t ret = BArchivable::Archive(into, deep);
193 ret = into->AddInt32("color", (const uint32&)stop->color);
196 ret = into->AddFloat("offset", stop->offset);
203 ret = into->AddInt32("type", (int32)fType);
207 ret = into->AddFloat("linear_x1", (float)fData.linear.x1);
209 ret = into->AddFloat("linear_y1", (float)fData.linear.y1);
211 ret = into->AddFloat("linear_x2", (float)fData.linear.x2);
213 ret = into->AddFloat("linear_y2", (float)fData.linear.y2);
217 ret = into
[all...]
H A DTextControl.cpp91 virtual status_t Archive(BMessage* into, bool deep = true) const;
121 virtual status_t Archive(BMessage* into, bool deep = true) const;
267 BTextControl::AllArchived(BMessage* into) const
269 BArchiver archiver(into);
1382 BTextControl::LabelLayoutItem::Archive(BMessage* into, bool deep) const argument
1384 BArchiver archiver(into);
1385 status_t err = BAbstractLayoutItem::Archive(into, deep);
1387 err = into->AddRect(kFrameField, fFrame);
1518 BTextControl::TextViewLayoutItem::Archive(BMessage* into, bool deep) const argument
1520 BArchiver archiver(into);
[all...]
H A DCardLayout.cpp210 BCardLayout::Archive(BMessage* into, bool deep) const argument
212 BArchiver archiver(into);
213 status_t err = BAbstractLayout::Archive(into, deep);
216 err = into->AddInt32(kVisibleItemField, IndexOfItem(fVisibleItem));
246 BCardLayout::ItemArchived(BMessage* into, BLayoutItem* item, int32 index) const argument
248 return BAbstractLayout::ItemArchived(into, item, index);
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp163 BNetEndpoint::Archive(BMessage* into, bool deep) const argument
165 if (!into)
168 status_t status = BArchivable::Archive(into, deep);
177 status = into->AddInt32("_BNetEndpoint_addr_addr", addr.s_addr);
179 status = into->AddInt16("_BNetEndpoint_addr_port", addrPort);
185 status = into->AddInt32("_BNetEndpoint_peer_addr", peer.s_addr);
187 status = into->AddInt16("_BNetEndpoint_peer_port", peerPort);
192 status = into->AddInt64("_BNetEndpoint_timeout", fTimeout);
194 status = into->AddInt32("_BNetEndpoint_proto", fType);
H A DNetBuffer.cpp81 BNetBuffer::Archive(BMessage* into, bool deep) const argument
86 status_t result = into->AddData("buffer", B_RAW_TYPE, fImpl->Data(),
/haiku/src/servers/input/
H A DMouseSettings.cpp340 MultipleMouseSettings::Archive(BMessage* into, bool deep) const argument
345 into->AddString("mouseDevice", itr->first);
346 into->AddData("mouseSettings", B_ANY_TYPE, itr->second->GetSettings(),
H A DMouseSettings.h79 // They should be moved into MultipleMouseSettings directly
93 status_t Archive(BMessage* into, bool deep = false) const;
/haiku/headers/os/interface/
H A DTabView.h114 virtual status_t Archive(BMessage* into,
H A DGradient.h56 status_t Archive(BMessage* into,
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp80 The purpose of this class is to put a translator entry_ref into - and remove
171 // we're sneaking ourselves into the BApplication, if it's running
251 // has the entry been moved into a monitored directory or
910 when they become available. Instead, they are put into a set.
1233 BTranslatorRoster::Archive(BMessage* into, bool deep) const argument
1235 status_t status = BArchivable::Archive(into, deep);
1239 return fPrivate->StoreTranslators(*into);
1390 and puts them into the outInfo array (which you must delete
1718 specified by \a id and puts them into \a ioExtension.
/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.cpp10 // These are keys that are used to store this object's data into a BMessage
94 UserUsageConditions::Archive(BMessage* into, bool deep) const argument
96 into->AddInt16(KEY_MINIMUM_AGE, (int16) fMinimumAge);
97 into->AddString(KEY_CODE, fCode);
98 into->AddString(KEY_COPY_MARKDOWN, fCopyMarkdown);
H A DCaptcha.cpp11 // These are keys that are used to store this object's data into a BMessage
87 Captcha::Archive(BMessage* into, bool deep) const argument
90 if (result == B_OK && into == NULL)
93 result = into->AddString(KEY_TOKEN, fToken);
95 result = into->AddData(KEY_PNG_IMAGE_DATA, B_ANY_TYPE,
H A DCaptcha.h33 status_t Archive(BMessage* into, bool deep = true) const;
H A DValidationFailure.h16 /*! This objects marries together a 'key' into some data together with an
18 is a key into a message.
34 status_t Archive(BMessage* into, bool deep = true) const;
56 status_t Archive(BMessage* into, bool deep = true) const;
H A DValidationFailure.cpp8 // These are keys that are used to store this object's data into a BMessage
87 ValidationFailure::Archive(BMessage* into, bool deep) const argument
92 result = into->AddString(KEY_PROPERTY, fProperty);
95 result = into->AddString(key, fMessages.StringAt(i));
170 ValidationFailures::Archive(BMessage* into, bool deep) const argument
181 result = into->AddMessage(key, &itemMessage);
H A DUserUsageConditions.h35 status_t Archive(BMessage* into, bool deep = true) const;
H A DUserDetail.h35 status_t Archive(BMessage* into, bool deep = true) const;
63 status_t Archive(BMessage* into, bool deep = true) const;
H A DUserDetail.cpp9 // These are keys that are used to store this object's data into a BMessage
95 UserUsageConditionsAgreement::Archive(BMessage* into, bool deep) const argument
99 result = into->AddUInt64(KEY_TIMESTAMP_AGREED, fTimestampAgreed);
101 result = into->AddString(KEY_CODE, fCode);
103 result = into->AddBool(KEY_IS_LATEST, fIsLatest);
171 UserDetail::Archive(BMessage* into, bool deep) const argument
178 result = into->AddMessage(KEY_AGREEMENT, &agreementMessage);
181 result = into->AddString(KEY_NICKNAME, fNickname);
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp90 FilePlaylistItem::Archive(BMessage* into, bool deep) const argument
92 status_t ret = BArchivable::Archive(into, deep);
100 ret = into->AddString(kPathKey, path.Path());
544 // Finally, move the entry into the trash
547 fprintf(stderr, "failed to move entry into trash %s: %s\n",
608 // Finally, move the entry back into the original folder
/haiku/src/apps/sudoku/
H A DSudokuView.cpp88 SudokuView::Archive(BMessage* into, bool deep) const argument
92 status = BView::Archive(into, deep);
96 status = into->AddString("add_on", kSignature);
100 status = into->AddRect("bounds", Bounds());
104 status = SaveState(*into);
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.h58 virtual status_t Archive(BMessage* into, bool deep = true)
71 virtual status_t Archive(BMessage* into, bool deep = true)
100 virtual status_t Archive(BMessage* into, bool deep = true)
106 // This class will insert a string of keystrokes into the input stream.
119 virtual status_t Archive(BMessage* into, bool deep = true)
143 // This class will insert a string of keystrokes into the input stream.
157 virtual status_t Archive(BMessage * into,
174 virtual status_t Archive(BMessage* into, bool deep = true)
201 virtual status_t Archive(BMessage* into, bool deep = true)
221 virtual status_t Archive(BMessage* into,
[all...]
H A DBitFieldTesters.h28 virtual status_t Archive(BMessage* into,
40 virtual status_t Archive(BMessage* into,
59 virtual status_t Archive(BMessage* into,
79 virtual status_t Archive(BMessage* into,
103 virtual status_t Archive(BMessage* into, bool deep = true) const;
/haiku/src/kits/support/
H A DArchivable.cpp122 // up into little bite-sized pieces
137 // Now mangle it into this:
325 BArchivable::Archive(BMessage* into, bool deep) const argument
327 if (!into) {
332 if (BManagerBase::ArchiveManager(into))
333 BArchiver(into).RegisterArchivable(this);
340 return into->AddString(B_CLASS_FIELD, name);

Completed in 218 milliseconds

123456789