Qyoto.QWidget.Actions C# (CSharp) Méthode

Actions() public méthode

public Actions ( ) : List
Résultat List
        public List<QAction> Actions()
        {
            return (List<QAction>) interceptor.Invoke("actions", "actions() const", typeof(List<QAction>));
        }
QWidget