Qt 4.8
Public Functions | Public Variables | List of all members
QLineControl::Command Struct Reference

Public Functions

 Command ()
 
 Command (CommandType t, int p, QChar c, int ss, int se)
 

Public Variables

int pos
 
int selEnd
 
int selStart
 
uint type: 4
 
QChar uc
 

Detailed Description

Definition at line 402 of file qlinecontrol_p.h.

Constructors and Destructors

◆ Command() [1/2]

QLineControl::Command::Command ( )
inline

Definition at line 403 of file qlinecontrol_p.h.

403 {}

◆ Command() [2/2]

QLineControl::Command::Command ( CommandType  t,
int  p,
QChar  c,
int  ss,
int  se 
)
inline

Properties

◆ pos

int QLineControl::Command::pos

Definition at line 407 of file qlinecontrol_p.h.

Referenced by QLineControl::internalRedo(), and QLineControl::internalUndo().

◆ selEnd

int QLineControl::Command::selEnd

Definition at line 407 of file qlinecontrol_p.h.

Referenced by QLineControl::internalRedo(), and QLineControl::internalUndo().

◆ selStart

int QLineControl::Command::selStart

Definition at line 407 of file qlinecontrol_p.h.

Referenced by QLineControl::internalRedo(), and QLineControl::internalUndo().

◆ type

uint QLineControl::Command::type

Definition at line 405 of file qlinecontrol_p.h.

Referenced by QLineControl::internalRedo(), and QLineControl::internalUndo().

◆ uc

QChar QLineControl::Command::uc

Definition at line 406 of file qlinecontrol_p.h.

Referenced by QLineControl::internalRedo(), and QLineControl::internalUndo().


The documentation for this struct was generated from the following file: