예제 #1
0
 public VolumeSlider(Phonon.AudioOutput arg1, QWidget parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("VolumeSlider##", "VolumeSlider(Phonon::AudioOutput*, QWidget*)", typeof(void), typeof(Phonon.AudioOutput), arg1, typeof(QWidget), parent);
 }
예제 #2
0
 public VolumeSlider(Phonon.AudioOutput arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("VolumeSlider#", "VolumeSlider(Phonon::AudioOutput*)", typeof(void), typeof(Phonon.AudioOutput), arg1);
 }
예제 #3
0
 public void SetAudioOutput(Phonon.AudioOutput arg1)
 {
     interceptor.Invoke("setAudioOutput#", "setAudioOutput(Phonon::AudioOutput*)", typeof(void), typeof(Phonon.AudioOutput), arg1);
 }