• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeui
 

tdeui

Signals | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
KCharSelectTable Class Reference

#include <kcharselect.h>

Inherits TQGridView.

Signals

void highlighted (const TQChar &c)
 
void highlighted ()
 
void activated (const TQChar &c)
 
void activated ()
 
void focusItemChanged ()
 
void focusItemChanged (const TQChar &c)
 
void tableUp ()
 
void tableDown ()
 
void tableNumChanged (int tableNum)
 
void doubleClicked ()
 

Public Member Functions

 KCharSelectTable (TQWidget *parent, const char *name, const TQString &_font, const TQChar &_chr, int _tableNum)
 
virtual TQSize sizeHint () const
 
virtual void setFont (const TQString &_font)
 
virtual void setChar (const TQChar &_chr)
 
virtual void setTableNum (int _tableNum)
 
TQString fontName () const
 
virtual TQChar chr () const
 
int tableNum () const
 
TQChar charAt (int row, int col) const
 

Protected Member Functions

virtual void paintCell (class TQPainter *p, int row, int col)
 
virtual void keyPressEvent (TQKeyEvent *e)
 
virtual void viewportResizeEvent (TQResizeEvent *e)
 
virtual void contentsMousePressEvent (TQMouseEvent *e)
 
virtual void contentsMouseDoubleClickEvent (TQMouseEvent *e)
 
virtual void contentsMouseReleaseEvent (TQMouseEvent *e)
 
virtual void contentsMouseMoveEvent (TQMouseEvent *e)
 
void gotoLeft ()
 
void gotoRight ()
 
void gotoUp ()
 
void gotoDown ()
 
virtual void virtual_hook (int id, void *data)
 

Protected Attributes

TQString vFont
 
TQChar vChr
 
int vTableNum
 
TQPoint vPos
 
TQChar focusItem
 
TQPoint focusPos
 
int temp
 

Detailed Description

Character selection table.

A table widget which displays the characters of a font. Internally used by KCharSelect. See the KCharSelect documentation for further details.

Author
Reginald Stadlbauer reggi.nosp@m.e@kd.nosp@m.e.org

Definition at line 49 of file kcharselect.h.

Constructor & Destructor Documentation

◆ KCharSelectTable()

KCharSelectTable::KCharSelectTable ( TQWidget *  parent,
const char *  name,
const TQString &  _font,
const TQChar &  _chr,
int  _tableNum 
)

Definition at line 126 of file kcharselect.cpp.

◆ ~KCharSelectTable()

KCharSelectTable::~KCharSelectTable ( )

Definition at line 148 of file kcharselect.cpp.

Member Function Documentation

◆ charAt()

TQChar KCharSelectTable::charAt ( int  row,
int  col 
) const

Definition at line 429 of file kcharselect.cpp.

◆ chr()

virtual TQChar KCharSelectTable::chr ( ) const
inlinevirtual

Definition at line 65 of file kcharselect.h.

◆ contentsMouseDoubleClickEvent()

void KCharSelectTable::contentsMouseDoubleClickEvent ( TQMouseEvent *  e)
protectedvirtual

Definition at line 274 of file kcharselect.cpp.

◆ contentsMouseMoveEvent()

void KCharSelectTable::contentsMouseMoveEvent ( TQMouseEvent *  e)
protectedvirtual

Definition at line 292 of file kcharselect.cpp.

◆ contentsMousePressEvent()

void KCharSelectTable::contentsMousePressEvent ( TQMouseEvent *  e)
protectedvirtual

Definition at line 268 of file kcharselect.cpp.

◆ contentsMouseReleaseEvent()

void KCharSelectTable::contentsMouseReleaseEvent ( TQMouseEvent *  e)
protectedvirtual

Definition at line 281 of file kcharselect.cpp.

◆ fontName()

TQString KCharSelectTable::fontName ( ) const
inline

Definition at line 64 of file kcharselect.h.

◆ gotoDown()

void KCharSelectTable::gotoDown ( )
protected

Definition at line 403 of file kcharselect.cpp.

◆ gotoLeft()

void KCharSelectTable::gotoLeft ( )
protected

Definition at line 375 of file kcharselect.cpp.

◆ gotoRight()

void KCharSelectTable::gotoRight ( )
protected

Definition at line 383 of file kcharselect.cpp.

◆ gotoUp()

void KCharSelectTable::gotoUp ( )
protected

Definition at line 391 of file kcharselect.cpp.

◆ keyPressEvent()

void KCharSelectTable::keyPressEvent ( TQKeyEvent *  e)
protectedvirtual

Definition at line 326 of file kcharselect.cpp.

◆ paintCell()

void KCharSelectTable::paintCell ( class TQPainter *  p,
int  row,
int  col 
)
protectedvirtual

Definition at line 211 of file kcharselect.cpp.

◆ setChar()

void KCharSelectTable::setChar ( const TQChar &  _chr)
virtual

Definition at line 163 of file kcharselect.cpp.

◆ setFont()

void KCharSelectTable::setFont ( const TQString &  _font)
virtual

Definition at line 154 of file kcharselect.cpp.

◆ setTableNum()

void KCharSelectTable::setTableNum ( int  _tableNum)
virtual

Definition at line 172 of file kcharselect.cpp.

◆ sizeHint()

TQSize KCharSelectTable::sizeHint ( void  ) const
virtual

Definition at line 185 of file kcharselect.cpp.

◆ tableNum()

int KCharSelectTable::tableNum ( ) const
inline

Definition at line 66 of file kcharselect.h.

◆ viewportResizeEvent()

void KCharSelectTable::viewportResizeEvent ( TQResizeEvent *  e)
protectedvirtual

Definition at line 197 of file kcharselect.cpp.

◆ virtual_hook()

void KCharSelectTable::virtual_hook ( int  id,
void *  data 
)
protectedvirtual

Definition at line 624 of file kcharselect.cpp.

Member Data Documentation

◆ focusItem

TQChar KCharSelectTable::focusItem
protected

Definition at line 91 of file kcharselect.h.

◆ focusPos

TQPoint KCharSelectTable::focusPos
protected

Definition at line 92 of file kcharselect.h.

◆ temp

int KCharSelectTable::temp
protected

Definition at line 93 of file kcharselect.h.

◆ vChr

TQChar KCharSelectTable::vChr
protected

Definition at line 88 of file kcharselect.h.

◆ vFont

TQString KCharSelectTable::vFont
protected

Definition at line 87 of file kcharselect.h.

◆ vPos

TQPoint KCharSelectTable::vPos
protected

Definition at line 90 of file kcharselect.h.

◆ vTableNum

int KCharSelectTable::vTableNum
protected

Definition at line 89 of file kcharselect.h.


The documentation for this class was generated from the following files:
  • kcharselect.h
  • kcharselect.cpp

tdeui

Skip menu "tdeui"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdeui

Skip menu "tdeui"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeui by doxygen 1.9.4
This website is maintained by Timothy Pearson.