first commit
This commit is contained in:
115
Lab7/desktop.h
Normal file
115
Lab7/desktop.h
Normal file
@@ -0,0 +1,115 @@
|
||||
//## begin module.cm preserve=no
|
||||
|
||||
// %X% %Q% %Z% %W%
|
||||
|
||||
//## end module.cm
|
||||
|
||||
|
||||
|
||||
//## begin module.cp preserve=no
|
||||
|
||||
//## end module.cp
|
||||
|
||||
|
||||
|
||||
//## Module: Desktop; Pseudo Package specification
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Source file: H:\kurs\avC++\lab7\Desktop.h
|
||||
|
||||
|
||||
|
||||
#ifndef Desktop_h
|
||||
|
||||
#define Desktop_h 1
|
||||
|
||||
|
||||
|
||||
//## begin module.additionalIncludes preserve=no
|
||||
|
||||
//## end module.additionalIncludes
|
||||
|
||||
|
||||
|
||||
//## begin module.includes preserve=yes
|
||||
|
||||
//## end module.includes
|
||||
|
||||
|
||||
|
||||
// Window
|
||||
|
||||
#include "Window.h"
|
||||
|
||||
// EventReader
|
||||
|
||||
#include "EvntRder.h"
|
||||
|
||||
// Graphics
|
||||
|
||||
#include "Graphics.h"
|
||||
|
||||
// WindowList
|
||||
|
||||
#include "WndwList.h"
|
||||
|
||||
//## begin module.additionalDeclarations preserve=yes
|
||||
|
||||
//## end module.additionalDeclarations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Class: Desktop
|
||||
|
||||
//## Category: lab7
|
||||
|
||||
//## Subsystem: lab7
|
||||
|
||||
//## Persistence: Transient
|
||||
|
||||
//## Cardinality/Multiplicity: n
|
||||
|
||||
|
||||
|
||||
//## Uses: <unnamed>; Graphics { -> }
|
||||
|
||||
//## Uses: <unnamed>; EventReader { -> }
|
||||
|
||||
|
||||
|
||||
class Desktop
|
||||
|
||||
{
|
||||
|
||||
//## begin Desktop.initialDeclarations preserve=yes
|
||||
|
||||
//## end Desktop.initialDeclarations
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
//## Constructors (generated)
|
||||
|
||||
Desktop();
|
||||
|
||||
|
||||
|
||||
//## Destructor (generated)
|
||||
|
||||
~Desktop();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//## Other Operations (specified)
|
||||
|
||||
//## Operation: handleMouseEvent%940854123
|
||||
|
||||
void handleMouseEvent (Event e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user