Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
armaxctrl.h
Package: solidgraph_sources.zip [view]
Upload User: kairuinn
Upload Date: 2009-02-07
Package Size: 2922k
Code Size: 2k
Category:
Graph program
Development Platform:
Visual C++
- #pragma once
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
- /////////////////////////////////////////////////////////////////////////////
- // CArmaxctrl wrapper class
- class CArmaxctrl : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CArmaxctrl)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x4012F180, 0xAEF8, 0x4DFB, { 0xA4, 0x5D, 0x56, 0xBF, 0x5B, 0xA8, 0x64, 0x58 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- {
- return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID);
- }
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd,
- UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- {
- return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey);
- }
- // Attributes
- public:
- // Operations
- public:
- // _DArMaX
- // Functions
- //
- void SetAmbient(float r, float g, float b)
- {
- static BYTE parms[] = VTS_R4 VTS_R4 VTS_R4 ;
- InvokeHelper(0x1, DISPATCH_METHOD, VT_EMPTY, NULL, parms, r, g, b);
- }
- void SetDiffuse(float r, float g, float b)
- {
- static BYTE parms[] = VTS_R4 VTS_R4 VTS_R4 ;
- InvokeHelper(0x2, DISPATCH_METHOD, VT_EMPTY, NULL, parms, r, g, b);
- }
- void SetEmission(float r, float g, float b)
- {
- static BYTE parms[] = VTS_R4 VTS_R4 VTS_R4 ;
- InvokeHelper(0x3, DISPATCH_METHOD, VT_EMPTY, NULL, parms, r, g, b);
- }
- void SetSpecular(float r, float g, float b)
- {
- static BYTE parms[] = VTS_R4 VTS_R4 VTS_R4 ;
- InvokeHelper(0x4, DISPATCH_METHOD, VT_EMPTY, NULL, parms, r, g, b);
- }
- void SetTransparent(float transparent)
- {
- static BYTE parms[] = VTS_R4 ;
- InvokeHelper(0x5, DISPATCH_METHOD, VT_EMPTY, NULL, parms, transparent);
- }
- void SetShininess(float shininess)
- {
- static BYTE parms[] = VTS_R4 ;
- InvokeHelper(0x6, DISPATCH_METHOD, VT_EMPTY, NULL, parms, shininess);
- }
- void CopyToClipboard()
- {
- InvokeHelper(0x7, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
- }
- // Properties
- //
- };