Method | Description | |
---|---|---|
CanDoAppCommand ( TDLUIExtension cmd, |
||
DoAppCommand ( TDLUIExtension cmd, |
||
GetLabelEditRect ( |
||
HitTest ( |
||
LoadPreferences ( TDLPreferences prefs, String key, bool appOnly ) : void | ||
PrepareNewTask ( TDLTask &task ) : bool | ||
ProcessMessage ( |
||
SavePreferences ( TDLPreferences prefs, String key ) : void | ||
SelectTask ( |
||
SelectTasks ( |
||
SetReadOnly ( bool bReadOnly ) : void | ||
SetUITheme ( TDLTheme theme ) : void | ||
StatsUIExtensionCore ( ) : System | ||
UpdateTasks ( TDLTaskList tasks, TDLUIExtension type, System |
||
WantEditUpdate ( TDLUIExtension attrib ) : bool | ||
WantSortUpdate ( TDLUIExtension attrib ) : bool |
Method | Description | |
---|---|---|
CreateChart ( ) : void | ||
InitializeComponent ( ) : void | ||
PopulateChart ( ) : void |
public CanDoAppCommand ( TDLUIExtension cmd, |
||
cmd | TDLUIExtension | |
dwExtra | ||
return | bool |
public DoAppCommand ( TDLUIExtension cmd, |
||
cmd | TDLUIExtension | |
dwExtra | ||
return | bool |
public GetLabelEditRect ( |
||
left | ||
top | ||
right | ||
bottom | ||
return | bool |
public HitTest ( |
||
xPos | ||
yPos | ||
return | TDLUIExtension.HitResult |
public LoadPreferences ( TDLPreferences prefs, String key, bool appOnly ) : void | ||
prefs | TDLPreferences | |
key | String | |
appOnly | bool | |
return | void |
public PrepareNewTask ( TDLTask &task ) : bool | ||
task | TDLTask | |
return | bool |
public ProcessMessage ( |
||
hwnd | ||
message | ||
wParam | ||
lParam | ||
time | ||
xPos | ||
yPos | ||
return | bool |
public SavePreferences ( TDLPreferences prefs, String key ) : void | ||
prefs | TDLPreferences | |
key | String | |
return | void |
public SelectTask ( |
||
dwTaskID | ||
return | bool |
public SelectTasks ( |
||
pdwTaskIDs | ||
return | bool |
public UpdateTasks ( TDLTaskList tasks, TDLUIExtension type, System |
||
tasks | TDLTaskList | |
type | TDLUIExtension | |
attribs | System |
|
return | void |
public WantEditUpdate ( TDLUIExtension attrib ) : bool | ||
attrib | TDLUIExtension | |
return | bool |
public WantSortUpdate ( TDLUIExtension attrib ) : bool | ||
attrib | TDLUIExtension | |
return | bool |