malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Graphics
Controls
ListComponent.h
Go to the documentation of this file.
1
//
2
// Created by Dave Smith on 1/23/26.
3
//
4
5
#ifndef MALENA_LISTCOMPONENT_H
6
#define MALENA_LISTCOMPONENT_H
7
#include <
Malena/Core/malena_export.h
>
8
#include <
Malena/Core/Component.h
>
9
10
namespace
ml
11
{
12
class
MALENA_API
ListComponent
:
public
ml::Component
<> {
13
public
:
14
virtual
~ListComponent
(){};
15
};
16
}
17
18
19
#endif
//LISTCOMPONENT_H
Component.h
ml::Component
Primary base class for all user-facing Malena components.
Definition
Component.h:275
ml::ListComponent
Definition
ListComponent.h:12
ml::ListComponent::~ListComponent
virtual ~ListComponent()
Definition
ListComponent.h:14
malena_export.h
MALENA_API
#define MALENA_API
Definition
malena_export.h:18
ml
Definition
Component.h:22