Kimono.KCodecAction.SetCurrentCodec C# (CSharp) Метод

SetCurrentCodec() публичный Метод

public SetCurrentCodec ( string codecName ) : bool
codecName string
Результат bool
        public bool SetCurrentCodec(string codecName)
        {
            return (bool) interceptor.Invoke("setCurrentCodec$", "setCurrentCodec(const QString&)", typeof(bool), typeof(string), codecName);
        }

Same methods

KCodecAction::SetCurrentCodec ( QTextCodec codec ) : bool