OpenSiv3D  v0.6.5
C++20 framework for creative coding
LicenseManager.hpp File Reference
#include "Common.hpp"
#include "LicenseInfo.hpp"
#include "Array.hpp"

Namespaces

 s3d
 
 s3d::LicenseManager
 

Functions

void s3d::LicenseManager::SetApplicationLicense (const String &applicationName, const LicenseInfo &license)
 ライセンス情報一覧の先頭にアプリケーションのライセンスを追加します。 More...
 
void s3d::LicenseManager::AddLicense (const LicenseInfo &license)
 ライセンス情報の一覧に新しい要素を追加します。 More...
 
const Array< LicenseInfo > & s3d::LicenseManager::EnumLicenses ()
 ライセンス情報一覧を返します。 More...
 
void s3d::LicenseManager::EnableDefaultTrigger ()
 [F1] キーでライセンス情報を表示する挙動を有効にします(デフォルトでは有効)。 More...
 
void s3d::LicenseManager::DisableDefaultTrigger ()
 [F1] キーでライセンス情報を表示する挙動を無効化します。 More...
 
void s3d::LicenseManager::ShowInBrowser ()
 ライセンス情報を Web ブラウザで表示します。 More...