namespace phoenix { void pLineEdit::setBackgroundColor(Color color) { } void pLineEdit::setEditable(bool editable) { } void pLineEdit::setForegroundColor(Color color) { } void pLineEdit::setText(string text) { } string pLineEdit::text() { } void pLineEdit::constructor() { } void pLineEdit::destructor() { } }