Added ComputeHistogram
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -282,6 +282,16 @@ public:
|
||||
// wxImage
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
// GRG: Dic/99
|
||||
class WXDLLEXPORT wxHNode
|
||||
{
|
||||
public:
|
||||
unsigned long index;
|
||||
unsigned long value;
|
||||
};
|
||||
|
||||
|
||||
class WXDLLEXPORT wxImage: public wxObject
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxImage)
|
||||
@@ -379,6 +389,10 @@ public:
|
||||
static void CleanUpHandlers();
|
||||
static void InitStandardHandlers();
|
||||
|
||||
// GRG: Dic/99
|
||||
unsigned long ComputeHistogram( wxHashTable &h );
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
static wxList sm_handlers;
|
||||
|
Reference in New Issue
Block a user