QtBase  v6.3.1
Classes | Functions | Variables
doc_src_properties.cpp File Reference

Go to the source code of this file.

Classes

class  MyClass
 [4] More...
 

Functions

button setDown (true)
 
object setProperty ("down", true)
 
 for (int i=0;i< count;++i) = 2 * i
 [0] More...
 
myinstance setPriority (MyClass::VeryHigh)
 
object setProperty ("priority", "VeryHigh")
 
void colorChanged ()
 
void spacingChanged ()
 
void textChanged (const QString &newText)
 

Variables

type name READ getFunction WRITE setFunction
 [0] More...
 
bool focus
 [0] More...
 
bool enabled
 
QCursor cursor
 
QDate date = QDate::fromString("130", "Md")
 [1] More...
 
QPushButtonbutton = new QPushButton
 [2] More...
 
QObjectobject = button
 [3] More...
 
int count = metaobject->propertyCount()
 
MyClassmyinstance = new MyClass
 [5] More...
 
QColor color
 [6] More...
 
qreal spacing
 
QString text = QScrollBar::tr("Page up")
 [meta data] More...
 

Function Documentation

◆ colorChanged()

void colorChanged ( )
Here is the caller graph for this function:

◆ for()

for ( ) = 2 * i

[0]

[10]

[1]

[11]

Definition at line 94 of file doc_src_properties.cpp.

Here is the call graph for this function:

◆ setDown()

button setDown ( true  )

◆ setPriority()

myinstance setPriority ( MyClass::VeryHigh  )

◆ setProperty() [1/2]

object setProperty ( "down"  ,
true   
)
Here is the caller graph for this function:

◆ setProperty() [2/2]

object setProperty ( "priority"  ,
"VeryHigh"   
)

◆ spacingChanged()

void spacingChanged ( )

◆ textChanged()

void textChanged ( const QString newText)
Here is the caller graph for this function:

Variable Documentation

◆ button

QPushButton * button = new QPushButton

[2]

[40]

[9]

[3]

[10]

[41]

Definition at line 82 of file doc_src_properties.cpp.

◆ color

[6]

[7] [7] [8]

Definition at line 138 of file doc_src_properties.cpp.

◆ count

int count = metaobject->propertyCount()

Definition at line 93 of file doc_src_properties.cpp.

◆ cursor

QCursor cursor
readwrite

Definition at line 1 of file doc_src_properties.cpp.

◆ date

QDate date = QDate::fromString("130", "Md")
readwrite

[1]

[2]

Definition at line 1 of file doc_src_properties.cpp.

◆ enabled

bool enabled
readwrite

Definition at line 1 of file doc_src_properties.cpp.

◆ focus

bool focus
read

[0]

[1]

Definition at line 1 of file doc_src_properties.cpp.

◆ myinstance

MyClass* myinstance = new MyClass

[5]

[6]

Definition at line 134 of file doc_src_properties.cpp.

◆ object

[3]

[4]

Definition at line 83 of file doc_src_properties.cpp.

◆ setFunction

type name READ getFunction WRITE setFunction
write

[0]

Definition at line 1 of file doc_src_properties.cpp.

◆ spacing

qreal spacing

Definition at line 138 of file doc_src_properties.cpp.

◆ text

QString text = QScrollBar::tr("Page up")

[meta data]

[explicit tr context]

Definition at line 138 of file doc_src_properties.cpp.