|
From: Klaas H. <db...@nl...> - 2008-05-06 13:19:21
|
Hi John,
This first few wrap fine.
%operator a2dDoMu& operator=( const a2dDoMu& );
%operator a2dDoMu& operator=( const wxChar* );
%operator a2dDoMu& operator=( double );
%operator int operator==( const a2dDoMu& ) const;
%operator int operator!=( const a2dDoMu& ) const;
But this one refuses:
%operator operator double();
The idea behind this class is to store internal numbers as "1.23 um" or "1.2
inch" etc., and the double operator is how to get the value as a single double.
Not a great problem at the moment.
But maybe you can fix it for a next version of wxLua.
Thanks,
Klaas
--
Unclassified
|