logo

Class textEdit

logo
the fair gds editor

Introduction
Screenshots
License
Download
Userinterface
Function Index
White Papers
Community
Contact

mouse left
no help

textEdit Class Reference

text editor main window more...

Public Member Functions

void hideToolBar(string name)
hide tool bar
void showToolBar(string name)
show tool bar
void toolBarAdd(string name,string buttons)
add tool bar

Public Attributes

textDisplay* drawing
head class of the drawing
string filename
filename

Detailed Description

the main window of a text editor. The text can be accessed via the Class textDisplay.

Member Documentation

textDisplay* textEdit::drawing


head class of the drawing

This class is the main class of the text file. It holds all relevant information. textDisplay

string textEdit::filename


filename

This string hold the current filename.

void textEdit::hideToolBar(string name)


hide tool bar

Hides the named toolbar.

void textEdit::showToolBar(string name)


show tool bar

Shows the named toolbar.

void textEdit::toolBarAdd(string name,string buttons)


add tool bar

Add a new tool bar, separate multipli buttons with a ';'.

layout->toolBarAdd("my toolbar","New Layout;Zoom Mouse;Code 39;Quit");