drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.

System information. More...

#include <alsaclient.h>

Public Member Functions

 SystemInfo ()
 Default constructor.
 
 SystemInfo (const SystemInfo &other)
 Copy constructor. More...
 
 SystemInfo (snd_seq_system_info_t *other)
 Copy constructor. More...
 
 SystemInfo (MidiClient *seq)
 Constructor. More...
 
virtual ~SystemInfo ()
 Destructor.
 
SystemInfoclone ()
 Clone the system info object. More...
 
SystemInfooperator= (const SystemInfo &other)
 Assignment operator. More...
 
int getSizeOfInfo () const
 Get the system's info object size. More...
 
int getMaxClients ()
 Get the system's maximum number of clients. More...
 
int getMaxPorts ()
 Get the system's maximum number of ports. More...
 
int getMaxQueues ()
 Get the system's maximum number of queues. More...
 
int getMaxChannels ()
 Get the system's maximum number of channels. More...
 
int getCurrentQueues ()
 Get the system's current number of queues. More...
 
int getCurrentClients ()
 Get the system's current number of clients. More...
 

Detailed Description

System information.

This class is used to retrieve and hold some data about the whole sequencer subsystem.

Examples
sysinfo.cpp.

Definition at line 127 of file alsaclient.h.


The documentation for this class was generated from the following files: