Sha256: c933d91dd7c78b004a97d4f0432e38926372b949f712676ace9f09101ec498d4
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 KB
Contents
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 2.0.4 * * This file is not intended to be easily readable and contains a number of * coding conventions designed to improve portability and efficiency. Do not make * changes to this file unless you know what you are doing--modify the SWIG * interface file instead. * ----------------------------------------------------------------------------- */ #ifndef SWIG_Ogrebites_WRAP_H_ #define SWIG_Ogrebites_WRAP_H_ namespace Swig { class Director; } class SwigDirector_SdkTrayListener : public OgreBites::SdkTrayListener, public Swig::Director { public: SwigDirector_SdkTrayListener(VALUE self); virtual ~SwigDirector_SdkTrayListener(); virtual void buttonHit(OgreBites::Button *button); virtual void itemSelected(OgreBites::SelectMenu *menu); virtual void labelHit(OgreBites::Label *label); virtual void sliderMoved(OgreBites::Slider *slider); virtual void checkBoxToggled(OgreBites::CheckBox *box); virtual void okDialogClosed(Ogre::DisplayString const &message); virtual void yesNoDialogClosed(Ogre::DisplayString const &question, bool yesHit); }; #endif
Version data entries
3 entries across 3 versions & 1 rubygems