summaryrefslogtreecommitdiffstats
path: root/beos/liblayout/MPlayFW.h
blob: 7f847df7bc1ae7086fd8acfacaee6c3404fc19d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _MPLAYFW_H
#define _MPLAYFW_H

#include "MPictureButton.h"

#if __POWERPC__
#pragma simple_class_byval off
#endif

class IMPEXPLIBLAYOUT MPlayFW : public MPictureButton
{
	public:		MPlayFW(BHandler*);
				MPlayFW(BHandler *id, BMessage*);
				MPlayFW(BMessage*);
				virtual ~MPlayFW();
				virtual long Archive(BMessage *archive, bool deep=true) const;
				static BArchivable *Instantiate(BMessage *archive);
				virtual void MakePictures();
};
extern const IMPEXPLIBLAYOUT char M_BUTTON_POINTER[];

#endif