ardour
Public Member Functions | Private Attributes | List of all members
Gtkmm2ext::WindowTitle Class Reference

#include <window_title.h>

Public Member Functions

 WindowTitle (const std::string &title)
 
void operator+= (const std::string &)
 
const std::string & get_string ()
 

Private Attributes

std::string m_title
 

Detailed Description

Definition at line 36 of file window_title.h.

Constructor & Destructor Documentation

Gtkmm2ext::WindowTitle::WindowTitle ( const std::string &  title)
Parameters
titleThe first string/element of the window title which will may be the application name or the document name in a document based application.

Definition at line 35 of file window_title.cc.

Member Function Documentation

const std::string& Gtkmm2ext::WindowTitle::get_string ( )
inline
Returns
The window title string.

Definition at line 53 of file window_title.h.

void Gtkmm2ext::WindowTitle::operator+= ( const std::string &  )

Add an string element to the window title.

Definition at line 42 of file window_title.cc.

Member Data Documentation

std::string Gtkmm2ext::WindowTitle::m_title
private

Definition at line 57 of file window_title.h.


The documentation for this class was generated from the following files: