initiaql check-in, moved repository -- no-longer a fork of
haikuarchives/yab
This commit is contained in:
19
src/YabFilePanelLooper.h
Normal file
19
src/YabFilePanelLooper.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef YABFPLOOPER_H
|
||||
#define YABFPLOOPER_H
|
||||
|
||||
#include <Looper.h>
|
||||
#include <Message.h>
|
||||
#include <Entry.h>
|
||||
|
||||
class YabFilePanelLooper : public BLooper
|
||||
{
|
||||
public:
|
||||
YabFilePanelLooper(sem_id semaphore);
|
||||
void MessageReceived(BMessage *msg);
|
||||
BEntry *GetChosenFile();
|
||||
private:
|
||||
BEntry *myEntry;
|
||||
sem_id mySemaphore;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user