63 explicit Subscriber(snd_seq_query_subscribe_t* other);
66 int getSizeOfInfo()
const;
70 const snd_seq_addr_t* getRoot();
71 snd_seq_query_subs_type_t getType();
74 const snd_seq_addr_t* getAddr();
79 void setClient(
int client);
80 void setPort(
int port);
81 void setRoot(snd_seq_addr_t* addr);
82 void setType(snd_seq_query_subs_type_t type);
83 void setIndex(
int index);
87 snd_seq_query_subscribe_t* m_Info;