Definition at line 494 of file qaxserverbase.cpp.
◆ QAxSignalVec() [1/2]
Definition at line 497 of file qaxserverbase.cpp.
504 for (
int i = 0; i < count; ++i)
QList< T > values() const
Returns a list containing all the values in the map, in ascending order of their keys.
int count(const T &t) const
Returns the number of occurrences of value in the list.
const T & at(int i) const
Returns the item at index position i in the list.
CRITICAL_SECTION refCountSection
QList< IConnectionPoint * > cpoints
◆ QAxSignalVec() [2/2]
Definition at line 507 of file qaxserverbase.cpp.
514 for (
int i = 0; i < count; ++i)
int count(const T &t) const
Returns the number of occurrences of value in the list.
const T & at(int i) const
Returns the item at index position i in the list.
CRITICAL_SECTION refCountSection
QList< IConnectionPoint * > cpoints
◆ ~QAxSignalVec()
QAxSignalVec::~QAxSignalVec |
( |
| ) |
|
|
inline |
Definition at line 517 of file qaxserverbase.cpp.
520 for (
int i = 0; i < count; ++i)
int count(const T &t) const
Returns the number of occurrences of value in the list.
const T & at(int i) const
Returns the item at index position i in the list.
CRITICAL_SECTION refCountSection
QList< IConnectionPoint * > cpoints
◆ AddRef()
unsigned long __stdcall QAxSignalVec::AddRef |
( |
| ) |
|
|
inline |
◆ Clone()
STDMETHOD() QAxSignalVec::Clone |
( |
IEnumConnectionPoints ** |
ppEnum | ) |
|
|
inline |
Definition at line 598 of file qaxserverbase.cpp.
QAxSignalVec(const QAxServerBase::ConnectionPoints &points)
◆ Next()
STDMETHOD() QAxSignalVec::Next |
( |
ULONG |
cConnections, |
|
|
IConnectionPoint ** |
cpoint, |
|
|
ULONG * |
pcFetched |
|
) |
| |
|
inline |
Definition at line 560 of file qaxserverbase.cpp.
565 if (!pcFetched && cConnections > 1)
570 for (i = 0; i < cConnections; i++) {
580 return i == cConnections ? S_OK : S_FALSE;
int count(const T &t) const
Returns the number of occurrences of value in the list.
const T & at(int i) const
Returns the item at index position i in the list.
QList< IConnectionPoint * > cpoints
◆ QueryInterface()
STDMETHOD() QAxSignalVec::QueryInterface |
( |
REFIID |
iid, |
|
|
void ** |
iface |
|
) |
| |
|
inline |
Definition at line 545 of file qaxserverbase.cpp.
550 if (iid == IID_IUnknown)
552 else if (iid == IID_IEnumConnectionPoints)
555 return E_NOINTERFACE;
unsigned long __stdcall AddRef()
◆ Release()
unsigned long __stdcall QAxSignalVec::Release |
( |
| ) |
|
|
inline |
◆ Reset()
STDMETHOD() QAxSignalVec::Reset |
( |
| ) |
|
|
inline |
◆ Skip()
STDMETHOD() QAxSignalVec::Skip |
( |
ULONG |
cConnections | ) |
|
|
inline |
Definition at line 582 of file qaxserverbase.cpp.
585 while (cConnections) {
int count(const T &t) const
Returns the number of occurrences of value in the list.
QList< IConnectionPoint * > cpoints
◆ cpoints
QList<IConnectionPoint*> QAxSignalVec::cpoints |
◆ current
int QAxSignalVec::current |
◆ ref
unsigned long QAxSignalVec::ref |
|
private |
◆ refCountSection
CRITICAL_SECTION QAxSignalVec::refCountSection |
|
private |
The documentation for this class was generated from the following file: