Searched refs:BitmapStash (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp21 class BitmapStash { class
28 BitmapStash(TransportButton *);
29 ~BitmapStash();
38 BitmapStash::BitmapStash(TransportButton *owner) function in class:BitmapStash
45 BitmapStash::GetBitmap(uint32 signature)
57 BitmapStash::~BitmapStash()
217 bitmaps(new BitmapStash(this)),
H A DTransportButton.h18 class BitmapStash;
84 BitmapStash *bitmaps;
85 // using BitmapStash * here instead of a direct member so that the class can be private in
106 friend class BitmapStash;

Completed in 36 milliseconds