mmserv/tms/tmsimpl/inc/tmsglobalgaineffectbodyimpl.h
changeset 12 5a06f39ad45b
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
    41     virtual gint SetLevel(const guint level);
    41     virtual gint SetLevel(const guint level);
    42     virtual gint GetLevel(guint& level);
    42     virtual gint GetLevel(guint& level);
    43     virtual gint GetMaxLevel(guint& level);
    43     virtual gint GetMaxLevel(guint& level);
    44     virtual gint GetType(TMSEffectType& effecttype);
    44     virtual gint GetType(TMSEffectType& effecttype);
    45 
    45 
    46     void SetParentEffect(TMSEffect*& parenteffect);
    46     void SetParent(TMSEffect*& parent);
    47 
    47 
    48 private:
    48 private:
    49     TMSGlobalGainEffectBodyImpl();
    49     TMSGlobalGainEffectBodyImpl();
    50     gint PostConstruct();
    50     gint PostConstruct();
    51 
    51 
    52 private:
    52 private:
    53     TMSEffectObserver* iObserver;
    53     TMSEffectObserver* iObserver;
    54     gint iClientId;
    54     gint iClientId;
    55     gpointer iUserData;
    55     gpointer iUserData;
    56     TMSProxy* iProxy;
    56     TMSProxy* iProxy;
    57     TMSEffect* iGlobalEffect;
    57     TMSEffect* iParent;
    58     };
    58     };
    59 
    59 
    60 } //namespace TMS
    60 } //namespace TMS
    61 
    61 
    62 #endif // TMS_GLOBAL_GAIN_EFFECT_BODY_IMPL_H
    62 #endif // TMS_GLOBAL_GAIN_EFFECT_BODY_IMPL_H
    63 
    63 
    64 // End of file