typedef | const_iterator |
typedef | const_reverse_iterator |
QChannel () | |
QChannel (const QString & name ) | |
QChannel ( const QChannel & ) | |
~QChannel () | |
void | appendChannelComponent (const QChannelComponent & component ) |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
int | channelComponentCount () const |
void | clearChannelComponents () |
const_reverse_iterator | crbegin () const |
const_reverse_iterator | crend () const |
const_iterator | end () const |
void | insertChannelComponent (int index , const QChannelComponent & component ) |
QString | name () const |
const_reverse_iterator | rbegin () const |
void | removeChannelComponent (int index ) |
const_reverse_iterator | rend () const |
void | setName (const QString & name ) |
QChannel & | operator= ( const QChannel & ) |
Default constructs an instance of QChannel.
Default constructs an instance of QChannel.
Copy constructor.
Destroys the instance of QChannel.
另请参阅 setName ().
另请参阅 name ().
拷贝赋值运算符。