Qyoto.QWidget.IsAncestorOf C# (CSharp) Method

IsAncestorOf() public method

public IsAncestorOf ( QWidget child ) : bool
child QWidget
return bool
        public bool IsAncestorOf(QWidget child)
        {
            return (bool) interceptor.Invoke("isAncestorOf#", "isAncestorOf(const QWidget*) const", typeof(bool), typeof(QWidget), child);
        }
QWidget