summaryrefslogtreecommitdiff
path: root/hammer/SelectModeDlgBar.h
diff options
context:
space:
mode:
authorFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
committerFluorescentCIAAfricanAmerican <[email protected]>2020-04-22 12:56:21 -0400
commit3bf9df6b2785fa6d951086978a3e66f49427166a (patch)
tree2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /hammer/SelectModeDlgBar.h
downloadarchived-source-engine-2018-hl2-src-master.tar.xz
archived-source-engine-2018-hl2-src-master.zip
Diffstat (limited to 'hammer/SelectModeDlgBar.h')
-rw-r--r--hammer/SelectModeDlgBar.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/hammer/SelectModeDlgBar.h b/hammer/SelectModeDlgBar.h
new file mode 100644
index 0000000..9445335
--- /dev/null
+++ b/hammer/SelectModeDlgBar.h
@@ -0,0 +1,43 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef SELECTMODEDLGBAR_H
+#define SELECTMODEDLGBAR_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+#include "resource.h"
+#include "GroupList.h"
+#include "HammerBar.h"
+
+
+class CSelectModeDlgBar : public CHammerBar
+{
+public:
+ BOOL Create(CWnd *pParentWnd);
+
+private:
+ //{{AFX_DATA(CFilterControl)
+ enum { IDD = IDD_SELECT_MODE_BAR };
+ //}}AFX_DATA
+
+protected:
+ //{{AFX_MSG(CFilterControl)
+ afx_msg void OnGroups();
+ afx_msg void OnObjects();
+ afx_msg void OnSolids();
+ afx_msg void UpdateControlGroups(CCmdUI *pCmdUI);
+ afx_msg void UpdateControlObjects(CCmdUI *pCmdUI);
+ afx_msg void UpdateControlSolids(CCmdUI *pCmdUI);
+ //}}AFX_MSG
+
+ DECLARE_MESSAGE_MAP()
+};
+
+#endif // SELECTMODEDLGBAR_H