File: KikiMutant.i

package info (click to toggle)
kiki-the-nano-bot 1.0.2%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,992 kB
  • ctags: 6,989
  • sloc: cpp: 33,853; python: 6,994; makefile: 244; objc: 80; ansic: 35; sh: 2
file content (11 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

// __________________________________________________________________________________________________
%feature("pythonappend") KikiMutant::KikiMutant() %{self.thisown = 0%}

class KikiMutant : public KikiBot
{
    public: // ........................................................................ PUBLIC
                        KikiMutant	();
    void		die		();
    static void		setObjectColor	( const char * color_name, const KColor & color );
};