3 #ifndef _GXWMM_RACKTUNER_H 4 #define _GXWMM_RACKTUNER_H 7 #include <glibmm/ustring.h> 8 #include <sigc++/sigc++.h> 28 #include <gxwmm/tuner.h> 31 #ifndef DOXYGEN_SHOULD_SKIP_THIS 38 {
class RackTuner_Class; }
44 #ifndef DOXYGEN_SHOULD_SKIP_THIS 53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 57 static CppClassType racktuner_class_;
64 explicit RackTuner(
const Glib::ConstructParams& construct_params);
70 #ifndef DOXYGEN_SHOULD_SKIP_THIS 155 #ifdef GLIBMM_PROPERTIES_ENABLED 162 Glib::PropertyProxy< double > property_freq() ;
163 #endif //#GLIBMM_PROPERTIES_ENABLED 165 #ifdef GLIBMM_PROPERTIES_ENABLED 172 Glib::PropertyProxy_ReadOnly< double > property_freq()
const;
173 #endif //#GLIBMM_PROPERTIES_ENABLED 175 #ifdef GLIBMM_PROPERTIES_ENABLED 182 Glib::PropertyProxy< double > property_scale_lim() ;
183 #endif //#GLIBMM_PROPERTIES_ENABLED 185 #ifdef GLIBMM_PROPERTIES_ENABLED 192 Glib::PropertyProxy_ReadOnly< double > property_scale_lim()
const;
193 #endif //#GLIBMM_PROPERTIES_ENABLED 195 #ifdef GLIBMM_PROPERTIES_ENABLED 202 Glib::PropertyProxy< double > property_speed() ;
203 #endif //#GLIBMM_PROPERTIES_ENABLED 205 #ifdef GLIBMM_PROPERTIES_ENABLED 212 Glib::PropertyProxy_ReadOnly< double > property_speed()
const;
213 #endif //#GLIBMM_PROPERTIES_ENABLED 215 #ifdef GLIBMM_PROPERTIES_ENABLED 222 Glib::PropertyProxy< bool > property_display_flat() ;
223 #endif //#GLIBMM_PROPERTIES_ENABLED 225 #ifdef GLIBMM_PROPERTIES_ENABLED 232 Glib::PropertyProxy_ReadOnly< bool > property_display_flat()
const;
233 #endif //#GLIBMM_PROPERTIES_ENABLED 235 #ifdef GLIBMM_PROPERTIES_ENABLED 242 Glib::PropertyProxy< bool > property_streaming() ;
243 #endif //#GLIBMM_PROPERTIES_ENABLED 245 #ifdef GLIBMM_PROPERTIES_ENABLED 252 Glib::PropertyProxy_ReadOnly< bool > property_streaming()
const;
253 #endif //#GLIBMM_PROPERTIES_ENABLED 255 #ifdef GLIBMM_PROPERTIES_ENABLED 262 Glib::PropertyProxy< int > property_timestep() ;
263 #endif //#GLIBMM_PROPERTIES_ENABLED 265 #ifdef GLIBMM_PROPERTIES_ENABLED 272 Glib::PropertyProxy_ReadOnly< int > property_timestep()
const;
273 #endif //#GLIBMM_PROPERTIES_ENABLED 275 #ifdef GLIBMM_PROPERTIES_ENABLED 282 Glib::PropertyProxy< int > property_limit_timestep() ;
283 #endif //#GLIBMM_PROPERTIES_ENABLED 285 #ifdef GLIBMM_PROPERTIES_ENABLED 292 Glib::PropertyProxy_ReadOnly< int > property_limit_timestep()
const;
293 #endif //#GLIBMM_PROPERTIES_ENABLED 295 #ifdef GLIBMM_PROPERTIES_ENABLED 302 Glib::PropertyProxy< int > property_temperament() ;
303 #endif //#GLIBMM_PROPERTIES_ENABLED 305 #ifdef GLIBMM_PROPERTIES_ENABLED 312 Glib::PropertyProxy_ReadOnly< int > property_temperament()
const;
313 #endif //#GLIBMM_PROPERTIES_ENABLED
void set_streaming(bool p1)
void set_display_flat(bool p1)
RackTuner_Class CppClassType
void set_temperament(int p1)
void set_scale_lim(double p1)
void set_speed(double p1)
struct _GxRackTunerClass GxRackTunerClass
Glib::SignalProxy1< void, bool > signal_poll_status_changed()
Glib::SignalProxy0< void > signal_frequency_poll()
const GxRackTuner * gobj() const
Provides access to the underlying C GtkObject.
struct _GxRackTuner GxRackTuner
void set_limit_timestep(int p1)
Gxw::RackTuner * wrap(GxRackTuner *object, bool take_copy=false)
A Glib::wrap() method for this object.
void set_timestep(int p1)
GxRackTuner BaseObjectType
virtual void on_frequency_poll()
This is a default handler for the signal signal_frequency_poll().
void push_note(int p1, int p2, int p3)
static GType get_base_type() G_GNUC_CONST
GxRackTuner * gobj()
Provides access to the underlying C GtkObject.
static GType get_type() G_GNUC_CONST
GxRackTunerClass BaseClassType
virtual void on_poll_status_changed(bool p1)
This is a default handler for the signal signal_poll_status_changed().