home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CALCDR.PAK / CALCTYPE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  1012 b   |  37 lines

  1. // Machine generated IDispatch driver class(es) created with ClassWizard.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1995 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CRemoteCalcDlg wrapper class
  15.  
  16. class CRemoteCalcDlg : public COleDispatchDriver
  17. {
  18. // Attributes
  19. public:
  20.     long GetAccum();
  21.     void SetAccum(long);
  22.     long GetOperand();
  23.     void SetOperand(long);
  24.     short GetOperation();
  25.     void SetOperation(short);
  26.     BOOL GetVisible();
  27.     void SetVisible(BOOL);
  28.  
  29. // Operations
  30. public:
  31.     BOOL Evaluate();
  32.     void Clear();
  33.     void Display();
  34.     void Close();
  35.     BOOL Button(LPCTSTR szButton);
  36. };
  37.