SMLooper
SMLooper::ReplySuccess() const
SMLooper::SMLooper()
SMLooper::SetReplyTime(bigtime_t replyTime)
SMLooper::ReplyTime() const
if (SMLooper *looper = dynamic_cast<SMLooper*>(Looper())) {
if (SMLooper *looper = dynamic_cast<SMLooper*>(Looper()))
SMLooper::~SMLooper()
SMLooper::MessageReceived(BMessage *message)
SMLooper::BlockUntil(bigtime_t unblockTime)
SMLooper::SetReplyDelay(bigtime_t replyDelay)
SMLooper::ReplyDelay() const
SMLooper::DeliverySuccess() const
SMLooper::SetDeliveryTime(bigtime_t deliveryTime)
SMLooper::DeliveryTime() const
SMLooper();
virtual ~SMLooper();
class SMLooper : public BLooper {
SMLooper *looper = new SMLooper;
fLooper = new SMLooper;
SMLooper *fLooper;
class SMLooper;
fLooper = new SMLooper;
SMLooper *fLooper;
class SMLooper;