Home
last modified time | relevance | path

Searched refs:AllArchived (Results 1 – 25 of 42) sorted by relevance

12

/haiku/src/kits/interface/
H A DAbstractLayoutItem.cpp165 BAbstractLayoutItem::AllArchived(BMessage* archive) const in AllArchived() function in BAbstractLayoutItem
167 return BLayoutItem::AllArchived(archive); in AllArchived()
H A DViewLayoutItem.cpp181 BViewLayoutItem::AllArchived(BMessage* into) const in AllArchived() function in BViewLayoutItem
184 status_t err = BLayoutItem::AllArchived(into); in AllArchived()
H A DLayoutItem.cpp167 BLayoutItem::AllArchived(BMessage* into) const in AllArchived() function in BLayoutItem
170 return BArchivable::AllArchived(into); in AllArchived()
H A DViewLayoutItem.h42 virtual status_t AllArchived(BMessage* into) const;
H A DGroupLayout.cpp203 BGroupLayout::AllArchived(BMessage* into) const in AllArchived() function in BGroupLayout
205 return BTwoDimensionalLayout::AllArchived(into); in AllArchived()
H A DCardLayout.cpp223 BCardLayout::AllArchived(BMessage* archive) const in AllArchived() function in BCardLayout
225 return BAbstractLayout::AllArchived(archive); in AllArchived()
H A DSplitView.cpp336 BSplitView::AllArchived(BMessage* archive) const in AllArchived() function in BSplitView
338 return BView::AllArchived(archive); in AllArchived()
H A DAbstractLayout.cpp427 BAbstractLayout::AllArchived(BMessage* archive) const in AllArchived() function in BAbstractLayout
429 return BLayout::AllArchived(archive); in AllArchived()
H A DLayout.cpp461 BLayout::AllArchived(BMessage* archive) const in AllArchived() function in BLayout
463 return BLayoutItem::AllArchived(archive); in AllArchived()
/haiku/headers/os/interface/
H A DAbstractLayoutItem.h42 virtual status_t AllArchived(BMessage* archive) const;
H A DCardLayout.h37 virtual status_t AllArchived(BMessage* archive) const;
H A DAbstractLayout.h45 virtual status_t AllArchived(BMessage* archive) const;
H A DLayoutItem.h65 virtual status_t AllArchived(BMessage* into) const;
H A DGroupLayout.h44 virtual status_t AllArchived(BMessage* into) const;
H A DTwoDimensionalLayout.h59 virtual status_t AllArchived(BMessage* into) const;
H A DLayout.h69 virtual status_t AllArchived(BMessage* archive) const;
H A DSplitView.h84 virtual status_t AllArchived(BMessage* into) const;
H A DGridLayout.h67 virtual status_t AllArchived(BMessage* into) const;
H A DTextControl.h96 virtual status_t AllArchived(BMessage* into) const;
H A DMenuField.h95 virtual status_t AllArchived(BMessage* into) const;
/haiku/src/libs/alm/
H A DSharedSolver.h57 status_t AllArchived(BMessage* archive) const;
/haiku/headers/private/interface/
H A DAbstractSpinner.h126 virtual status_t AllArchived(BMessage* into) const;
/haiku/docs/user/support/
H A DArchivable.dox65 You should also consider implementing the AllArchived() and AllUnarchived()
155 used to ensure that the correct AllUnarchived() and AllArchived()
188 /*! \fn virtual status_t BArchivable::AllArchived(BMessage* into) const
199 \warning To guarantee that your AllArchived() method will be called
204 method implementation, and \b NOT your AllArchived() method.
227 When used in conjuction with the BArchivable::AllArchived() and
337 archived objects' AllArchived() methods) if the following conditions
346 AllArchived() methods called, and any subsequent calls to this method
/haiku/src/kits/support/
H A DArchivable.cpp370 data->return_value = BArchivable::AllArchived(data->archive); in Perform()
387 BArchivable::AllArchived(BMessage* archive) const in AllArchived() function in BArchivable
/haiku/docs/user/interface/
H A DAbstractLayoutItem.dox245 \fn virtual status_t BAbstractLayoutItem::AllArchived(BMessage *archive) const

12