Home
last modified time | relevance | path

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

/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Delement.cpp73 m_link_type (link_type), in Element()
880 if((m_link_type != Master) || in fromXml()
881 ((m_link_type == Master) && in fromXml()
897 if (m_link_type !=PreviousReport || m_link_type !=NextReport) in fromXml()
918 if (m_link_type !=PreviousReport || m_link_type !=NextReport) in fromXml()
938 if (m_link_type !=PreviousReport || m_link_type !=NextReport) in fromXml()
H A Delement.h138 virtual kind linkType() const {return m_link_type;} // @return the linkable type in linkType()
174 kind m_link_type = Element::Simple; variable
/dports/print/lout/lout-3.40/
H A Dz48.c284 PDF_LINK_KEYWORD m_link_type; member
2008 if ( (in_entry->m_link_type == k_link_source) && (target == NULL) ) in PDFSourceAnnot_Write()
2026 switch (in_entry->m_link_type) in PDFSourceAnnot_Write()
2180 entry->m_link_type = in_link_type; in PDFSourceAnnot_New()