WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
wcfViewComponent Struct Reference

Viewの要素を表すstruct. More...

#include <webcface/c_wcf/def_types.h>

Collaboration diagram for wcfViewComponent:
[legend]

Public Attributes

wcfViewComponentType type
 Componentの種類
 
int option_num
 inputの選択肢の数 (optionの指す配列の要素数)
 
const char * text
 表示する文字列 (空の場合nullptr)
 
const char * on_click_member
 クリック時に実行するFuncのmemberとfield、またはnullptr
 
const char * on_click_field
 
const char * text_ref_member
 inputが参照するTextのmemberとfield、またはnullptr
 
const char * text_ref_field
 
const wcfMultiValoption
 inputの選択肢
 
wcfColor text_color
 テキストの色
 
wcfColor bg_color
 背景の色
 
double min
 inputの最小値 (未設定 = -DBL_MAX)
 
double max
 inputの最大値 (未設定 = DBL_MAX)
 
double step
 inputの刻み幅 (未設定 = 0)
 
int reserved [14]
 

Detailed Description

Viewの要素を表すstruct.

structのメンバーの順番はWebCFaceのバージョンによって変更する可能性があります

Member Data Documentation

◆ bg_color

wcfColor bg_color

背景の色

◆ max

double max

inputの最大値 (未設定 = DBL_MAX)

Since
ver2.0

◆ min

double min

inputの最小値 (未設定 = -DBL_MAX)

Since
ver2.0

◆ on_click_field

const char * on_click_field

◆ on_click_member

const char* on_click_member

クリック時に実行するFuncのmemberとfield、またはnullptr

◆ option

const wcfMultiVal* option

inputの選択肢

Since
ver2.0

◆ option_num

int option_num

inputの選択肢の数 (optionの指す配列の要素数)

Since
ver2.0

◆ reserved

int reserved[14]

◆ step

double step

inputの刻み幅 (未設定 = 0)

Since
ver2.0

◆ text

const char* text

表示する文字列 (空の場合nullptr)

◆ text_color

wcfColor text_color

テキストの色

◆ text_ref_field

const char * text_ref_field

◆ text_ref_member

const char* text_ref_member

inputが参照するTextのmemberとfield、またはnullptr

◆ type

Componentの種類


The documentation for this struct was generated from the following file: