ClipFormatQListCtrl.h 275 B

1234567891011121314151617
  1. #pragma once
  2. #include "Clip.h"
  3. class CClipFormatQListCtrl : public CClipFormat
  4. {
  5. public:
  6. CClipFormatQListCtrl(void);
  7. ~CClipFormatQListCtrl(void);
  8. int m_clipRow;
  9. bool m_convertedToSmallImage;
  10. INT64 m_counter;
  11. HGLOBAL GetDibFittingToHeight(CDC *pDc, int height);
  12. };