「VSTプラグイン開発 PlatformBitmapPtr」の版間の差分

提供:yonewiki
(ページの作成:「VSTライブラリに戻る。 == '''概要''' == <big>'''■Steinberg::Vst::VSTGUI::PlatformBitmapPtr■'''</big> ■コンストラクタ(4つ) *<span style = "background:linear-gradient(transparent 75%, #ce9eff 75%); font-weight:bold; ">PlatformBitmapPtr<T>(VSTGUI::SharedPointer<T> &&op) </span> *<span style = "background:linear-gradient(transparent 75%, #ce9eff 75%); font-weight:bold; ">PlatformBitmapPtr<T>(cons…」)
 
2行目: 2行目:
== '''概要''' ==
== '''概要''' ==
<big>'''■Steinberg::Vst::VSTGUI::PlatformBitmapPtr■'''</big>
<big>'''■Steinberg::Vst::VSTGUI::PlatformBitmapPtr■'''</big>
<big>'''using PlatformBitmapPtr = SharedPointer<IPlatformBitmap>;'''</big>





2023年6月19日 (月) 22:24時点における版

VSTライブラリに戻る。

概要

■Steinberg::Vst::VSTGUI::PlatformBitmapPtr■

using PlatformBitmapPtr = SharedPointer<IPlatformBitmap>;


■コンストラクタ(4つ)

  • PlatformBitmapPtr<T>(VSTGUI::SharedPointer<T> &&op)


  • PlatformBitmapPtr<T>(const VSTGUI::SharedPointer<T> &&op)


  • PlatformBitmapPtr( VSTGUI::PlatformBitmapPtr &&mp)


  • PlatformBitmapPtr()


  • PlatformBitmapPtr(const VSTGUI::PlatformBitmapPtr &)


  • PlatformBitmapPtr(const VSTGUI::IPlatformBitmapPtr *ptr, bool remember = true)


■デストラクタ

  • ~PlatformBitmapPtr()


■メンバ関数

  • forget


  • getNbReference


  • getScaleFactor


  • getSize


  • lockPixels


  • operator=


  • remember


  • setScaleFactor


  • ~ReferenceCounter



 

VSTライブラリに戻る。