Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Tasking::ThenItem Class Reference

#include <conditional.h>

Collaboration diagram for Tasking::ThenItem:

Public Member Functions

 operator ExecutableItem () const

Friends

class ElseItem
class ElseIfItem
TASKING_EXPORT friend ElseItem operator>> (const ThenItem &thenItem, const Else &elseItem)
TASKING_EXPORT friend ElseIfItem operator>> (const ThenItem &thenItem, const ElseIf &elseIfItem)
TASKING_EXPORT friend ThenItem operator>> (const If &ifItem, const Then &thenItem)
TASKING_EXPORT friend ThenItem operator>> (const ElseIfItem &elseIfItem, const Then &thenItem)

Detailed Description

Definition at line 93 of file conditional.h.

Member Function Documentation

◆ operator ExecutableItem()

Tasking::ThenItem::operator ExecutableItem ( ) const

Definition at line 38 of file conditional.cpp.

◆ ElseIfItem

friend class ElseIfItem
friend

Definition at line 108 of file conditional.h.

◆ ElseItem

friend class ElseItem
friend

Definition at line 107 of file conditional.h.

◆ operator>> [1/4]

TASKING_EXPORT friend ThenItem operator>> ( const ElseIfItem & elseIfItem,
const Then & thenItem )
friend

Definition at line 74 of file conditional.cpp.

◆ operator>> [2/4]

TASKING_EXPORT friend ThenItem operator>> ( const If & ifItem,
const Then & thenItem )
friend

Definition at line 69 of file conditional.cpp.

◆ operator>> [3/4]

TASKING_EXPORT friend ElseItem operator>> ( const ThenItem & thenItem,
const Else & elseItem )
friend

Definition at line 84 of file conditional.cpp.

◆ operator>> [4/4]

TASKING_EXPORT friend ElseIfItem operator>> ( const ThenItem & thenItem,
const ElseIf & elseIfItem )
friend

Definition at line 79 of file conditional.cpp.


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