Home
last modified time | relevance | path

Searched refs:target_item (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.cpp401 flow_item *src_item, *target_item; in OnPaint() local
410 target_item = mpScreenFlow->GetFlowItem(connection->target_screen); in OnPaint()
412 if (src_item && target_item && src_item->enabled && target_item->enabled) in OnPaint()