My Project
Loading...
Searching...
No Matches
checkboxred.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
redbutton.h
"
4
class
CheckBoxRed
:
public
RedButton
{
5
private
:
6
bool
checked;
7
8
protected
:
9
virtual
void
layout
();
10
virtual
void
onClick
();
11
public
:
12
CheckBoxRed
(
const
std::string& label);
13
bool
Checked
() {
return
checked; }
14
void
Checked
(
bool
value);
15
};
CheckBoxRed::layout
virtual void layout()
Definition
checkboxred.cpp:12
CheckBoxRed::onClick
virtual void onClick()
Definition
checkboxred.cpp:38
CheckBoxRed::CheckBoxRed
CheckBoxRed(const std::string &label)
Definition
checkboxred.cpp:5
CheckBoxRed::Checked
bool Checked()
Definition
checkboxred.h:13
RedButton::RedButton
RedButton(const std::string &label)
Definition
redbutton.cpp:5
redbutton.h
pd
checkboxred.h
Generated by
1.13.2