MCPcopy Create free account
hub / github.com/WinMerge/winmerge / GetWindowType

Method GetWindowType

Src/ProjectFile.h:564–567  ·  view source on GitHub ↗

* @brief Returns window type * @return Window type */

Source from the content-addressed store, hash-verified

562 * @return Window type
563 */
564inline int ProjectFileItem::GetWindowType() const
565{
566 return m_nWindowType.value_or(-1);
567}
568
569/**
570 * @brief Set window type

Callers 3

OnLoadProjectMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected