SimpleWindow
载入中...
搜索中...
未找到
CheckBox.h
1
#pragma once
2
3
#include "CheckableButton.h"
4
5
namespace
sw
6
{
10
class
CheckBox
:
public
CheckableButton
11
{
12
public
:
16
const
Property<bool>
ThreeState
;
17
18
public
:
22
CheckBox
();
23
};
24
}
sw::CheckBox
复选框
Definition
CheckBox.h:11
sw::CheckBox::CheckBox
CheckBox()
初始化复选框
sw::CheckBox::ThreeState
const Property< bool > ThreeState
是否为三态复选框
Definition
CheckBox.h:16
sw::CheckableButton
表示可选中的按钮类型(单选框、复选框等)
Definition
CheckableButton.h:20
sw::IValueConverter
值转换器接口
Definition
IValueConverter.h:14
sw
SimpleWindow框架的顶级命名空间,所有公共类型、控件、枚举和工具函数均定义于此。
Definition
Alignment.h:4
sw
inc
CheckBox.h
制作者
1.9.8