ardour
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | List of all members
FloatingTextEntry Class Reference

#include <floating_text_entry.h>

Inheritance diagram for FloatingTextEntry:

Public Member Functions

 FloatingTextEntry (const std::string &initial_contents)
 

Public Attributes

sigc::signal1< void, std::string > use_text
 

Private Member Functions

bool entry_focus_out (GdkEventFocus *)
 
bool key_press (GdkEventKey *)
 
void activated ()
 
bool button_press (GdkEventButton *)
 
void changed ()
 
void on_realize ()
 
void on_hide ()
 

Private Attributes

Gtk::Entry entry
 
bool entry_changed
 

Detailed Description

Definition at line 26 of file floating_text_entry.h.

Constructor & Destructor Documentation

FloatingTextEntry::FloatingTextEntry ( const std::string &  initial_contents)

Definition at line 30 of file floating_text_entry.cc.

Member Function Documentation

void FloatingTextEntry::activated ( )
private

Definition at line 101 of file floating_text_entry.cc.

bool FloatingTextEntry::button_press ( GdkEventButton *  ev)
private

Definition at line 79 of file floating_text_entry.cc.

void FloatingTextEntry::changed ( )
private

Definition at line 53 of file floating_text_entry.cc.

bool FloatingTextEntry::entry_focus_out ( GdkEventFocus *  ev)
private

Definition at line 67 of file floating_text_entry.cc.

bool FloatingTextEntry::key_press ( GdkEventKey *  ev)
private

Definition at line 108 of file floating_text_entry.cc.

void FloatingTextEntry::on_hide ( )
private

Definition at line 122 of file floating_text_entry.cc.

void FloatingTextEntry::on_realize ( )
private

Definition at line 59 of file floating_text_entry.cc.

Member Data Documentation

Gtk::Entry FloatingTextEntry::entry
private

Definition at line 34 of file floating_text_entry.h.

bool FloatingTextEntry::entry_changed
private

Definition at line 35 of file floating_text_entry.h.

sigc::signal1<void,std::string> FloatingTextEntry::use_text

Definition at line 31 of file floating_text_entry.h.


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