OpendTect-6_4  6.4
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
uiTextEdit Class Reference
Inheritance diagram for uiTextEdit:
[legend]

Public Member Functions

 uiTextEdit (uiParent *parnt, const char *nm="Text editor", bool readonly=false)
 
void setText (const char *txt)
 Does not trigger notification. More...
 
void setText (const OD::String &txt)
 Does not trigger notification. More...
 
void setText (const uiString &)
 
void setText (const char *, bool trigger_notif)
 
void append (const char *)
 
- Public Member Functions inherited from uiTextEditBase
void readFromFile (const char *, int linecutlen=0)
 
bool saveToFile (const char *, int linelen=0, bool newlns=true)
 
const char * text () const
 
int nrLines () const
 
bool verticalSliderIsDown () const
 Returns false in absence of the slider. More...
 
int defaultWidth ()
 
void setDefaultWidth (int w)
 
int defaultHeight ()
 
void setDefaultHeight (int h)
 
bool isModified () const
 
void allowTextSelection (bool)
 
void hideFrame ()
 
void hideScrollBar (bool vertical)
 
void scrollToBottom ()
 
- Public Member Functions inherited from uiObject
 uiObject (uiParent *, const char *nm)
 
 uiObject (uiParent *, const char *nm, uiObjectBody &)
 
 ~uiObject ()
 
void setHSzPol (SzPolicy)
 
void setVSzPol (SzPolicy)
 
SzPolicy szPol (bool hor=true) const
 
virtual int width () const
 Actual size in pixels. More...
 
virtual int height () const
 Actual size in pixels. More...
 
virtual void setName (const char *)
 
void setToolTip (const uiString &)
 
const uiStringtoolTip () const
 
void translateText ()
 
void display (bool yn, bool shrink=false, bool maximized=false)
 
void setFocus ()
 
bool hasFocus () const
 
void disabFocus ()
 
virtual void setCursor (const MouseCursor &)
 
bool isCursorInside () const
 
virtual void setStyleSheet (const char *)
 
virtual Color backgroundColor () const
 
Color roBackgroundColor () const
 
virtual void setBackgroundColor (const Color &)
 
virtual void setBackgroundPixmap (const uiPixmap &)
 
virtual void setTextColor (const Color &)
 
void setSensitive (bool yn=true)
 
bool sensitive () const
 
bool visible () const
 
bool isDisplayed () const
 
int prefHNrPics () const
 
virtual void setPrefWidth (int)
 
void setPrefWidthInChar (int)
 
void setPrefWidthInChar (float)
 
void setMinimumWidth (int)
 
void setMaximumWidth (int)
 
int prefVNrPics () const
 
virtual void setPrefHeight (int)
 
void setPrefHeightInChar (int)
 
void setPrefHeightInChar (float)
 
void setMinimumHeight (int)
 
void setMaximumHeight (int)
 
void setStretch (int hor, int ver)
 Sets stretch factors for object If stretch factor is > 1, then object will already grow at pop-up. More...
 
void attach (constraintType, int margin=-1)
 attaches object to another In case the stretched... options are used, margin=-1 (default) stretches the object not to cross the border. margin=-2 stretches the object to fill the parent's border. This looks nice with separators. More...
 
void attach (constraintType, uiObject *, int margin=-1, bool reciprocal=true)
 
void attach (constraintType, uiParent *, int margin=-1, bool reciprocal=true)
 
void setFont (const uiFont &)
 
const uiFontfont () const
 
void setCaption (const uiString &)
 
void shallowRedraw (CallBacker *=0)
 
void deepRedraw (CallBacker *=0)
 
void reDraw (bool deep)
 
uiSize actualsize (bool include_border=true) const
 
uiParentparent ()
 
const uiParentparent () const
 
void reParent (uiParent *)
 
uiMainWinmainwin ()
 
 mQtclass (QWidget *) getWidget()
 
 mQtclass (QWidget *) qwidget()
 
const mQtclass (QWidget *) qwidget() const
 
virtual bool handleLongTabletPress ()
 
virtual const ObjectSet< uiBaseObject > * childList () const
 
void close ()
 

Protected Member Functions

virtual mQtclass (QTextEdit &) qte()
 
- Protected Member Functions inherited from uiTextEditBase
 uiTextEditBase (uiParent *, const char *, uiObjectBody &)
 
const mQtclass (QTextEdit &) qte() const
 
virtual int maxLines () const
 
- Protected Member Functions inherited from uiObject
virtual bool closeOK ()
 hook. Accepts/denies closing of window. More...
 
void triggerSetGeometry (const i_LayoutItem *, uiRect &)
 setGeometry should be triggered by this's layoutItem More...
 
void updateToolTip (CallBacker *=0)
 

Private Member Functions

uiTextEditBody & mkbody (uiParent *, const char *, bool)
 

Private Attributes

uiTextEditBody * body_
 

Additional Inherited Members

- Public Types inherited from uiObject
enum  SzPolicy {
  Undef, Small, Medium, Wide,
  SmallVar, MedVar, WideVar, SmallMax,
  MedMax, WideMax
}
 How should the object's size behave? Undef : use default. Small : 1 base sz. Medium : 2* base sz + 1. Wide : 4* base sz + 3. The xxVar options specify that the element may have a bigger internal preferred size. In that case, the maximum is taken. The xxMax options specify that the element should take all available space ( stretch = 2 ) More...
 
- Static Public Member Functions inherited from uiObject
static void updateToolTips ()
 
static void setTabOrder (uiObject *first, uiObject *second)
 
static int baseFldSize ()
 
static int iconSize ()
 
- Public Attributes inherited from uiTextEditBase
Notifier< uiTextEditBasetextChanged
 
Notifier< uiTextEditBasesliderPressed
 
Notifier< uiTextEditBasesliderReleased
 
CNotifier< uiTextEditBase, bool > copyAvailable
 
- Public Attributes inherited from uiObject
Notifier< uiObjectclosed
 Triggered when object closes. More...
 
CNotifier< uiObject, uiRect & > setGeometry
 triggered when getting a new geometry A reference to the new geometry is passed which can be manipulated, before the geometry is actually set to the QWidget. More...
 
- Protected Attributes inherited from uiTextEditBase
int defaultwidth_
 
int defaultheight_
 
BufferString result_
 
- Protected Attributes inherited from uiObject
uiString tooltip_
 
uiObjEventFilter * uiobjeventfilter_
 

Detailed Description

Constructor & Destructor Documentation

uiTextEdit::uiTextEdit ( uiParent parnt,
const char *  nm = "Text editor",
bool  readonly = false 
)

Member Function Documentation

void uiTextEdit::append ( const char *  )
uiTextEditBody& uiTextEdit::mkbody ( uiParent ,
const char *  ,
bool   
)
private
virtual uiTextEdit::mQtclass ( QTextEdit &  )
protectedvirtual

Implements uiTextEditBase.

void uiTextEdit::setText ( const char *  txt)
inline

Does not trigger notification.

void uiTextEdit::setText ( const OD::String txt)

Does not trigger notification.

void uiTextEdit::setText ( const uiString )

Will make object read only, does not trigger notification.

void uiTextEdit::setText ( const char *  ,
bool  trigger_notif 
)

Member Data Documentation

uiTextEditBody* uiTextEdit::body_
private

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2019