#ifndef __INLIB01_H #define __INLIB01_H #ifndef __AUTOMASK_H #include #endif class TIntra_mask : public TAutomask { char _freq_ces, _freq_acq; protected: virtual void on_firm_change(); virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly); virtual short type_field() const; virtual short period_field() const; public: char tipo() const; char frequenza() const; int periodo() const; const char* periodo_str() const; TIntra_mask(const char* name); virtual ~TIntra_mask() { } }; void genera_riepiloghi(char tipo = ' ', int anno = 0, int periodo = 0); #endif