1 #ifndef NUITRACK_FRAMEBORDERISSUE_H_
2 #define NUITRACK_FRAMEBORDERISSUE_H_
6 #include "nuitrack/types/Export.h"
16 #if defined(ANDROID) && defined(__aarch64__)
17 class MIDDLEWARE_API FrameBorderIssue :
public Issue
27 typedef std::shared_ptr<FrameBorderIssue>
Ptr;
34 static std::string _type =
"FrameBorderIssue";
50 void setTop(
bool isTop)
54 void setLeft(
bool isLeft)
58 void setRight(
bool isRight)
60 this->right = isRight;
63 #if defined(ANDROID) && defined(__aarch64__)
64 virtual ~FrameBorderIssue();
70 Issue(FRAME_BORDER_ISSUE,
"FrameBorderIssue"),
80 Issue(FRAME_BORDER_ISSUE,
"FrameBorderIssue"),
FrameBorderIssue()
デフォルトのフレーム枠 issue オブジェクトを生成します。
定義:FrameBorderIssue.h:69
issue に関する一般的な情報を保存します。
定義:Issue.h:30
FrameBorderIssue(bool left, bool right, bool top)
プロパティからフレーム枠 issue オブジェクトを生成します。
定義:FrameBorderIssue.h:79
std::shared_ptr< FrameBorderIssue > Ptr
FrameBorderIssue インスタンスにアクセスするためのスマート ポインター。
定義:FrameBorderIssue.h:27
フレーム枠の問題を表します。
定義:FrameBorderIssue.h:19
static std::string getType()
問題の種類をストリングの形式で戻します。
定義:FrameBorderIssue.h:32