Difference between revisions of "Sednterp Graphics Object"

From Sednterp
Jump to: navigation, search
(Created page with 'Category:SednterpCategory:Modules graphics :'''QtRuntimeObject''' ::'''changeWindowLocation(int,int):''' function changeWindowLocation(int,int)() { ::'''changeWindowS...')
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Sednterp]][[Category:Modules]]
 
[[Category:Sednterp]][[Category:Modules]]
  
graphics
+
'''Object Name:''' graphics
  
:'''QtRuntimeObject'''
+
'''Members:'''
  
 
::'''changeWindowLocation(int,int):''' function changeWindowLocation(int,int)() {
 
::'''changeWindowLocation(int,int):''' function changeWindowLocation(int,int)() {
 +
 +
:::''Changes the location of the module window on the desktop window or the web window.''
  
 
::'''changeWindowSize(int,int):''' function changeWindowSize(int,int)() {
 
::'''changeWindowSize(int,int):''' function changeWindowSize(int,int)() {
 +
 +
:::''Changes the dimensions of the module window.''
  
 
::'''maximumHeight():''' function maximumHeight()() {
 
::'''maximumHeight():''' function maximumHeight()() {
 +
 +
:::''Returns the maximum height you can extend the module window to.''
  
 
::'''maximumWidth():''' function maximumWidth()() {
 
::'''maximumWidth():''' function maximumWidth()() {
 +
 +
:::''Returns the maximum width you can extend the module window to.''

Latest revision as of 20:04, 12 September 2012


Object Name: graphics

Members:

changeWindowLocation(int,int): function changeWindowLocation(int,int)() {
Changes the location of the module window on the desktop window or the web window.
changeWindowSize(int,int): function changeWindowSize(int,int)() {
Changes the dimensions of the module window.
maximumHeight(): function maximumHeight()() {
Returns the maximum height you can extend the module window to.
maximumWidth(): function maximumWidth()() {
Returns the maximum width you can extend the module window to.