campo-sirio/ba/ba0103.h
guy 0047f23b08 Patch level : 10.0
Files correlati     : ba0
Ricompilazione Demo : [ ]
Commento            :
0000901: Prevedere funzione RESET per impostare layout standard


git-svn-id: svn://10.65.10.50/trunk@17281 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-09-19 15:40:05 +00:00

39 lines
785 B
C++
Executable File

#ifndef __BA0103_H
#define __BA0103_H
#ifndef TMenu_tree
#include "ba0102.h"
#endif
#ifndef __EXECP_H
#include <execp.h>
#endif
///////////////////////////////////////////////////////////
// TOutlook_mask
///////////////////////////////////////////////////////////
class TOutlook_mask : public TSpidey_mask
{
TMenu_tree _tree;
int _icon[16];
TString _per_def, _per_tmp;
bool _locked;
protected:
virtual void handler(WINDOW w, EVENT* ep);
virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
short add_page(const TString& caption);
void set_page_caption(short page, const TString& caption, int icon);
void save_perspective(int per);
void load_perspective(int per);
public:
TOutlook_mask(TMenu& menu);
~TOutlook_mask();
};
#endif