/haiku/src/kits/interface/ |
H A D | AbstractLayoutItem.cpp | 165 BAbstractLayoutItem::AllArchived(BMessage* archive) const in AllArchived() function in BAbstractLayoutItem 167 return BLayoutItem::AllArchived(archive); in AllArchived()
|
H A D | ViewLayoutItem.cpp | 181 BViewLayoutItem::AllArchived(BMessage* into) const in AllArchived() function in BViewLayoutItem 184 status_t err = BLayoutItem::AllArchived(into); in AllArchived()
|
H A D | LayoutItem.cpp | 167 BLayoutItem::AllArchived(BMessage* into) const in AllArchived() function in BLayoutItem 170 return BArchivable::AllArchived(into); in AllArchived()
|
H A D | ViewLayoutItem.h | 42 virtual status_t AllArchived(BMessage* into) const;
|
H A D | GroupLayout.cpp | 203 BGroupLayout::AllArchived(BMessage* into) const in AllArchived() function in BGroupLayout 205 return BTwoDimensionalLayout::AllArchived(into); in AllArchived()
|
H A D | CardLayout.cpp | 223 BCardLayout::AllArchived(BMessage* archive) const in AllArchived() function in BCardLayout 225 return BAbstractLayout::AllArchived(archive); in AllArchived()
|
H A D | SplitView.cpp | 336 BSplitView::AllArchived(BMessage* archive) const in AllArchived() function in BSplitView 338 return BView::AllArchived(archive); in AllArchived()
|
H A D | AbstractLayout.cpp | 427 BAbstractLayout::AllArchived(BMessage* archive) const in AllArchived() function in BAbstractLayout 429 return BLayout::AllArchived(archive); in AllArchived()
|
H A D | Layout.cpp | 461 BLayout::AllArchived(BMessage* archive) const in AllArchived() function in BLayout 463 return BLayoutItem::AllArchived(archive); in AllArchived()
|
/haiku/headers/os/interface/ |
H A D | AbstractLayoutItem.h | 42 virtual status_t AllArchived(BMessage* archive) const;
|
H A D | CardLayout.h | 37 virtual status_t AllArchived(BMessage* archive) const;
|
H A D | AbstractLayout.h | 45 virtual status_t AllArchived(BMessage* archive) const;
|
H A D | LayoutItem.h | 65 virtual status_t AllArchived(BMessage* into) const;
|
H A D | GroupLayout.h | 44 virtual status_t AllArchived(BMessage* into) const;
|
H A D | TwoDimensionalLayout.h | 59 virtual status_t AllArchived(BMessage* into) const;
|
H A D | Layout.h | 69 virtual status_t AllArchived(BMessage* archive) const;
|
H A D | SplitView.h | 84 virtual status_t AllArchived(BMessage* into) const;
|
H A D | GridLayout.h | 67 virtual status_t AllArchived(BMessage* into) const;
|
H A D | TextControl.h | 96 virtual status_t AllArchived(BMessage* into) const;
|
H A D | MenuField.h | 95 virtual status_t AllArchived(BMessage* into) const;
|
/haiku/src/libs/alm/ |
H A D | SharedSolver.h | 57 status_t AllArchived(BMessage* archive) const;
|
/haiku/headers/private/interface/ |
H A D | AbstractSpinner.h | 126 virtual status_t AllArchived(BMessage* into) const;
|
/haiku/docs/user/support/ |
H A D | Archivable.dox | 65 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 D | Archivable.cpp | 370 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 D | AbstractLayoutItem.dox | 245 \fn virtual status_t BAbstractLayoutItem::AllArchived(BMessage *archive) const
|