SortListHeader.h. #1

  • //
  • guest/
  • YourUncleBob/
  • p4win/
  • main/
  • gui/
  • SortListHeader.h.
  • View
  • Commits
  • Open Download .zip Download (949 B)
// SortListHeader.h : header file
//

#ifndef __SORTLISTHDR__
#define __SORTLISTHDR__

/////////////////////////////////////////////////////////////////////////////
// CSortListHeader window

class CSortListHeader : public CHeaderCtrl
{
// Construction
public:
	CSortListHeader();

// Attributes
protected:
	int	m_SortColumn;
	BOOL m_SortAscending;
public:

// Operations
public:
	int SetSortImage( int Column, BOOL Ascending );
	void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSortListHeader)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CSortListHeader();

	// Generated message map functions
protected:
	//{{AFX_MSG(CSortListHeader)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

#endif //__SORTLISTHDR__
/////////////////////////////////////////////////////////////////////////////
# Change User Description Committed
#1 19924 YourUncleBob Populate -o //guest/perforce_software/p4win/...
//guest/YourUncleBob/p4win/.....
//guest/perforce_software/p4win/main/gui/SortListHeader.h
#1 16169 perforce_software Move files to follow new path scheme for branches.
//guest/perforce_software/p4win/gui/SortListHeader.h
#1 8562 Matt Attaway These feet never stop running.

Initial commit of the P4Win source code.  To the best of our knowledge this
compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes
as we refine the build process. Please post any build issues to the forums.