Guidance
指路人
g.yi.org
software / RapidQ / System / Win32 / Rapid-Q++ / rqapplication.h

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
#if !defined RQAPPLICATION_H
#define RQAPPLICATION_H

#include <windows.h>
#include "rqcontrol.h"
#include "rqlist.h"
#include "rqdefs.h"

class RQApplication: public RQControl
{
private:
    RQList controlList;

public:
    RQApplication();
    ~RQApplication();

    void addControl(RQControl&);
    RQControl* findControlByHWND(HWND handle);
    RQControl* findControlByID(int32 ID);
    void deleteControl(RQControl&);
    LRESULT CALLBACK doEvents(HWND, UINT, WPARAM, LPARAM);

    int32 count;
};

#endif
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Wed 2024-4-24  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2013-08-20 12:34:41