first commit
This commit is contained in:
89
Lab7/bpngbttn.h
Normal file
89
Lab7/bpngbttn.h
Normal file
@@ -0,0 +1,89 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: BeepingBH; Pseudo Package specification
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Source file: H:\kurs\avC++\lab7\BpngBttn.h
|
||||
|
||||
|
||||
|
||||
#ifndef BpngBttn_h
|
||||
|
||||
#define BpngBttn_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Handler
|
||||
|
||||
#include "Handler.h"
|
||||
|
||||
// BH
|
||||
|
||||
#include "BttnHndl.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: BeepingBH
|
||||
|
||||
//## Category: lab7
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
class BeepingBH : public Handler, //## Inherits: <unnamed>
|
||||
|
||||
public BH //## Inherits: <unnamed>
|
||||
|
||||
{
|
||||
|
||||
//## begin BeepingBH.initialDeclarations preserve=yes
|
||||
|
||||
//## end BeepingBH.initialDeclarations
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
|
||||
|
||||
//## Constructors (specified)
|
||||
|
||||
//## Operation: BeepingBH%941014000
|
||||
|
||||
BeepingBH ();
|
||||
Reference in New Issue
Block a user