Jpp
18.0.0
the software that should make you happy
|
Auxiliary class for title. More...
#include <JTitle.hh>
Public Member Functions | |
JTitle () | |
Default constructor. More... | |
JTitle (const char *title) | |
Constructor. More... | |
JTitle (const std::string &title) | |
Constructor. More... | |
const std::string & | getTitle () const |
Get title. More... | |
void | setTitle (const std::string &title) |
Set title. More... | |
Protected Attributes | |
std::string | title |
|
inline |
|
inline |
Constructor.
title | title |
|
inline |
Constructor.
title | title |
|
inline |
Get title.
|
inline |
Set title.
title | title |
|
protected |