21 #ifndef DRUMSTICK_SUBSCRIPTION_H 22 #define DRUMSTICK_SUBSCRIPTION_H 52 int getSizeOfInfo()
const;
56 const snd_seq_addr_t* getRoot();
57 snd_seq_query_subs_type_t getType();
60 const snd_seq_addr_t* getAddr();
65 void setClient(
int client);
66 void setPort(
int port);
67 void setRoot(snd_seq_addr_t* addr);
68 void setType(snd_seq_query_subs_type_t type);
69 void setIndex(
int index);
73 snd_seq_query_subscribe_t* m_Info;
91 int getSizeOfInfo()
const;
93 void setSender(
unsigned char client,
unsigned char port);
94 void setDest(
unsigned char client,
unsigned char port);
98 const snd_seq_addr_t* getSender();
99 const snd_seq_addr_t* getDest();
102 bool getTimeUpdate();
104 void setSender(
const snd_seq_addr_t* addr);
105 void setDest(
const snd_seq_addr_t* addr);
106 void setQueue(
int queue);
107 void setExclusive(
bool val);
108 void setTimeUpdate(
bool val);
109 void setTimeReal(
bool val);
113 snd_seq_port_subscribe_t* m_Info;
130 #endif //DRUMSTICK_SUBSCRIPTION_H QList< Subscriber > SubscribersList
List of subscribers.
QList< Subscription > SubscriptionsList
List of subscriptions.
Port information container.
Subscriber container class.